How AI Stops Business Email Compromise: Behavioral Baselining in Action

Business Email Compromise doesn't look like an attack. There's no malware, no suspicious attachment, often not even a link — just a well-written email, apparently from someone the recipient already trusts, asking for something that sounds plausible: a wire transfer, a change to payment details, an urgent favor. That's exactly what makes BEC one of the hardest categories of phishing to stop with traditional tools, and why detecting it requires understanding what "normal" looks like for a specific sender and recipient, rather than scanning the message for something objectively malicious.
This piece explains how behavioral baselining — the technique underlying most effective BEC detection — actually works, and what it takes to build a model that can tell the difference between an unusual-but-legitimate request and a well-disguised attack.
Quick Summary
- The core problem: BEC attacks contain no malware and often no malicious link — there's nothing for a signature-based scanner to flag.
- The detection approach: behavioral baselining establishes what "normal" communication looks like for every sender-recipient relationship, then flags deviations.
- The signals that matter: timing, tone, request type, reply-to consistency, and historical interaction frequency between the specific people involved.
- Why it works even against novel attacks: it doesn't require the attack technique to have been seen before — only that the resulting communication is inconsistent with an established pattern.
Why BEC Defeats Signature-Based Detection
Every layer of a traditional email security stack — malware scanning, link reputation, attachment sandboxing — is built to catch something concrete: a malicious file, a flagged domain, a known-bad signature. A BEC email typically has none of these. It's plain text, sent from either a spoofed lookalike domain or, in more sophisticated cases, a genuinely compromised legitimate account, asking the recipient to do something that is, on its face, a completely ordinary business request.
This is precisely why BEC has remained one of the most financially damaging categories of email fraud for years running: it's not that defenses haven't improved, it's that BEC is specifically engineered to have nothing for a signature-based system to catch. The attack lives entirely in the social-engineering layer, which means detection has to live there too.
What Behavioral Baselining Actually Measures
Baselining starts by building a model of normal communication patterns — not for the organization in the abstract, but for every specific sender-recipient relationship. Does this executive typically email this finance manager? At what times of day do they usually communicate? What's the typical tone and structure of their requests? Has this vendor's domain been used to communicate with this specific team before, and through what pattern of prior interactions?
None of these signals require anything to be objectively malicious on their own. A wire transfer request isn't inherently suspicious — finance teams process them constantly. What's suspicious is a wire transfer request that deviates from the established pattern: an urgency the sender doesn't normally use, a request routed to a recipient who doesn't usually handle this kind of task, or a reply-to address that quietly differs from the sender's actual address. Individually, each of these might be explainable. Combined, they form a pattern that's measurably inconsistent with how this specific relationship normally behaves.
The Anatomy of a Baseline Deviation
Consider a common BEC pattern: an email appearing to be from a CEO, sent to a finance manager, requesting an urgent, confidential wire transfer to a new vendor. A behavioral model evaluates this against several dimensions simultaneously:
- Relationship history: Does this CEO typically email this specific finance manager directly, or does communication normally route through an executive assistant?
- Timing: Is this consistent with when this sender typically communicates, or does it arrive at an unusual hour, timed to reach the recipient when verification is harder?
- Linguistic pattern: Does the tone, vocabulary, and structure of the message match this sender's historical writing style, or does it read as generic and impersonal despite claiming urgency and personal authority?
- Request type: Is a request for a new, unverified vendor wire transfer consistent with this sender's historical requests, or is it a first-time ask that deviates sharply from their typical communication?
- Technical consistency: Does the reply-to address, sending infrastructure, and authentication status match what's expected for this sender, even if the display name looks correct?
No single signal here is proof of an attack. The combination — especially when several deviate simultaneously from an established baseline — is what produces a high-confidence flag, even though the email contains nothing a traditional scanner would ever catch.
Why This Approach Generalizes to Novel Attacks
The advantage of behavioral baselining over any technique-specific defense is that it doesn't need to recognize the specific trick being used. A new BEC variant — a different urgency framing, a different pretext, a different request type — still has to violate an established communication pattern to succeed, because the entire premise of BEC is convincing someone to do something they wouldn't normally do, communicated in a way that isn't how they'd normally be asked.
This is also why behavioral detection complements, rather than replaces, technical email authentication (SPF, DKIM, DMARC). Authentication verifies that a message technically came from where it claims to have come from — which is necessary but insufficient, since a genuinely compromised account passes authentication perfectly while still being used to send a fraudulent request. Behavioral analysis is what catches the fraud that authentication, by design, cannot.
Building and Maintaining an Accurate Baseline
A baseline is only as useful as its accuracy, and accuracy requires enough historical data to distinguish genuine patterns from noise. This is why behavioral models typically start in a monitor-only mode — observing communication for a period before enforcing any automated action — and why they require ongoing tuning as organizational relationships genuinely change over time. A new hire, a role change, a new vendor relationship all legitimately shift what "normal" looks like, and a model that can't adapt will eventually generate false positives against entirely legitimate new patterns.
This tuning process is also where human oversight remains essential. A SOC or security team reviewing edge cases, confirming or correcting flagged incidents, and feeding that feedback back into the model is what keeps a behavioral baseline accurate as an organization's real communication patterns evolve.
FAQ
Why can't traditional email security stop BEC?
Because BEC attacks typically contain no malware, no malicious attachment, and often no flagged link — there's nothing for signature-based scanning to detect. The fraud lives entirely in the social-engineering content of the message.
What is behavioral baselining?
A detection technique that models normal communication patterns for every sender-recipient relationship — timing, tone, request type, technical consistency — and flags messages that deviate significantly from that established pattern.
Does a legitimate but unusual request always get flagged?
Not necessarily on its own — behavioral models weigh multiple signals together. An unusual request that's otherwise consistent with the sender's normal communication style is less likely to trigger a high-confidence flag than one where several signals deviate simultaneously.
How is this different from SPF, DKIM, and DMARC?
Authentication protocols verify that a message technically originated from where it claims to — necessary, but not sufficient, since a genuinely compromised account passes authentication while still being used fraudulently. Behavioral analysis catches what authentication structurally cannot.
How long does it take to build an accurate baseline?
It varies by organization, but most behavioral platforms start in a monitor-only phase to gather sufficient historical data before enforcing automated action, and continue tuning as legitimate communication patterns change over time.
Can behavioral baselining generate false positives?
Yes — any behavioral model can flag a legitimate but unusual request. This is why most deployments include a human review step for edge cases and a feedback loop that improves the model's accuracy over time.
Key Takeaways
- BEC attacks are engineered to contain nothing a signature-based scanner can catch — the fraud lives in the social-engineering content.
- Behavioral baselining models normal communication patterns per relationship, then flags meaningful deviations.
- No single signal proves an attack; combined deviations across timing, tone, request type, and technical consistency produce high-confidence detection.
- Behavioral analysis complements email authentication, catching what SPF/DKIM/DMARC structurally cannot.
- Accurate baselines require sufficient historical data and ongoing human-in-the-loop tuning as legitimate patterns evolve.