evc-batch

seo evc-batch

E.ventures batch web crawler bot

About this crawler

evc-batch is a web crawler identified by the regular-expression pattern evc-batch in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block evc-batch traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

0.26%
latest snapshot
2026-06-04
matched key: evc-batch
2026-05-012026-06-040.43%

Technical details

Name
evc-batch
Pattern
evc-batch
Tags
seo
Reference
https://www.eventures.vc/
Added
2021/06/07
Instances
1 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (compatible; evc-batch/2.0)

Block this crawler

robots.txt — disallow evc-batch:

User-agent: evc-batch Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} evc-batch [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "evc-batch") { return 403; }
← back to all crawlers