Free Subdomain Takeover Checker
Scans your DNS for dangling CNAMEs and known provider takeover fingerprints (Heroku, S3, GitHub Pages, and more) so you can reclaim them before attackers do.
- Orphaned CNAMEs
- Provider fingerprints
- Takeover indicators

What you get for free
18 core security checks via this tool, passive scans, step-by-step remediation, security score on every result.
What Essential adds at $39/mo
+17 advanced checks, continuous monitoring, daily security score history, email alerts, GitHub SAST, board-ready PDFs, SOC 2 / ISO 27001 / PCI reports.
How to prevent takeovers
- Remove stale CNAMEs/ALIAS records
- Use provider verification and auto-cleanup
- Continuously monitor DNS changes
What is subdomain takeover?
When a DNS record points to a deprovisioned resource (like an unused SaaS hostname), attackers can claim it and serve content under your subdomain.
How to fix a dangling record
The fix is not code, it's DNS hygiene. A dangling record is one that still points at a service you no longer control, so you either remove it or make it point at something you do control again:
- Open your DNS provider's dashboard (Cloudflare, Route 53, Namecheap, wherever the zone lives) and find the flagged record, typically a CNAME like
old-apppointing atmyapp.herokudns.com,something.azurewebsites.net, or a GitHub Pages hostname. - If the subdomain is dead, delete the record. This is the safe default: attackers can only claim the abandoned service while your DNS still points at it.
- If the subdomain should stay live, re-create the resource at the provider first (reclaim the Heroku app, the S3 bucket name, the Pages site), then leave the record as is.
- Check A/AAAA and ALIAS records too, not just CNAMEs. An IP that was released back to a cloud provider can be picked up by someone else.
Verify the cleanup
# Should print nothing (record deleted) or the new, claimed target
dig +short CNAME old-app.example.com
# List every CNAME in the zone you exported, to catch other stale entries
grep -i cname zonefile.txtTool-specific questions
Which providers are commonly abused?
Can wildcard DNS cause issues?
How do I detect stale CNAMEs?
Built for the engineers who already have enough to fix.
Real-time results
Comprehensive checks
Step-by-step fixes
More free checks, for the rest of your surface.
Complete Security Scan
Pre-Pentest Security Scan
Security Compliance Checker
WAF Checker
Security Headers Test
TLS/SSL Security Checker
Frequently asked.
What is Barrion and how does it enhance website security?
How safe is Barrion to use for security testing?
What types of security issues does Barrion identify?
What specific security checks does Barrion perform?
What is Barrion's smart crawling?
How often does Barrion perform security scans?
Is Barrion suitable for security testing of all business sizes?
How does Barrion handle data security and privacy during security testing?
What if I'm not satisfied with Barrion's security testing service?
How does Barrion help with SOC 2, ISO 27001, NIS2, and other compliance frameworks?
Anything else? Email contact@barrion.io.