2ip.ru
2IP CMS detector web crawler bot
About this crawler
2ip.ru is a web crawler identified by the regular-expression pattern 2ip\.ru in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block 2ip.ru traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- 2ip.ru
- Pattern
2ip\.ru- Tags
- seo
- Reference
- https://2ip.ru/cms/
- Added
- 2019/02/12
- Instances
- 1 known sample(s)
Sample User-Agent strings
2ip.ru CMS Detector (https://2ip.ru/cms/)
Block this crawler
robots.txt — disallow 2ip.ru:
User-agent: 2ip.ru
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} 2ip\.ru [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "2ip\\.ru") {
return 403;
}
← back to all crawlers