All research

How exposed are the world's busiest domains to email spoofing?

Infographic: across 994 top domains measured over passive DNS, 70.4% publish a DMARC record, 58.5% actually enforce it, and 3.2% deploy MTA-STS.

Short answer: We took the 1,000 busiest domains on the internet, resolved 994 of them, and read their public email-authentication DNS records. 41.5% publish no enforcing DMARC policy, which means mail that forges their domain in the From line is not rejected or quarantined on that basis and can reach inboxes. Just under 30% (29.6%) publish no DMARC record at all, and another 11.9% publish one set to monitor only (p=none), which watches for spoofing without stopping it. The deeper controls are rarer still: 13.6% use DNSSEC and 3.2% announce MTA-STS. Every number here comes from passive public DNS lookups we ran ourselves against a published top-sites list. No host was contacted, nothing was scanned. Here is exactly how we measured it, and what it does and does not prove.

Pixel-art illustration of a hooded operator at a terminal sending out envelopes that wear masks, standing in for forged, spoofed email.
When a domain does not enforce DMARC, an attacker can send mail that wears its name.
What this is This is an attacker's first move at population scale, done the boring, lawful way: reading records that every domain publishes on purpose. We checked posture, not people. The writeup names no domain, because a domain's weak setting is its business to fix, not ours to broadcast. The point is the shape of the whole population.

The finding in one chart

For each domain we asked four public questions. Does it publish an SPF record? Does it publish a DMARC record, and is the policy actually enforcing? Is the zone signed with DNSSEC? Does it announce MTA-STS? The answers thin out fast as the controls get stronger:

Email-authentication adoption across the top 1,000 domains Horizontal bar chart. SPF present 73.7 percent. DMARC present 70.4 percent. Enforcing DMARC 58.5 percent. DNSSEC 13.6 percent. MTA-STS 3.2 percent. Sample of 994 resolved domains, July 2026. 0% 25% 50% 75% 100% Email authentication, top 1,000 domains (994 resolved) Share publishing each control. Higher is safer. Passive DNS, July 2026. SPF present 73.7% DMARC present 70.4% Enforcing DMARC 58.5% DNSSEC 13.6% MTA-STS 3.2%
Source: our own passive DNS measurement of the Tranco top-1,000 list (list 64YYX), 20 July 2026. 994 of 1,000 domains resolved. Bars show the share publishing each control; enforcing DMARC means a policy of quarantine or reject.

The one number that matters: enforcing DMARC

Email has three well-known authentication records, and it is easy to mistake having some of them for being protected. SPF (RFC 7208) lists which servers may send mail for a domain. DKIM (RFC 6376) signs a message so a receiver can verify it was not tampered with. Neither, on its own, protects the address a human actually reads.

Here is the gap an attacker uses. SPF validates the envelope sender, the hidden Return-Path used during delivery, not the From address shown in the mail client. A message can pass SPF for some throwaway domain the attacker controls while displaying your domain in the From line. DKIM only helps if something checks that the signature aligns with the visible domain and rejects mail when it does not. The record that ties authentication to the visible From address, and tells receivers what to do when it fails, is DMARC (RFC 7489).

DMARC has three policy settings, and the difference between them is the whole game:

So the honest question is not "does this domain have DMARC" but "does its DMARC actually enforce." When you count only quarantine and reject as enforcement, 58.5% of the domains we resolved qualify. The other 41.5% are the exposed population: no record, or a record that only watches.

DMARC posture, 994 resolved top domains, July 2026
PostureDomainsShareBlocks forged From-domain mail?
Enforcing: p=reject42542.8%Yes, mail is refused
Enforcing: p=quarantine15615.7%Mostly, mail is sent to spam
Monitor only: p=none11811.9%No, mail is delivered
No DMARC record29429.6%No, nothing to act on
Record without a usable policy10.1%No, treated as no policy

Read the bottom three rows together. That is the 41.5%: forged mail bearing their domain is not stopped by DMARC. It is worth saying plainly that SPF adoption is higher, at 73.7%, precisely because SPF is the record people set first and think of as "done." It is not the record that stops someone impersonating them to a customer or a finance team, which is the attack we described in our guide to what attackers can see about your company.

The deeper layers are barely there

Two further controls harden mail and DNS beyond the SPF-DKIM-DMARC trio, and both are rare even among the busiest domains.

DNSSEC (RFC 4033 and its companions) cryptographically signs DNS answers so a resolver can detect a forged response. We treated a domain as signed when its parent zone published a DS record. Only 13.6% did. DNSSEC underpins stronger email schemes such as DANE, so its scarcity caps how far mail security can go for most of these domains.

MTA-STS (RFC 8461) lets a domain tell sending servers to require TLS when delivering mail to it, which resists downgrade and interception between mail servers. Just 3.2% announced it. We checked only the DNS announcement (the _mta-sts TXT record) and deliberately did not fetch the policy file over HTTPS, because that would mean connecting to the domain's host, which is a line we do not cross for research.

How we measured this

A skeptic should be able to rebuild this from scratch, so here is the whole method with nothing hidden.

What this does not prove

Honest limits, because a number without its caveats is marketing.

Why an attacker cares, and why you should

Domain forgery is not exotic. An email that appears to come from a company's billing address, sent to that company's own finance person or to a customer, asking to change bank details, is one of the most reliable intrusion openers there is. No system is breached; an identity is borrowed because a DNS record was never set to reject. When 41.5% of the most trafficked domains on the internet leave that record non-enforcing, the technique keeps working because the defense is optional and often skipped.

The fix is unglamorous and mostly free. Publish SPF and DKIM, then deploy DMARC and walk it from p=none through p=quarantine to p=reject as your reports confirm your real senders. The hard part is never the DNS edit; it is knowing which of your sending sources you would break by enforcing, and being confident you have found them all. That is judgment, and it is the same judgment behind knowing which of your exposed surfaces actually matter and which are noise.

Email spoofing exposure: quick answers

What share of top domains can be spoofed by email?

In our July 2026 check of the 1,000 busiest domains (994 resolved), 41.5% published no enforcing DMARC policy, so mail forging their domain in the visible From line is not rejected or quarantined on that basis. About 29.6% had no DMARC record at all and another 11.9% published a monitor-only p=none policy.

Does having an SPF record stop email spoofing?

No, not on its own. SPF authorizes servers for the envelope sender, not the From address a person sees. Only DMARC set to quarantine or reject ties authentication to the visible From domain and tells receivers to act on failures.

Is DMARC p=none good enough?

No, not for blocking spoofing. p=none is monitor-only: receivers report but take no action, so forged mail still arrives. It is a fine first stage, but until the policy moves to quarantine or reject it does not stop impersonation.

How can I check my own domain's email authentication?

Read your own public DNS: dig TXT yourdomain.com for SPF, dig TXT _dmarc.yourdomain.com for DMARC and its p= policy, dig DS yourdomain.com for DNSSEC, and dig TXT _mta-sts.yourdomain.com for MTA-STS. These are passive lookups of records you publish, so it is safe and free.

Related reading

  • Is p=none enough? Publishing DMARC vs enforcing it. The enforcement gap, measured: most domains publish DMARC but far fewer enforce it.
  • See your own exposure, properly.

    Our $100 check reads your external surface the way an attacker does, on scope you have verified you own and authorized in writing, with a senior operator on the readout. Email authentication is one of the first things we look at.

    Book a $100 check