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