DMARC Record Analyzer

Analyze Domain-based Message Authentication, Reporting, and Conformance (DMARC) records to evaluate email spoofing policy configurations.

This interactive client-side tool is part of the NervLink Cybersecurity Suite. All analysis is verified entirely inside the local browser sandbox for maximum safety and data privacy compliance.

How It Works

  1. Analyze the DMARC TXT record located at the _dmarc subdomain prefix.
  2. Verify presence of required parameters like version (v) and policy (p).
  3. Parse reporting endpoints (rua/ruf), percentages (pct), and alignment policies (aspf/adkim).

Primary Use Cases

Common Security Pitfalls

Frequently Asked Questions

What does DMARC align do?
DMARC verifies that the domain in the visible 'From' header matches the domain authenticated by SPF (Return-Path) and/or DKIM (Signature).
What are rua and ruf tags?
rua specifies the email address to receive aggregate XML reports (daily digests of mail flows), while ruf receives forensic failure reports (redacted copy of failed messages).

References & Standards