Skip to content
Back to Blog
·9 min read·guides

Business Email Compromise (BEC): How It Works & Defense

How Business Email Compromise (BEC) fraud works — CEO fraud, invoice scams, payroll diversion — and the SPF, DKIM, DMARC, and payment controls that stop it.

BR

Bachao.AI Research Team

Cybersecurity Research

Get Your Free VAPT Scan

What this means for your business

Indian SMBs without documented security controls face 3× higher breach costs (IBM Cost of a Data Breach 2024). This guide helps you close that gap.

Business Email Compromise (BEC) is a scam where an attacker impersonates a trusted executive, vendor, or employee over email to trick a business into wiring money or sensitive data to an account the attacker controls. Unlike ransomware or malware attacks, BEC often uses no malicious code at all — just a convincing message, a spoofed or hijacked email address, and a request that looks routine. The FBI's Internet Crime Complaint Center (IC3) has repeatedly named BEC among the costliest categories of cybercrime it tracks, ahead of ransomware in reported dollar losses. For Indian businesses running international vendor payments, payroll, or executive travel approvals over email, BEC is not a theoretical risk — it is a process failure waiting to be exploited.

If you run finance, IT, or leadership for an SMB, understanding how BEC actually works — and where your approval workflow has a gap — matters more than any single security tool.

What Is Business Email Compromise?

BEC is a social-engineering fraud, not a technical exploit. The attacker's goal is to get someone with payment authority to voluntarily move money or share credentials, by making a fraudulent request appear to come from someone they trust — a CEO, a CFO, a known vendor, or a colleague in finance. The attack succeeds when the target's judgment is compromised by urgency, authority, and familiarity, not when a firewall is breached.

This is why BEC evades most conventional security controls. Antivirus doesn't flag a well-written email with no attachment. A firewall doesn't block a legitimate wire transfer initiated by an authorized employee. The exploit is the business process itself — an email that looks routine enough to skip verification.

ℹ️
INFO
BEC is sometimes called "CEO fraud" or "wire transfer fraud," but those are just the most common variants. The umbrella term covers any email-based impersonation used to redirect payments, payroll, or sensitive data — including vendor invoice fraud and payroll diversion, both covered below.

The Four Main BEC Schemes

CEO fraud (executive impersonation). The attacker spoofs or hijacks a senior executive's email — often the CEO or CFO — and sends an urgent, confidential request to finance or accounts payable to wire funds immediately, frequently claiming to be traveling and unreachable by phone. The urgency-plus-authority combination is designed to bypass normal scrutiny.

Vendor / supplier invoice fraud. The attacker compromises or spoofs a genuine vendor's email thread — sometimes after reading real invoice history from a hacked mailbox — and sends an "updated bank details" notice ahead of the next payment. Because the invoice amount and vendor name are real, this variant is especially hard to catch without an independent verification step.

Payroll diversion. The attacker impersonates an employee (often via a lookalike or spoofed personal address) and asks HR or payroll to update their bank account details before the next payroll run. Salaries for that cycle land in the attacker's account instead. This scheme scales poorly for a single large payout but is common because payroll changes often get lighter scrutiny than large one-off wires.

Account takeover (email account compromise). Rather than spoofing an email, the attacker gains real access to a mailbox — via phishing, credential stuffing, or a weak/reused password with no MFA — and sends fraudulent requests from the genuine account. This variant is hardest to detect because the email truly originates from the real inbox, with a real signature and real historical thread context.

🚨
DANGER
Account takeover BEC is the most dangerous variant because email authentication controls like SPF, DKIM, and DMARC do not help — the message genuinely originates from the legitimate account and domain. The only real defenses are MFA on the mailbox and an out-of-band verification step for payment changes, independent of the email channel itself.
graph TD A[Recon targets and org chart] --> B{Spoof domain or take over mailbox} B -->|Spoof lookalike domain| C[Impersonate exec or vendor] B -->|Compromise real mailbox| C C --> D[Send urgent fraudulent payment request] D --> E{Verified out-of-band} E -->|No verification| F[Funds wired to attacker] E -->|Callback confirms fraud| G[Payment blocked and reported] style A fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style B fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style C fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style D fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style E fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style F fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style G fill:#1e3d2f,stroke:#10B981,color:#e2e8f0

Why BEC Is So Costly — and So Effective

BEC is consistently one of the highest-loss cybercrime categories the FBI IC3 tracks, because a single successful wire fraud can move a large sum in one transaction, with no ransomware payload and often no way to reverse the transfer once funds clear through intermediary "money mule" accounts. Verizon's Data Breach Investigations Report (DBIR) has also repeatedly flagged the human element — pretexting and social engineering over technical exploitation — as a leading breach factor, and BEC is the purest expression of that pattern: no code, just a convincing message and a broken verification step.

The psychology attackers exploit is consistent across variants:

    1. Authority. People are conditioned not to question a request that appears to come from a CEO or a long-standing vendor.
    2. Urgency. "Wire this before end of day" or "confidential, don't discuss with anyone else" pressures the target to skip the usual checks.
    3. Familiarity. Real invoice numbers, real names, real prior thread context (especially in mailbox takeover) make the request look routine rather than suspicious.
    4. Isolation. Requests to keep the matter confidential or to avoid calling the requester directly cut off the one verification channel that would catch the fraud.
⚠️
WARNING
Attackers increasingly research target organizations via LinkedIn, company websites, and even out-of-office replies before striking — an auto-reply stating "I'm traveling until Friday, contact [name] for urgent matters" hands an attacker the exact pretext and timing window they need for CEO fraud.

Know your vulnerabilities before attackers do

Run a free VAPT scan — takes 5 minutes, no signup required.

Book Your Free Scan

Email Authentication: SPF, DKIM, and DMARC

Domain spoofing — where an attacker sends mail that appears to come from your own domain, or a near-identical lookalike — is defensible with email authentication standards. These don't stop mailbox takeover, but they close the spoofing door, a large share of BEC attempts against Indian SMBs that haven't configured them.

ControlWhat it doesGap it closes
SPF (Sender Policy Framework)Publishes which mail servers are authorized to send on your domain's behalfBlocks mail forged to look like it came from your domain via unauthorized servers
DKIM (DomainKeys Identified Mail)Cryptographically signs outgoing mail so receivers can verify it wasn't altered in transitConfirms message integrity and legitimate origin
DMARC (Domain-based Message Authentication)Tells receiving mail servers what to do when SPF/DKIM checks fail — quarantine or reject — and sends you reportingEnforces SPF/DKIM and gives visibility into spoofing attempts against your domain
🛡️
SECURITY
SPF and DKIM alone are ineffective without DMARC in enforcement mode. Many organizations publish SPF and DKIM records but leave DMARC at p=none (monitor-only), which reports spoofing attempts but does nothing to block them. Move to p=quarantine or p=reject once you've confirmed legitimate mail flows aren't broken.

Practical Defenses Beyond Email Authentication

Email authentication stops domain spoofing, but the majority of BEC losses come from process failures that no DNS record can fix. The controls that actually stop wire fraud sit in your payment workflow, not your inbox.

Out-of-band verification for payment changes. Any request to change bank account details — vendor, payroll, or executive-initiated — must be confirmed through a channel independent of email: a phone call to a number already on file (never a number provided in the request itself), or a pre-agreed verification code with the vendor.

Dual approval on wire transfers above a threshold. No single individual should be able to both initiate and approve a large payment. A second approver, using a separate verification step, catches what a rushed first reviewer misses.

MFA on every mailbox, especially finance and executive accounts. Mailbox takeover is the hardest BEC variant to catch after the fact — the cheapest prevention is making the account takeover itself much harder with multi-factor authentication.

Slow down urgency-flagged requests. Any email invoking confidentiality, urgency, or "don't call, just email" instructions should trigger extra scrutiny, not less. Train staff that these are attacker signals, not exceptions to the process.

Domain monitoring for lookalikes. Register close variants of your own domain where feasible, and monitor for newly registered lookalike domains that could impersonate your organization to vendors or customers.

2Authentication layers required before DMARC enforcement is effective — SPF and DKIM (Internet email authentication standards)
4Common BEC scheme types tracked by investigators — CEO fraud, vendor invoice fraud, payroll diversion, account takeover (FBI IC3)
💡
TIP
Run a tabletop exercise: have finance and IT walk through what would actually happen if a "CFO" emailed asking for an urgent, confidential wire transfer today. If nobody can immediately name the verification step that would catch it, that's the gap to close first — before adding any new tool.

Staff Training That Actually Reduces BEC Risk

Generic phishing-awareness training rarely prevents BEC, because BEC emails often contain no malicious link or attachment for a spam filter or a trained eye to flag. Effective training instead focuses on one pattern: urgency plus authority plus a payment or credential request equals mandatory out-of-band verification, no exceptions — including for the actual CEO, who should expect and welcome the callback.

Finance and payroll staff need to know that an email request alone is never sufficient authorization for a bank-detail change, regardless of how senior the apparent sender or how routine the invoice looks. This one rule, consistently enforced, defeats the majority of BEC attempts because it removes email as a sufficient trust anchor.

🎯Key Takeaway
BEC succeeds by exploiting trust and process gaps, not technical vulnerabilities — which means the fix is largely organizational, not just technical. SPF, DKIM, and DMARC close the domain-spoofing door; MFA on mailboxes reduces account takeover; but the control that stops the actual fraud is a mandatory, independent, out-of-band verification step for every payment or bank-detail change request, with zero exceptions for urgency or seniority.

Reported Share of BEC Scheme Types

Among the four common BEC variants, invoice/vendor fraud and CEO-style executive impersonation are the most frequently reported patterns in industry incident data, with payroll diversion and account takeover following. The exact mix varies by organization size and sector, so treat this as a general prioritization guide rather than a precise measurement for any single company.

pie title BEC Scheme Types - Illustrative Distribution "Vendor invoice fraud" : 35 "CEO / executive fraud" : 30 "Payroll diversion" : 15 "Account takeover" : 20

Bachao.AI, built by Dhisattva AI Pvt Ltd, helps Indian SMBs continuously assess external-facing exposure — including weak email and domain hygiene that makes spoofing-based BEC easier — though BEC defense itself is primarily a people-and-process discipline, not a scanning problem.

Frequently Asked Questions

Frequently Asked Questions

What is Business Email Compromise (BEC) in simple terms?
BEC is a scam where an attacker impersonates a trusted executive, vendor, or colleague over email to trick someone into wiring money or changing bank/payroll details. It typically uses no malware — just a convincing message and a spoofed or hijacked email account.
How is BEC different from phishing?
Phishing usually casts a wide net with malicious links or attachments aimed at credential theft or malware delivery. BEC is targeted, researched, and often contains no malicious payload at all — it relies purely on impersonation and social engineering to trigger a fraudulent payment or data disclosure.
Can SPF, DKIM, and DMARC fully stop BEC?
No. They block domain spoofing effectively when configured with DMARC in enforcement mode, but they do nothing against mailbox takeover, where the attacker sends from a genuinely compromised legitimate account. Out-of-band verification and MFA are needed to cover that gap.
What is the single most effective control against BEC wire fraud?
A mandatory, independent, out-of-band verification step — a phone call to a number already on file — for any request to change bank details or approve an urgent payment, with no exceptions for seniority or urgency.
Why is BEC considered one of the costliest forms of cybercrime?
The FBI IC3 has repeatedly reported BEC among the highest-loss cybercrime categories it tracks, because a single successful fraud can move large sums in one transaction with limited traceability once funds move through intermediary accounts, and no malware forensics trail to investigate.
Should small businesses in India worry about BEC, or is it only a risk for large enterprises?
SMBs are frequent targets precisely because they often lack dual-approval workflows and dedicated finance controls that larger enterprises have built out, making a single convincing email more likely to succeed without a second check.

Sources: FBI Internet Crime Complaint Center (IC3) annual reports on Business Email Compromise (ic3.gov), Verizon Data Breach Investigations Report (verizon.com/dbir), CERT-In advisories on email-based fraud (cert-in.org.in).

Worried about how exposed your domain and external-facing systems are to impersonation and spoofing? Book a free VAPT scan.

BR

Bachao.AI Research Team

Cybersecurity Research

AI-powered security research and threat intelligence from the Bachao.AI team. Covering the latest vulnerabilities, CVEs, and cybersecurity developments affecting Indian businesses.

Get cybersecurity insights for Indian SMBs

Weekly vulnerability alerts, DPDP compliance tips, and security guides. No spam — unsubscribe anytime.

We respect your privacy. Your email is never shared.

Know your vulnerabilities before attackers do

Free automated scan — risk score in under 2 hours. No credit card required.

Get Your Free VAPT Scan
Find your vulnerabilitiesStart free scan →