Back to blog
Authentication··2 min read·WillItInbox Team

DMARC aggregate reports: find unknown senders before enforcement

Use RUA report evidence to label known senders, investigate unknown sources, and avoid breaking legitimate mail during policy rollout.

DMARCMonitoringAuthentication

What counts as an unknown sender

An unknown sender is any source IP or provider in your DMARC reports that your team cannot confidently map to an approved system. Sometimes it is abuse. Often it is an old CRM, helpdesk, billing tool, or marketing platform that nobody documented.

Triage workflow

  1. 01

    Group by source IP and provider

    Sort by failed DMARC volume first, then total volume.

  2. 02

    Label known senders

    Mark Google Workspace, SendGrid, Mailgun, support tools, billing tools, and CRMs as approved when verified.

  3. 03

    Fix misalignment

    Configure custom DKIM or Return-Path alignment for legitimate senders that fail.

  4. 04

    Remove stale senders

    Delete SPF includes, old API keys, or abandoned integrations that still send mail.

  5. 05

    Only then enforce

    Move from p=none toward quarantine and reject after legitimate traffic aligns.

Why WillItInbox helps

WillItInbox parses aggregate reports, normalizes rows, tracks alignment and disposition, and lets teams label sources so future reports become easier to read. Read the existing DMARC rollout guide before changing policy.

Use a source-ownership register

Treat every source as an ownership question, not just an IP address. Record the provider, business owner, sending stream, envelope domain, DKIM domain, expected volume, and retirement decision. A source can pass DMARC and still be unauthorized; alignment proves identity, not business approval.

FindingLikely explanationNext evidence
Known provider, unknown IPProvider pool changedMatch ASN, reverse DNS, and account configuration
SPF pass, DKIM unalignedDefault bounce domainConfigure a custom return path or aligned DKIM
Low-volume unknown senderForgotten SaaS or abuseFind the owner before changing policy
Forwarded trafficIntermediary changed SPF pathInspect DKIM and ARC evidence

Use DMARC monitoring documentation to understand ingestion and the rollout guide before increasing enforcement. Unknown volume must be explained or intentionally rejected before moving to a stricter policy.

Review at least a complete reporting cycle and account for receivers that report late or not at all. A zero row does not prove zero traffic. Keep raw report identifiers and date ranges so duplicate ingestion, partial days, and reporting gaps can be distinguished.

Continue this dmarc monitoring and sender authentication workflow with the commercial page, the core guide, the implementation docs.

Last updated June 13, 2026.

Sources reviewed

Factual review: June 13, 2026 by WillItInbox Editorial.

Keep reading