Posted on

Email authentication as an identity check rather than proof of consent

A perfectly authenticated email can still be unwanted.

That sounds obvious until the green lights start appearing in the headers.

SPF passes. DKIM passes. DMARC passes. The domain aligns correctly. The message came through TLS. Technically, the sender has done a lot right.

What those checks establish is mostly identity and authorization at the domain level.

They do not establish permission from the recipient.

Google’s current Gmail requirements make this distinction visible. Bulk senders must authenticate mail with SPF and DKIM, publish DMARC, and align the visible From domain with authenticated domains. Google separately tells senders to avoid unwanted mail, keep complaint rates low, and provide one-click unsubscribe for promotional messages. See Gmail’s email sender guidelines FAQ.

Those are separate requirements because they answer separate questions.

Authentication asks who is speaking

SPF checks whether the sending server is authorized for a domain.

DKIM verifies a cryptographic signature attached by the sending domain.

DMARC ties authentication to the domain shown to the user and lets domain owners publish handling policies for failures.

These systems are enormously useful against spoofing and impersonation.

If an attacker sends a fake bank message from infrastructure the bank never authorized, authentication can help a receiving system detect the mismatch.

But suppose the real bank sends a promotional message from its real servers using its real domain.

Authentication can correctly say: yes, this really came from the bank.

It cannot say: yes, Leo asked for this offer.

A verified nuisance is still a nuisance

This matters because sender reputation can be mistaken for recipient consent.

A large company can authenticate every message flawlessly and still mail an old address, over-message an inactive customer, misunderstand a signup, or keep sending categories of promotion the recipient no longer wants.

The inverse is also possible. A small legitimate sender can make an authentication mistake while sending mail that subscribers genuinely requested.

Identity and desirability are correlated only indirectly.

To establish permission, investigators need a different evidence trail: where the address was collected, what wording appeared beside the form, whether the person confirmed the subscription, what categories of messages were described, when the permission was recorded, and whether the person later opted out.

The FTC’s CAN-SPAM guidance also makes a useful legal distinction. U.S. federal law generally does not require prior opt-in consent for commercial email, provided the sender follows the law’s requirements and honors opt-outs. See the FTC’s Candid answers to CAN-SPAM questions.

So even lawful, authenticated, and wanted are three different properties.

Spam Empires become easier to study when those properties are not collapsed into one another.

Authentication can tell you a great deal about who sent the message.

It cannot tell you whether the human receiving it ever wanted to hear from them.

Posted on

Disposable domains and the economics of sender replacement

A domain name can be a reputation.

It can also be a paper cup.

Legitimate organizations usually have reasons to keep the same domain working: customers know it, links point to it, authentication accumulates around it, employees use it, and losing it would be expensive.

An abusive sender can have the opposite incentive.

Once a domain develops a poor reputation, the cheap option may be to abandon it and register another one.

Spamhaus describes this behavior in its documentation on domain blocklisting and snowshoe activity. It notes that abusive operations may use many domains and IP addresses that change frequently, while legitimate bulk senders generally invest in durable identities and long-term reputation. See the Spamhaus Domain Blocklist FAQ.

The point is not that a new domain is suspicious by definition.

The point is that replaceability changes the cost of enforcement.

Reputation only works when somebody cares about keeping it

Sender reputation is useful because bad behavior is supposed to create future consequences.

If a domain sends unwanted mail and recipients complain, filters can learn. If the same identity keeps sending, those consequences accumulate.

But if the operator expects to discard the domain after a short campaign, reputation becomes less of a deterrent.

The sender is not repairing the building.

They are moving to another motel room.

Cheap registration, automated DNS configuration, disposable landing pages, and large domain inventories can make that strategy practical at scale.

The address changes; the operation may not

Investigators therefore look beyond the visible domain.

Repeated templates, tracking parameters, affiliate identifiers, hosting patterns, name servers, registration timing, payment destinations, linked infrastructure, message wording, and campaign schedules can reveal relationships among apparently separate senders.

None of those clues alone proves common ownership. Shared infrastructure and templates can have innocent explanations.

But continuity can exist even when the domain name does not.

This is another industrial feature of Spam Empires: the identity in the From line or hyperlink may be designed to die young.

The operation survives because replacing the label costs less than rehabilitating it.