ADmantX
ADmantX semantic analyzer web crawler
About this crawler
ADmantX is a web crawler identified by the regular-expression pattern ADmantX in the User-Agent request header. It is categorised as advertising. Use the regex above to detect, log, allow, or block ADmantX traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.39%
Technical details
- Name
- ADmantX
- Pattern
ADmantX- Tags
- advertising
- Reference
- https://integralads.com
- Added
- 2014/12/05
- Instances
- 1 known sample(s)
Sample User-Agent strings
ADmantX Platform Semantic Analyzer - ADmantX Inc. - www.admantx.com - [email protected]
Block this crawler
robots.txt — disallow ADmantX:
User-agent: ADmantX
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ADmantX [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "ADmantX") {
return 403;
}
← back to all crawlers