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