e.ventures Investment Crawler
E.ventures investment web crawler bot
About this crawler
e.ventures Investment Crawler is a web crawler identified by the regular-expression pattern e\.ventures Investment Crawler in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block e.ventures Investment Crawler traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- e.ventures Investment Crawler
- Pattern
e\.ventures Investment Crawler- Tags
- seo
- Reference
- https://www.eventures.vc/
- Added
- 2021/06/05
- Instances
- 1 known sample(s)
Sample User-Agent strings
e.ventures Investment Crawler (eventures.vc)
Block this crawler
robots.txt — disallow e.ventures Investment Crawler:
User-agent: e.ventures Investment Crawler
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} e\.ventures Investment Crawler [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "e\\.ventures Investment Crawler") {
return 403;
}
← back to all crawlers