What problem does it solve? Subdomains with dangling CNAME, NS, or MX records pointing to deprovisioned third-party services can be claimed by attackers, enabling content control under a trusted domain. This Skill provides a systematic hunting methodology to identify, verify, and safely confirm these vulnerabilities during authorized security testing. ## Core Features & Use Cases - Four-Element Verification Model: Confirms takeover only when a DNS record points to an external service, the resource is unclaimed, the service allows same-name registration, and control is demonstrable. - Provider Fingerprint Table: Maps CNAME patterns to HTTP response fingerprints for 14+ services (AWS S3, GitHub Pages, Heroku, Azure, Shopify, Fastly, and more) with claimability verdicts, plus guidance for Chinese cloud CDN scenarios. - NS/MX Takeover Coverage: Extends beyond CNAME to nameserver and mail record takeovers, which enable full subdomain DNS control and email interception for account takeover chains. - Use Case: After enumerating subdomains via crt.sh or subfinder during a bug bounty engagement, resolve each CNAME, match NXDOMAIN or vendor default-page responses against the fingerprint table, and confirm claimability before reporting. ## Quick Start Enumerate the target's subdomains, resolve each CNAME record, and check any NXDOMAIN or vendor default-page responses against the provider fingerprint table in this Skill to verify claimability.