← Methodology library
Methodology · ASM completeness

The non-quantum surface signals: email auth, headers, DNS takeover.

The Decryption Blast Radius score answers a quantum-specific question. ASM completeness signals answer the other question every visitor asks: "are these guys also checking the obvious stuff?" This page documents the email-auth, security-header, and DNS-takeover checks layered onto every Cipherwake report — what they measure, how they score, what they don't claim.

What this tool measures

Three independent surfaces, each contributing a findings stream — they do not alter the Decryption Blast Radius score itself, to keep the quantum signal isolated. They appear as their own grouped findings on every report.

1. Email authentication (SPF / DMARC / DKIM)

2. Security headers

HTTPS HEAD/GET to the apex + www; we record the presence and basic posture of:

3. DNS takeover risk

For each subdomain observed in CT logs we check:

How we measure it

SPF and DMARC are pure DNS lookups and execute in milliseconds. DKIM is a best-effort selector probe and never fully proves signing — its absence at common selectors is suggestive, not conclusive.

Header checks fetch the apex + www; we honor robots.txt for the surface scan and use a 10-second timeout. We record HTTP status, response time, and the header set; we do not render JavaScript, follow client-side redirects, or fetch any subresources.

Takeover checks query each candidate target, look for the well-known takeover-fingerprint response from the cloud provider, and flag matches. We follow well-published heuristics (Detectify's takeover dictionary as a reference set) and refresh the rules quarterly.

How it scores

Each surface contributes findings (severity-tagged) but does not modify the DBR score. The findings appear in their own grouping with severity:

SignalSeverity if missing/weak
SPF missing or +allHigh
DMARC missingHigh
DMARC p=noneMedium
HSTS missingMedium
HSTS < 6 monthsLow
CSP missingLow (informational)
X-Content-Type-Options missingLow
Subdomain takeover detectedCritical
Dangling DNS suggestive of takeoverHigh

What this tool does NOT claim

Limitations + edge cases

Try it