CyotekWebCopy
Website copying and offline browsing tool crawler bot
About this crawler
CyotekWebCopy is a web crawler identified by the regular-expression pattern CyotekWebCopy in the User-Agent request header. It is categorised as archiver. Use the regex above to detect, log, allow, or block CyotekWebCopy traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.26%
Technical details
- Name
- CyotekWebCopy
- Pattern
CyotekWebCopy- Tags
- archiver
- Reference
- https://www.cyotek.com/cyotek-webcopy
- Added
- 2026/04/26
- Instances
- 1 known sample(s)
Sample User-Agent strings
CyotekWebCopy/1.9 CyotekHTTP/6.4
Block this crawler
robots.txt — disallow CyotekWebCopy:
User-agent: CyotekWebCopy
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} CyotekWebCopy [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "CyotekWebCopy") {
return 403;
}
← back to all crawlers