Executive Summary
Three axes: (a) configuration (DMARC enforcement, blocking automatic forwarding, DNS records), (b) security features (secure email gateway/sandbox, protective DNS, DNSSEC, registrar lock), (c) visibility (DMARC reports and forwarding email/DNS events to SIEM).
DMARC enforcement (on top of SPF/DKIM)
SPF and DKIM alone do not enforce policy; DMARC specifies what to do with non-compliant messages:
- Gradual transition: p=none (observation) → p=quarantine → p=reject. Analyze reports (RUA) to align legitimate senders and move to rejection.
- DKIM signed on all legitimate flows; SPF records narrow and accurate.
MTA-STS, TLS-RPT, and BIMI
- MTA-STS + TLS-RPT: Enforces TLS delivery of inbound mail; reduces downgrade/MiTM.
- BIMI: Brand logo with DMARC reject (additional verification incentive). Related mitigation: Email Security Gateway with Anti-Phishing.
Secure email gateway and anti-phishing
- Safe Links / Safe Attachments (URL rewriting + sandbox detonation).
- Impersonation/anti-spoof protection (executive/brand impersonation), spoof intelligence.
- Block automatic external forwarding (silent exfiltration from compromised mailbox). Related mitigation: Restrict Web-Based Content.
DNS security
- Protective DNS (PDNS): Block resolution to malicious/command-and-control domains (C2/phishing reduction).
- DNSSEC: Resolution integrity (reducing forged responses/cache poisoning).
- Registrar/registry lock + DNS account MFA: Against domain transfer/DNS hijacking. Related mitigation: DNS and Domain Security.
Three axes — summary
- (a) Configuration: DMARC p=reject journey, SPF/DKIM alignment, block automatic forwarding, DNS records.
- (b) Security feature: Safe Links/Attachments, anti-impersonation, PDNS, DNSSEC, MTA-STS, registrar lock.
- (c) Log/SIEM: Forward DMARC RUA reports + email/DNS events to SIEM.
Logging and SIEM forwarding
Use DMARC aggregate reports (RUA) to see spoofing attempts and shadow senders; forward email gateway detection events and PDNS blocks to SIEM (phishing campaign correlation). Method: Centralized Log Management and SIEM.
Pitfalls
- Leaving DMARC at p=none (policy not enforced).
- Leaving automatic external forwarding open.
- Thinking only about the owned domain and skipping cousin-domain (lookalike) monitoring.
- Leaving DNS account/registrar without MFA.
Baseline: Email & DNS Security Baseline. User side: User Training.