seedingup/status_crawler

monitoring seedingup/status_crawler

Seeding status monitoring

About this crawler

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

Block-rate · top 25k sites

No block-rate data for this crawler.

Technical details

Name
seedingup/status_crawler
Pattern
seedingup/status_crawler
Tags
monitoring
Reference
https://www.webrobots.de/bot/seedingup/
Added
2026/05/03
Instances
1 known sample(s)

Sample User-Agent strings

seedingup/status_crawler/

Block this crawler

robots.txt — disallow seedingup/status_crawler:

User-agent: seedingup/status_crawler Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} seedingup/status_crawler [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "seedingup/status_crawler") { return 403; }
← back to all crawlers