Site24x7

monitoring Site24x7

Cloud monitoring service checking website health

About this crawler

Site24x7 is a web crawler identified by the regular-expression pattern Site24x7 in the User-Agent request header. It is categorised as monitoring. Use the regex above to detect, log, allow, or block Site24x7 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
Site24x7
Pattern
Site24x7
Tags
monitoring
Reference
https://www.site24x7.com/
Added
2026/04/17
rDNS suffixes
.site24x7.com
Instances
1 known sample(s)

rDNS verification (FCrDNS)

Verify a request is genuinely Site24x7 with forward-confirmed reverse DNS: the client IP's PTR record must end in one of the suffixes below and a forward A/AAAA lookup of that hostname must return the same IP. UA strings alone are spoofable; FCrDNS is not.

Sample User-Agent strings

Site24x7

Block this crawler

robots.txt — disallow Site24x7:

User-agent: Site24x7 Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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