VoluumDSP-content-bot
Voluum DSP web crawler for advertising
About this crawler
VoluumDSP-content-bot is a web crawler identified by the regular-expression pattern VoluumDSP-content-bot in the User-Agent request header. It is categorised as advertising. Use the regex above to detect, log, allow, or block VoluumDSP-content-bot traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- VoluumDSP-content-bot
- Pattern
VoluumDSP-content-bot- Tags
- advertising
- Reference
- https://cm.tech/
- Added
- 2020/03/16
- Instances
- 1 known sample(s)
Sample User-Agent strings
Mozilla/5.0 (compatible; VoluumDSP-content-bot/2.0; [email protected])
Block this crawler
robots.txt — disallow VoluumDSP-content-bot:
User-agent: VoluumDSP-content-bot
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} VoluumDSP-content-bot [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "VoluumDSP-content-bot") {
return 403;
}
← back to all crawlers