Skip to content
Web Security

What is Subdomain Takeover?

Seizing a subdomain whose DNS still points at a deleted external service, then serving attacker content under a trusted name. BYOB custom-domain setup keeps DNS records verified so stale pointers get caught early.

Example

A retired docs site leaves a subdomain pointed at a deleted host while DNS still answers. BYOB custom-domain verification ties records to live projects, so stale pointers surface during setup instead of after an attacker claims them.

What people get wrong

Removing the app but leaving its DNS records behind. Dangling records are the whole vulnerability; retire records and services together.

Sources

Browse all Web Security terms →