Favicon downloaderfavico.be
Favico.be favicon downloading service
About this crawler
Favicon downloaderfavico.be is a web crawler identified by the regular-expression pattern Favicon downloader[^)]*favico\.be in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Favicon downloaderfavico.be traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.13%
Technical details
- Name
- Favicon downloaderfavico.be
- Pattern
Favicon downloader[^)]*favico\.be- Tags
- seo
- Reference
- https://favico.be/bot.html
- Added
- 2026/05/09
- Instances
- 2 known sample(s)
Sample User-Agent strings
Favicon downloader (+https://favico.be/)
Favicon downloader (+https://favico.be/bot.html)
Block this crawler
robots.txt — disallow Favicon downloaderfavico.be:
User-agent: Favicon downloaderfavico.be
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Favicon downloader[^)]*favico\.be [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Favicon downloader[^)]*favico\\.be") {
return 403;
}
← back to all crawlers