boitho.com-dc
Boitho search engine bot
About this crawler
boitho.com-dc is a web crawler identified by the regular-expression pattern boitho.com-dc in the User-Agent request header. It is categorised as search-engine. Use the regex above to detect, log, allow, or block boitho.com-dc 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
- boitho.com-dc
- Pattern
boitho.com-dc- Tags
- search-engine
- Reference
- http://www.boitho.com/dcbot.html
- Added
- 2026/05/09
- Instances
- 5 known sample(s)
Sample User-Agent strings
boitho.com-dc/0.79 ( http://www.boitho.com/dcbot.html )
boitho.com-dc/0.81 ( http://www.boitho.com/dcbot.html )
boitho.com-dc/0.82 ( http://www.boitho.com/dcbot.html )
boitho.com-dc/0.83 ( http://www.boitho.com/dcbot.html )
boitho.com-dc/0.85 ( http://www.boitho.com/dcbot.html )
Block this crawler
robots.txt — disallow boitho.com-dc:
User-agent: boitho.com-dc
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} boitho.com-dc [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "boitho.com-dc") {
return 403;
}
← back to all crawlers