I
i2kconnect
i2k connect crawler
About this crawler
i2kconnect is a web crawler identified by the regular-expression pattern i2kconnect in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block i2kconnect traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- i2kconnect
- Pattern
i2kconnect- Tags
- http-library
- Added
- 2026/05/09
- Instances
- 1 known sample(s)
Sample User-Agent strings
i2kconnect/"1.7.0"
Block this crawler
robots.txt — disallow i2kconnect:
User-agent: i2kconnect
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} i2kconnect [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "i2kconnect") {
return 403;
}
← back to all crawlers