filterdb.iss.net/crawler
ISS filter database web crawler
About this crawler
filterdb.iss.net/crawler is a web crawler identified by the regular-expression pattern filterdb\.iss\.net\/crawler in the User-Agent request header. It is categorised as scanner. Use the regex above to detect, log, allow, or block filterdb.iss.net/crawler 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
- filterdb.iss.net/crawler
- Pattern
filterdb\.iss\.net\/crawler- Tags
- scanner
- Reference
- http://filterdb.iss.net/crawler/
- Added
- 2018/03/16
- Instances
- 1 known sample(s)
Sample User-Agent strings
Mozilla/5.0 (compatible; oBot/2.3.1; +http://filterdb.iss.net/crawler/)
Block this crawler
robots.txt — disallow filterdb.iss.net/crawler:
User-agent: filterdb.iss.net/crawler
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} filterdb\.iss\.net\/crawler [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "filterdb\\.iss\\.net\\/crawler") {
return 403;
}
← back to all crawlers