Most engineers think…
Most people believe that if a company has a spam filter, Business Email Compromise is solved. That mental model is why BEC remains the highest-dollar cybercrime category year after year.
BEC attacks do not use malware — they hijack trust. A well-crafted CEO-fraud email can pass SPF and DKIM, score zero on a reputation engine, and still steal millions. Proofpoint Email Fraud Defense layers email authentication (SPF, DKIM, DMARC) with AI-based behavioural analysis — display-name matching, lookalike-domain detection and supplier-risk scoring — because authentication alone only covers your own domain. Understanding where each layer starts and stops is what separates a guesswork email-security posture from one you can actually defend in an audit or an interview.
① Why email fraud works — trust, not malware
BEC (Business Email Compromise) is a social-engineering attack delivered over email, not a malware attack. The goal is to convince someone — a finance team member, an IT admin, a new employee — to wire funds, change payment details, or hand over credentials. Because there is no payload, traditional antivirus and many spam filters give these messages a clean bill of health.
There are four main attack patterns you must be able to name. CEO fraud (or executive impersonation) spoofs or compromises a senior leader's identity and orders an urgent action. Supplier invoice fraud impersonates a known vendor and asks for a payment-detail update. Display-name spoofing sets the visible From name to 'John Smith — CEO' while using an attacker-owned domain in the actual address. Lookalike domains register a convincing near-copy of a real domain (e.g. techc1ick.in) and use it to send fraud.
The critical insight: display-name spoofing and lookalike-domain attacks often pass SPF and DKIM on their own domain — they just happen to not be the domain you trust. Authentication is necessary but not sufficient.
Why do display-name spoofing attacks often bypass traditional spam filters?
② SPF, DKIM & DMARC — what each standard actually checks
SPF (Sender Policy Framework) is a DNS TXT record that lists the IP addresses and mail servers authorised to send email for your domain. When a receiving server gets a message, it checks the envelope sender (the MAIL FROM address, invisible to the user) against your SPF record. A pass means the sending IP is on your list; a fail means it is not. SPF alone does not protect the visible From: header.
DKIM (DomainKeys Identified Mail) adds a cryptographic signature to the message headers. The sending server signs the message with a private key; the receiving server looks up the public key in DNS and verifies the signature. A valid DKIM signature means the message body and key headers were not altered in transit and were signed by the claimed domain's key. DKIM survives forwarding; SPF often does not.
DMARC ties them together
DMARC (Domain-based Message Authentication, Reporting and Conformance) does two things: it requires alignment (the domain in the visible From: header must match the domain that passed SPF or DKIM) and it tells receivers what to do with failures — p=none (log only), p=quarantine (send to spam) or p=reject (discard). DMARC also generates aggregate (rua) and forensic (ruf) reports so you can see exactly who is sending on your behalf before you enforce.
A DNS TXT record listing authorised sending IPs for a domain. Checks the envelope MAIL FROM, not the visible From: header. Fails on forwarded mail.
Cryptographic signature on message headers and body using a private key. Receiving server verifies with public key in DNS. Survives forwarding; proves message integrity.
Adds alignment (From: domain must match SPF or DKIM pass domain) and enforces a policy: p=none (report), p=quarantine (spam), p=reject (discard). Generates rua/ruf reports.
Proofpoint layer above authentication: display-name AI, lookalike-domain scoring, supplier-risk graph. Catches BEC that passes DMARC on an attacker-owned domain.
In an interview, always separate what each standard verifies: SPF checks the MAIL FROM (envelope) IP, DKIM checks message integrity via signature, and DMARC adds alignment so the visible From: must match. A message can pass SPF and DKIM and still be a spoofed display-name attack — that is exactly what EFD is for.
What does DMARC alignment require?
③ Proofpoint Email Fraud Defense layers — beyond authentication
Proofpoint Email Fraud Defense (EFD) sits on top of authentication to catch the attacks that pass SPF and DKIM. Three capabilities matter most in interviews and in production.
Display-name and header analysis: EFD compares the visible From: name and address against your executive directory and known-safe senders. If a message claims to be from 'Rajesh Mehta — CFO' but arrives from a Gmail address or an unrelated domain, EFD flags or quarantines it — even if the message passes every authentication check on the sending domain.
Lookalike-domain detection: Proofpoint maintains intelligence on domains that are visually or phonetically similar to your registered domains (e.g. substituting 'rn' for 'm', adding '-invoice', or using homoglyph characters). Incoming messages from these domains are scored and can be flagged or rejected regardless of their own SPF/DKIM status.
Supplier & third-party risk scoring: Most BEC now exploits supplier relationships — attackers either compromise a supplier's mail account or register a lookalike of the supplier's domain. EFD ingests your accounts-payable and CRM data, builds a supplier trust graph, and scores anomalies — new sending IP for a known supplier, content that requests payment changes, or a lookalike domain substituted for a known vendor.
DMARC at p=reject stops exact-match domain spoofing brilliantly. It does nothing to a lookalike domain (acme-inv01ces.com has its own valid DMARC record), a compromised legitimate supplier account, or a display-name spoof from a Gmail address. Always layer EFD capabilities on top of authentication, not instead of them.
▶ Watch a BEC lookalike-domain email get caught
Follow a fraudulent invoice email from a lookalike domain through SPF, DKIM, DMARC and Proofpoint EFD. Press Play for the catch, then Break it to see what happens without EFD.
A supplier you know well suddenly sends an invoice from 'acme-inv01ces.com' instead of 'acme.com'. Which Proofpoint EFD capability is most relevant?
④ Deploying DMARC correctly — and operationalising fraud defence
The single most important deployment rule: never go straight to p=reject. Start with p=none for at least two weeks, collect aggregate (rua) reports, identify all legitimate sending sources (marketing platforms, HR systems, third-party SaaS), and publish SPF and DKIM records for each. Only then move to p=quarantine, watch spam-folder rates for a week, fix any remaining misalignment, and finally promote to p=reject.
Proofpoint EFD adds a DMARC management layer on top of raw DMARC — it parses rua report feeds, maps sending sources to business owners, and provides a dashboard that shows authentication coverage per domain, per sending service. This compresses what normally takes months into a guided workflow.
Incident response with EFD
When a BEC attempt is caught, EFD surfaces the full message header, the sender-domain reputation, the lookalike score and any supplier-trust anomaly in a single pane. For incidents that slip through, Proofpoint supports message retraction (pulling delivered messages back from user inboxes through integration with Microsoft 365 or Google Workspace). Operationally, the right habit is: review the EFD daily digest, tune display-name rules as your executive roster changes, and re-scan your SPF records whenever you onboard a new SaaS vendor.
Priya at a Mumbai fintech faces this
The CFO receives an email that appears to be from the company's Singapore office requesting an urgent wire transfer. The message passes the existing spam filter with a clean score.
The attacker registered sinqapore-office.com (replacing 'g' with 'q'), set up SPF and DKIM for that domain, and set the display name to 'CFO Singapore — Kavita Sharma'. No malware, no suspicious links.
Check the raw From: header — the actual sender domain is sinqapore-office.com, not the real company domain. The DMARC record on sinqapore-office.com is p=none, so nothing blocked it.
Proofpoint EFD ▸ Fraud Alerts ▸ Lookalike Domain Detections + Display-Name AnalysisEnable Proofpoint EFD with lookalike-domain protection tuned to your registered domains. Set the executive display-name policy to quarantine any message claiming to be a C-suite sender but arriving from an unrecognised domain. Also register common typosquat variants of your own domains.
Re-test with a simulated lookalike-domain message — EFD should score it high-risk, quarantine it, and surface it in the fraud alerts dashboard with the lookalike match highlighted.
Before moving to p=quarantine or p=reject, download and parse your DMARC rua (aggregate) reports. Every legitimate mail stream that is failing authentication will be listed. Fix SPF/DKIM for each one, then enforce. Skipping this step is the single most common cause of legitimate mail loss during DMARC deployment.
An organisation moves straight from p=none to p=reject. What is the most likely first consequence?
🤖 Ask the AI Tutor
Tap any question — instant, scoped to this lesson. No login, no waiting.
Pre-curated from vendor docs + community Q&A, scoped to this lesson. For a live prod issue, paste your export into chat.techclick.in.
📝 Wrap-up assessment — six more
You've answered 4 inline. Six left. 70% (7 of 10) marks the lesson complete on your profile. Tap Submit all answers at the end.
🧠 In your own words
Type one line: why is DMARC at p=reject not enough to stop Business Email Compromise? Then compare with the expert version.
🗣 Teach a friend
Best way to lock it in — explain it in one line to a teammate. Tap to generate a paste-ready summary.
📖 Glossary
- SPF (Sender Policy Framework)
- A DNS TXT record listing authorised sending IPs and mail servers for a domain. Checks the envelope MAIL FROM, not the visible From: header. Fails on forwarded mail.
- DKIM (DomainKeys Identified Mail)
- Cryptographic signature added to message headers and body using a private key. Receiving servers verify with the public key published in DNS. Proves message integrity and survives forwarding.
- DMARC
- Domain-based Message Authentication, Reporting and Conformance. Adds alignment (From: domain must match SPF/DKIM pass domain), enforces a policy (none/quarantine/reject), and generates rua/ruf reports.
- BEC (Business Email Compromise)
- A social-engineering attack delivered by email, targeting people to wire money or change payment details. Uses no malware — exploits trust through impersonation.
- Lookalike domain
- A domain visually or phonetically similar to a legitimate domain, using character swaps, added words or homoglyphs, designed to fool recipients into trusting fraudulent email.
- Display-name spoofing
- Setting the visible From: name to an executive or trusted contact while using an attacker-owned domain in the actual email address. Passes authentication on the sending domain.
- DMARC alignment
- The DMARC requirement that the domain in the visible From: header matches the domain that passed the SPF or DKIM check, closing the gap between envelope and displayed sender.
- Email Fraud Defense (EFD)
- Proofpoint product that layers AI-based display-name analysis, lookalike-domain detection and supplier-risk scoring on top of email authentication to catch BEC attacks that pass DMARC.
- rua / ruf reports
- DMARC aggregate (rua) reports list pass/fail counts per sending source, sent daily. Forensic (ruf) reports include sample failed messages. Both are essential for safe DMARC enforcement ramp-up.
- Supplier trust graph
- Proofpoint EFD's model of your known vendor and partner domains and sending patterns, used to score inbound messages and flag anomalies like new IPs or payment-change requests.
📚 Sources
- Proofpoint — Email Fraud Defense product page. proofpoint.com/us/products/email-fraud-defense
- Proofpoint — Understanding BEC: Business Email Compromise threat landscape. proofpoint.com/us/threat-reference/business-email-compromise
- IETF RFC 7208 — Sender Policy Framework (SPF) for Authorizing Use of Domains in Email. tools.ietf.org/html/rfc7208
- IETF RFC 6376 — DomainKeys Identified Mail (DKIM) Signatures. tools.ietf.org/html/rfc6376
- IETF RFC 7489 — Domain-based Message Authentication, Reporting, and Conformance (DMARC). tools.ietf.org/html/rfc7489
- Proofpoint Help — Configuring DMARC in Proofpoint Email Security and Fraud Defense. help.proofpoint.com
What's next?
Got the fraud-defence layer? Next, explore how Proofpoint Targeted Attack Protection (TAP) handles URL rewriting, sandboxing and Very Attacked Person (VAP) scoring to stop the malware and credential-phishing attacks that slip past perimeter filters.