Definition
Email threat protection encompasses the security practices and technologies that defend an organisation's email domain from abuse by malicious actors. Domain spoofing — where attackers send emails that appear to come from a legitimate domain — is the foundation of most email-borne attacks including phishing, Business Email Compromise (BEC), and impersonation fraud. The FBI's Internet Crime Report consistently ranks BEC as the most financially damaging cybercrime, with losses exceeding £2 billion annually. Email threat protection addresses this through authentication enforcement (SPF, DKIM, and DMARC), monitoring, and incident response procedures that limit an attacker's ability to impersonate the domain.
DMARC enforcement at p=reject is the single most effective protection against domain spoofing. When DMARC is enforced, receiving mail servers reject email that fails both SPF and DKIM authentication — precisely the characteristic of most spoofed messages. Beyond DMARC, threat protection includes monitoring DMARC forensic (RUF) reports that contain copies of failed messages, enabling analysis of attack content and techniques. Impersonation detection extends beyond domain spoofing to include display-name spoofing (where the From name mimics a trusted contact even if the domain does not match) and lookalike domains (where attackers register domains visually similar to the legitimate one). Comprehensive threat protection also includes internal procedures for reporting suspected email abuse, analysing attack patterns, and coordinating with domain registrars, hosting providers, and law enforcement when attacks are detected.
Best Practices
-
Enforce DMARC at p=reject on all domains that send email. Progress through monitoring, quarantine, and reject phases methodically. Maintain p=none only temporarily while identifying and remediating all legitimate sending sources. Document the enforcement timeline for each domain and track authentication pass rates monthly to ensure ongoing compliance.
-
Monitor DMARC forensic (RUF) reports for attack intelligence. RUF reports contain the actual content of failed messages, enabling detailed analysis of attack campaigns. Use these reports to identify phishing templates, subject lines, sender patterns, and targeting methodologies being used against your domain. Share intelligence with industry peers through threat-sharing groups.
-
Implement display-name spoofing protection alongside domain-level authentication. Configure email security gateways to flag or block messages where the display name matches executive names, financial department roles, or trusted vendor names even when the domain passes authentication. Train employees to verify the email address behind the display name on all unusual requests.
-
Establish a domain abuse incident response procedure. Define roles for investigating reported spoofing, steps for evidence collection (headers, full message content, logs), escalation paths to legal and executive teams, and procedures for coordinating with takedown services. Test the procedure through tabletop exercises at least annually.
-
Register lookalike domains defensively and monitor for new registrations. Identify the top 10-20 domain variations that could be used for spoofing and register them preventively. Use domain monitoring services to detect new lookalike domain registrations and initiate takedown procedures when malicious use is confirmed. Document the cost of defensive registration vs potential attack impact to justify the investment.
Related Glossary Terms
DMARC Alignment
DMARC identifier alignment determines whether the domain in the From header matches the domains used in SPF and DKIM authentication. Strict or relaxed.
Email Authentication Failure
Email authentication failures occur when SPF, DKIM, or DMARC checks fail, causing messages to be rejected, spammed, or quarantined by receiving mailbox providers.
Email Bulk Sender Guidelines
Email bulk sender guidelines issued by Gmail and Yahoo in 2024 require senders above 5,000 daily messages to implement DMARC, one-click unsubscribe, and maintain spam rates below 0.3%.
Email DANE
DANE (DNS-based Authentication of Named Entities) uses TLSA records to authenticate STARTTLS connections for SMTP, preventing TLS downgrade and man-in-the-middle attacks. It requires DNSSEC to function securely.
Email DKIM Selector
DKIM selector management involves rotating signing keys across named selectors (default, s1, s2, 2024). Multi-selector strategies allow zero-downtime key rotation every 6-12 months for ongoing email authentication.
Email DMARC Failure
DMARC failure handling processes what happens when SPF and DKIM both fail authentication: p=none monitors, p=quarantine sends to spam, p=reject bounces. Gradual policy escalation with testing prevents false positives.
Frequently Asked Questions
BEC is a sophisticated attack where criminals impersonate executives, vendors, or trusted partners via email to trick employees into transferring money, sharing sensitive data, or purchasing gift cards. The FBI reports BEC losses exceeding £2 billion annually, making it the most financially damaging cybercrime.
DMARC with p=reject instructs receiving mail servers to reject any message claiming to be from your domain that fails both SPF and DKIM authentication. Since spoofed messages typically originate from unauthorised servers and lack valid authentication, they are rejected before reaching the recipient's inbox.
Yes, but with caution. RUF reports contain partial or full message content of failed emails, providing valuable attack intelligence. However, they also contain potential sensitive data of the report recipients. RUF reports should be encrypted in transit and at rest, and access should be restricted to security team members.
Domain spoofing forges the actual sending domain in the email headers. Display-name spoofing sets the display name to a trusted contact while using a completely different domain. DMARC stops domain spoofing but does not address display-name spoofing, which requires additional email gateway rules or AI-based detection.
Within one hour of confirmation. Immediate steps include: collecting evidence (full email headers and content), verifying DMARC enforcement level is at p=reject, checking for compromised accounts or authenticated relay access, blocking originating IPs, and reporting to relevant takedown services and law enforcement.