Support Library
Wildcard DNS Risks
Wildcard records answer for undefined subdomains and can hide abuse and shadow assets.
Short Description
Wildcard records answer for undefined subdomains and can hide abuse and shadow assets.
Why This Matters
They increase phishing surface and obscure inventory, ownership, and certificate governance.
How It Happens
A broad *.domain.com record is added for convenience without robust monitoring and policy controls.
How to Detect It
Query random labels; if unknown labels resolve consistently, wildcard behavior is active.
How to Fix It
Limit wildcard scope, prefer explicit records for sensitive services, and monitor emergent subdomain activity.
Real-World Example
Wildcard routing enabled convincing phishing hosts under a trusted brand domain.
Related Checks in DNS Panopticon (map to product features)
Wildcard detection and shadow-asset discovery findings.
How DNS Panopticon Detects This
- Relevant checks: Delegation integrity, resolver consistency, DNSSEC health, and suspicious record-pattern checks.
- Severity mapping: Informational, medium/high, or critical based on exploitability and user impact.
- Score impact: Reliability and security scoring dimensions are reduced according to blast radius.
- Related findings users will see: NS drift, validation failure, orphaned CNAMEs, wildcard exposure, and policy misconfiguration alerts.
Operator Checklist
- Verify behavior from at least two public resolvers and one resolver inside your own network before making changes.
- Make one change at a time, capture before/after query output, and wait for TTL windows to clear so you can confirm impact.
- Document the root cause and the final fix in your runbook to shorten future incidents.