idmarch Automatic
IDMarch Automatic web monitoring bot
About this crawler
idmarch Automatic is a web crawler identified by the regular-expression pattern idmarch Automatic in the User-Agent request header. It is categorised as monitoring. Use the regex above to detect, log, allow, or block idmarch Automatic traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.060%
Technical details
- Name
- idmarch Automatic
- Pattern
idmarch Automatic- Tags
- monitoring
- Reference
- http://www.idmarch.org/bot.html
- Added
- 2026/05/09
- Instances
- 3 known sample(s)
Sample User-Agent strings
Mozilla/5.0 (compatible; idmarch Automatic.beta/1.2; +http://www.idmarch.org/bot.html)
Mozilla/5.0 (compatible; idmarch Automatic.beta/1.3; +http://www.idmarch.org/bot.html)
Mozilla/5.0 (compatible; idmarch Automatic.beta/1.4; +http://www.idmarch.org/bot.html)
Block this crawler
robots.txt — disallow idmarch Automatic:
User-agent: idmarch Automatic
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} idmarch Automatic [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "idmarch Automatic") {
return 403;
}
← back to all crawlers