DMARC Record Checker
Check a DMARC record's policy, alignment mode and reporting addresses.
DMARC Record Checker
Check if a domain has a published DMARC record.
Need this handled by experts?
Radiatus runs VAPT, managed SOC & security engineering for regulated teams.
DMARC ties SPF and DKIM to the visible From address
Both SPF and DKIM authenticate something the recipient never sees. DMARC requires that at least one of them passes and aligns with the From domain the user reads. That alignment is what actually blocks the spoofing SPF and DKIM alone permit.
Three policies, in the order you should deploy them
p=none enforces nothing and only collects reports — the correct starting point. p=quarantine sends failures to spam. p=reject blocks them outright. Jumping straight to reject before reading reports reliably blocks legitimate mail from a forgotten system: the invoicing platform, the CRM, the monitoring alerts.
Relaxed and strict alignment
Relaxed, the default, allows a subdomain to align with the organisational domain. Strict requires an exact match. Strict alignment breaks mail sent from subdomains that most organisations do not realise they use.
Reports are the point of p=none
rua receives aggregate XML reports listing every IP sending as your domain. Those reports are how you discover the legitimate senders nobody documented, and they are the reason a monitoring period of several weeks precedes any enforcement. A record with a policy and no rua address discards the only feedback available.
Subdomains inherit unless told otherwise
The sp tag sets a separate policy for subdomains. Without it they inherit the parent, which matters because unused subdomains are a common spoofing target and generally deserve sp=reject even while the parent is still at none.
Frequently Asked Questions
Privacy & Security
DNS lookup.
About This Tool
This tool runs entirely in your browser. No data is sent to any server, ensuring complete privacy. Simply use the interface above to get started — no registration or login required.
Disclaimer: This tool is provided "as is" without warranty of any kind. Results are for educational and utility purposes.
Related Tools
Password Strength Checker
SecurityMeasure password strength by entropy and pattern analysis rather than character-class rules. Checked entirely in your browser.
Password Generator
SecurityGenerate strong random passwords and passphrases in your browser using the Web Crypto API. Nothing is transmitted, logged or stored.
Hash Generator
SecurityGenerate MD5, SHA-1, SHA-256 and SHA-512 hashes in your browser. Compare checksums and verify file integrity with nothing uploaded to a server.