Web Screen Service By hyperhost
Web screenshot service capturing page visuals for hosting platform
About this crawler
Web Screen Service By hyperhost is a web crawler identified by the regular-expression pattern Web Screen Service By hyperhost in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Web Screen Service By hyperhost traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- Web Screen Service By hyperhost
- Pattern
Web Screen Service By hyperhost- Tags
- seo
- Reference
- https://datadome.co/bots/hyperhost-ua-crawler/
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
Web Screen Service By hyperhost.ua
Block this crawler
robots.txt — disallow Web Screen Service By hyperhost:
User-agent: Web Screen Service By hyperhost
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Web Screen Service By hyperhost [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Web Screen Service By hyperhost") {
return 403;
}
← back to all crawlers