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

Business Email Compromise (BEC): How Indian Firms Lose Money

Business Email Compromise (BEC) drains Indian businesses via CEO fraud and invoice fraud. Learn the attack pattern and a practical prevention checklist.

BR

Bachao.AI Research Team

Cybersecurity Research

Train Your Team

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 fraud technique where attackers impersonate a trusted party — a CEO, a vendor, or a payroll contact — over email to trick an employee into wiring money or changing bank details. There is no malware and no exploit. The attacker researches a real transaction, spoofs or hijacks a trusted inbox, and times a payment-change request to land exactly when finance is least likely to double-check it. For Indian businesses running fast, lean finance teams, BEC has become one of the highest-value, lowest-effort attacks available to fraudsters.

What Business Email Compromise actually looks like

BEC is not one attack — it is a family of social-engineering scams that all abuse the same weakness: employees trust email more than they verify it. The FBI's Internet Crime Complaint Center (IC3) tracks BEC as the second-costliest category of cybercrime it receives complaints about — behind investment fraud, and far ahead of reported ransomware losses — and Indian organisations increasingly show up as both victims and unwitting mule-account intermediaries in these cases.

The common patterns:

    1. CEO fraud (executive impersonation): An email appearing to come from the founder or CFO instructs finance to make an "urgent, confidential" wire transfer — often while the real executive is travelling, which the attacker knows from LinkedIn or an out-of-office reply.
    2. Invoice fraud: Attackers intercept or spoof a genuine vendor thread and send a "corrected" invoice with a different bank account, timed to a real, expected payment.
    3. Vendor payment redirection: A compromised supplier mailbox is used to send an authentic-looking notice: "Our bank has changed, please update our account for future payments." Because the request rides on a real business relationship, it rarely triggers suspicion.
    4. Payroll diversion: An email posing as an employee asks HR to redirect their next salary credit to a "new" bank account, exploiting routine, low-friction payroll change processes.

How attackers research and time the attack

BEC success depends on believability, not on technical sophistication. Attackers typically:

  1. Harvest public signals — company websites, LinkedIn, GST/MCA filings, press releases, and vendor lists — to learn who approves payments and who the real vendors are.
  2. Compromise or spoof a mailbox — either through a prior phishing credential theft, a look-alike domain (company‑name.com vs companyname.com), or a display-name spoof that most inboxes don't visibly flag.
  3. Monitor a real thread — in the more advanced cases, attackers sit inside a compromised vendor or executive mailbox for weeks, silently reading invoice and travel threads before acting.
  4. Time the ask — requests land during travel, festival closures, month-end payment runs, or right after a real invoice was due, so the request looks routine rather than anomalous.
  5. Apply urgency and authority — "This is time-sensitive," "Don't loop in anyone else yet," "Handle before EOD" — language designed to short-circuit the normal verification step.
graph TD A[Reconnaissance on target company] --> B[Compromise or spoof a trusted mailbox] B --> C[Monitor real invoice or travel thread] C --> D[Send spoofed payment change request] D --> E{Finance verifies via callback} E -->|No verification| F[Fraudulent wire transfer] E -->|Callback to known number| G[Fraud detected and blocked] style A fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style B fill:#5f1e1e,stroke:#EF4444,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
⚠️
WARNING
The single point where almost every BEC case is stopped, or lost, is the verification step before a payment or bank-detail change goes out. If that step is skipped or done over the same email thread the attacker controls, the fraud usually succeeds.

Why BEC bypasses traditional security controls

Firewalls, antivirus, and even most email security gateways are built to catch malicious attachments, links, and code. BEC emails typically have none of those. A well-crafted BEC message is plain text, contains no payload, and comes from an address that either is the real vendor's compromised account or looks close enough to pass a quick glance.

This is why BEC is fundamentally a process and identity problem, not a malware problem:

    1. No attachment, no link, no exploit — nothing for a sandbox or antivirus engine to detonate or flag.
    2. Domain spoofing exploits missing email authentication — without DMARC, DKIM, and SPF properly enforced, it's trivial to send mail that appears to originate from a legitimate domain.
    3. Social engineering targets a person, not a system — the "vulnerability" is a finance executive under time pressure, not a piece of software.
    4. Legitimate-looking context — because the attacker references a real invoice, a real trip, or a real vendor name, the email doesn't read as suspicious in isolation.
🛡️
SECURITY
Technical scanning (like a VAPT engagement) will tell you if your infrastructure, applications, and email authentication records have exploitable weaknesses — including missing or misconfigured SPF/DKIM/DMARC records that make spoofing easier. It does not replace a documented, enforced financial verification process; you need both.
$2.9 billionreported 2023 US BEC losses (FBI IC3 2024 report, ic3.gov)
21,489BEC complaints received by IC3 in 2023 (FBI IC3 2024 report)

Know your vulnerabilities before attackers do

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

Book Your Free Scan

BEC attack types by share of incidents

Public BEC-loss reporting (IC3, industry incident-response data) consistently shows invoice and vendor-impersonation fraud as the largest sub-categories, with CEO/executive impersonation and payroll diversion also recurring. Exact proportions vary by report and region, but the pattern below reflects the commonly observed distribution across BEC case types.

pie title BEC attack types, illustrative share of incidents "Invoice or vendor fraud" : 40 "CEO or executive impersonation" : 25 "Payroll diversion" : 20 "Vendor bank detail change" : 15

Why Indian businesses are exposed

Indian SMBs and mid-market firms are attractive BEC targets for a specific set of reasons:

    1. Founder-led approvals: Small and mid-size Indian companies often route high-value payment approvals directly through the founder or a single finance lead over WhatsApp and email — a workflow that's fast for legitimate business but easy to impersonate.
    2. Cross-border vendor relationships: Import/export firms, IT services companies, and manufacturers dealing with overseas vendors are frequent BEC targets because international wire transfers are harder to claw back and less scrutinised than domestic NEFT/RTGS.
    3. Thin finance teams: A two- or three-person finance function has less capacity for a formal, independent verification step before every payment-detail change.
    4. Weak email authentication hygiene: Many Indian SMB domains still lack enforced DMARC policies, making both direct spoofing and look-alike domain registration easier for attackers.
🎯Key Takeaway
BEC succeeds because it attacks a business process, not a technical control — the fix is not more security software, it's a mandatory, out-of-band verification step for any request that changes where money goes, combined with basic email authentication (SPF, DKIM, DMARC) so spoofed mail is rejected before it reaches an inbox.

Practical BEC prevention checklist

ControlWhat it doesPriority
Verification callback on a known numberConfirms any payment or bank-detail change directly with the person, never by replying to the same email threadCritical
Dual approval for payment/bank changesRequires a second, independent person to sign off before any vendor or payroll bank detail is updatedCritical
DMARC set to p=reject or p=quarantineStops spoofed mail claiming to be from your own domain from reaching recipientsHigh
SPF and DKIM correctly configuredAuthenticates legitimate outbound mail so receiving servers can validate your domainHigh
Look-alike domain monitoringFlags newly registered domains that closely resemble your company or key vendorsMedium
Finance team BEC awareness trainingTeaches staff to recognise urgency language, off-thread requests, and last-minute detail changesHigh
Travel-window payment freeze/escalationAdds extra scrutiny to payment requests during known executive travel or leave periodsMedium
Vendor bank-detail change registerMaintains a verified, versioned record of each vendor's confirmed bank details, checked before every paymentHigh
💡
TIP
The cheapest control on this list — a phone callback to a number you already had on file, not one supplied in the suspicious email — stops the majority of BEC attempts. It costs nothing and takes minutes.

What to do if you suspect a BEC incident

  1. Do not send further payments on the affected thread until the request is independently verified.
  2. Contact your bank immediately to attempt a wire recall — the window to reverse a fraudulent transfer is measured in hours, not days.
  3. Preserve the email headers and full thread for investigation; do not delete the message.
  4. Report the incident to CERT-In (cert-in.org.in) as required for significant cyber incidents, and to your bank's fraud desk.
  5. Reset credentials and review mailbox rules on any account suspected of compromise — attackers often set silent forwarding rules to keep monitoring a mailbox after the initial fraud.
  6. Run a technical review of your email authentication (SPF/DKIM/DMARC) and any exposed infrastructure to close the gap that allowed spoofing or compromise in the first place.
A structured VAPT engagement is where the technical half of this gets validated — checking whether your domain's email records, admin panels, and exposed services could be used to stage a BEC or credential-theft attack in the first place. If your organisation handles regular vendor payments or cross-border transfers, a free VAPT scan is a fast way to see whether your email authentication and public-facing attack surface leave you exposed. Automated scanning surfaces these gaps, and where a regulated engagement needs a formal certification trail, that work is delivered with a CERT-In empanelled partner.

Organisations handling personal data as part of vendor or payroll records should also review their obligations under India's data protection law — see our DPDP compliance guide for what applies to your business.

ℹ️
INFO
BEC and phishing simulations solve different problems. A phishing simulation tests whether your employees click a malicious link. BEC prevention is about financial-controls discipline — verification steps that hold even when an email looks completely legitimate, because in a real BEC attack, it usually does.

Closing thought

BEC will keep working as long as "reply to confirm" is treated as verification. The fix isn't exotic: authenticate your domain's email so spoofing is rejected outbound, and make every payment-detail change go through a channel the attacker cannot also control. Dhisattva AI Pvt Ltd built this scanning capability to catch the technical half of that gap — the financial-controls half is a policy decision your team can make today, for free, before the next invoice lands.

For more guides on practical security controls for Indian businesses, visit the Bachao.AI blog.

Frequently Asked Questions

What is Business Email Compromise (BEC) in simple terms?
BEC is a scam where an attacker impersonates a trusted person — a CEO, vendor, or employee — over email to trick a business into sending money or changing payment details to a fraudulent account. It typically involves no malware, just spoofing or a compromised mailbox combined with social engineering.
How is BEC different from phishing?
Phishing usually aims to steal credentials or deliver malware via a malicious link or attachment. BEC is narrower and more targeted: it aims to directly manipulate a financial transaction, often using no malicious payload at all, just a convincing, well-timed email.
Can DMARC, DKIM, and SPF fully stop BEC?
They significantly reduce spoofing of your own domain, but they cannot stop an attacker who has compromised a real vendor's mailbox and is emailing from a genuine account. That's why email authentication must be paired with a verification process for any payment-detail change, per the guidance at dmarc.org.
What should a business do immediately after a suspected BEC fraud transfer?
Contact your bank immediately to attempt a wire recall, stop any further payments on that thread, preserve the email evidence, and report the incident to CERT-In. Speed matters — recall windows for fraudulent wires close within hours.
Are Indian SMBs actually targeted by BEC, or is this mainly a US problem?
BEC is a global pattern, and Indian SMBs are increasingly targeted, particularly firms with cross-border vendor payments or founder-led approval processes. The FBI IC3 publishes US-specific loss figures because of its reporting mandate, but the underlying attack pattern applies wherever email-based payment approvals exist.
What is the single most effective control against BEC?
A mandatory verification callback to a previously known phone number before acting on any request that changes payment details or authorises a new transfer — never verify by replying to the same email thread the request came from.
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.

Phishing simulation and awareness training for Indian teams

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

Train Your Team
Find your vulnerabilitiesStart free scan →