Quick fix
Disable or remove the affected DNS record as the fastest containment action.
What this finding means
This finding is emitted only when a dangling relationship also matches bounded provider-specific evidence. It indicates material takeover risk, but ownership should still be verified directly in the provider control plane before remediation is closed.
Why it matters
Step-by-step fix
Where to make the change
- The authoritative DNS provider and, for DNSSEC delegation, the domain registrar.
- The cloud, CDN, SaaS, or hosting tenant referenced by the affected DNS record.
Remediation procedure
- Disable or remove the affected DNS record as the fastest containment action.
- Claim the resource in the authorized tenant if the hostname must remain active.
- Invalidate cached content, credentials, webhooks, OAuth redirects, and certificates associated with the hostname.
- Search for additional records pointing to the same retired provider resource.
Commands and configuration examples
Replace example values with the hostname, selector, IP address, port, or provider values shown in your SecuTest evidence.
dig +trace example.com
dig +short A example.com
dig +short AAAA example.com
dig +short CNAME host.example.com
Verify the fix
- Confirm the DNS record no longer references an unclaimed target.
- Verify the hostname serves only the intended controlled application.
- Check certificate transparency for unexpected certificates.
- Repeat the external scan.
After DNS, CDN, certificate, mail, or application propagation completes, run a fresh SecuTest scan and compare the new evidence with the original finding.
Common mistakes
- Attempting to prove takeover by claiming a production resource without authorization.
- Fixing only the visible hostname while aliases remain.
- Ignoring wildcard DNS records.