XY-Archive-Compliance

archiver XY-Archive-Compliance

Archiving compliance crawler collecting content for legal retention and eDiscovery

About this crawler

XY-Archive-Compliance is a web crawler identified by the regular-expression pattern XY-Archive-Compliance in the User-Agent request header. It is categorised as archiver. Use the regex above to detect, log, allow, or block XY-Archive-Compliance 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
XY-Archive-Compliance
Pattern
XY-Archive-Compliance
Tags
archiver
Reference
https://xy-archive.helpscoutdocs.com/article/61-does-xy-archive-have-a-dedicated-ip-address
Added
2026/04/17
Instances
2 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (compatible; XY-Archive-Compliance-Crawler; +https://archive.xyplanningnetwork.com/)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 (compatible; XY-Archive-Compliance-Archiver; +https://archive.xyplanningnetwork.com/)

Block this crawler

robots.txt — disallow XY-Archive-Compliance:

User-agent: XY-Archive-Compliance Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "XY-Archive-Compliance") { return 403; }
← back to all crawlers