FE
FAST Enterprise Crawler
FAST enterprise-grade web crawler for search
About this crawler
FAST Enterprise Crawler is a web crawler identified by the regular-expression pattern FAST Enterprise Crawler in the User-Agent request header. It is categorised as search-engine. Use the regex above to detect, log, allow, or block FAST Enterprise Crawler traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- FAST Enterprise Crawler
- Pattern
FAST Enterprise Crawler- Tags
- search-engine
- Instances
- 2 known sample(s)
Sample User-Agent strings
FAST Enterprise Crawler 6 / Scirus [email protected]; http://www.scirus.com/srsapp/contactus/
FAST Enterprise Crawler 6 used by Schibsted ([email protected])
Block this crawler
robots.txt — disallow FAST Enterprise Crawler:
User-agent: FAST Enterprise Crawler
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} FAST Enterprise Crawler [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "FAST Enterprise Crawler") {
return 403;
}
← back to all crawlers