Catalog/INFRASTRUCTURE/dns-anti-spoofing
SCAN-ID: DNS-ANTI-SPOOFINGREVISION 2026.4
INFRASTRUCTURECVSS 7.6 (HIGH)

DNS Anti-Spoofing & Email Security Scanner

Validate SPF, DKIM, and DMARC policies to protect your domain from impersonation, phishing, and email spoofing.

Technical Scope & Verification Behavior

Checks SPF record syntax and lookup limits (<10), DKIM key length, and DMARC enforcement (p=reject vs p=none) with reporting mailboxes.

Automated Inspection Checks (9)
Passive URL parameter fuzzing
Non-destructive boundary tests
Header & cookie flag assertions
Differential latency timing

Proof of Concept (PoC) Vector

Canonical test payload dispatched during security surface audits.

v=DMARC1; p=none; (No spoofing enforcement)

Probe Execution Simulator

Watch the probe engine test this signature in an isolated sandbox.

probe-runner (isolated ephemeral container)
Click 'Simulate Check' to watch the headless audit engine test this vector.

Remediation Patch

DMARC Reject Policy

patch.diff (dns)
--- a/handler.dns (Vulnerable)
v=DMARC1; p=none; sp=none;
+++ b/handler.dns (Remediated)
v=DMARC1; p=reject; sp=reject; rua=mailto:dmarc-reports@example.com; pct=100;

Upgrade DMARC policy from p=none to p=reject to command receiving mail servers to drop fraudulent spoofed emails.

AI Agent Prompt (Cursor · Claude · Copilot)

Copy and paste into your editor to refactor this issue automatically.

"Update your DNS TXT record for _dmarc to enforce p=reject with a designated reporting rua destination."

Run Isolated Check

Test your public domain specifically for DNS Anti-Spoofing & Email Security Scanner.

100% passive • No server load

Specification Details

CVSS Score
7.6 / 10.0
Severity Level
HIGH
Category
INFRASTRUCTURE
Test Vectors
9 automated
Execution SLA
< 2.5 seconds
False Positive Defense
Strict assertion
Related Standards
#DNS#DMARC#SPF#Anti-Phishing

Run continuous monitoring for DNS Anti-Spoofing & Email Security Scanner

Audit your site across all 41 vectors automatically on every deploy.

Back to Catalog