Subscribe to the Non-Human & AI Identity Journal

What do organisations get wrong about email-based fraud?

Organisations often treat email fraud as a messaging problem when it is really a trust and workflow problem. The attacker is exploiting how people and systems authorise change, not just how messages are delivered. Strong filtering helps, but it cannot replace validation at the point of decision.

Why This Matters for Security Teams

Email-based fraud is rarely a simple inbox problem. It is a control failure that exploits trust, urgency, and weak verification at the moment a payment, vendor change, or credential reset is approved. The message may arrive through email, but the loss usually happens because the workflow allows a single compromised request to trigger business action without an independent check.

This is why filtering, domain authentication, and user awareness are necessary but insufficient. Security teams need to look at the full decision path: who can request change, what evidence is required, which approvals are out-of-band, and where human judgment is too easy to bypass. The NIST Cybersecurity Framework 2.0 is useful here because it frames protection as an enterprise risk function, not just a mail security task. NHIMG research on the State of Secrets in AppSec also shows how fragmented secret handling creates weak points that fraud actors can exploit once they gain trust inside a workflow.

In practice, many security teams encounter email fraud only after a supplier payment or account change has already been executed, rather than through intentional validation failure testing.

How It Works in Practice

The most effective fraud campaigns mimic legitimate business processes. An attacker may compromise a mailbox, spoof a known sender, or create a lookalike domain, then wait for a high-trust moment such as invoice approval, payroll change, or request for updated bank details. The real objective is not the message itself, but the downstream action it triggers.

Good defences therefore combine email controls with workflow controls. Organisations should treat any request that changes money movement, identity, or access as a high-risk event that requires independent verification. That usually means call-back validation to a known number, dual approval for payment changes, and policy-based checks that examine source, timing, amount, and deviation from normal behaviour.

  • Use SPF, DKIM, and DMARC to reduce spoofing and impersonation risk.
  • Require out-of-band verification for bank detail changes and urgent payment requests.
  • Limit mailbox delegation and review high-risk forwarding rules.
  • Protect sensitive workflows with role separation and exception logging.
  • Correlate email events with identity and finance system alerts.

Where organisations mature further, they move from static approval trees to context-aware validation: is the request expected, is the sender normally involved, and does the action align with prior transaction patterns? That is more reliable than relying on human recognition alone. NHIMG’s DeepSeek breach coverage is a useful reminder that once an attacker gains a foothold, exposed secrets and trusted pathways can accelerate abuse far beyond the initial email lure.

These controls tend to break down in high-volume finance teams and outsourced operations because speed pressure pushes staff to approve exceptions without completing secondary validation.

Common Variations and Edge Cases

Tighter verification often increases friction, so organisations need to balance fraud resistance against operational delay. The tradeoff is real: overly rigid checks can slow legitimate vendor payments, while loose checks create an easy path for social engineering and account takeover.

There is no universal standard for every scenario, but current guidance suggests using stronger controls for irreversible actions and lighter controls for low-impact communication. For example, a routine newsletter unsubscribe is not the same as a request to change payroll details. Similarly, an email that merely informs is not equivalent to an email that authorises.

Common edge cases include executive impersonation, shared inboxes, outsourced accounts payable, and multilingual fraud attempts where style-based detection performs poorly. Teams also get tripped up when email authentication is treated as proof of legitimacy. It is not. It only proves a message passed certain technical checks, not that the request itself is safe. For broader governance context, the NIST Cybersecurity Framework 2.0 and NHIMG’s secrets research both support a simple rule: trust must be earned at the point of action, not inferred from the channel.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-1 Email fraud exploits weak authentication and trust in requests.
OWASP Non-Human Identity Top 10 NHI-05 Fraud often escalates through stolen credentials and trusted workflows.
NIST AI RMF GOVERN Fraud prevention depends on accountable decision-making and controls.

Reduce blast radius by restricting secrets, rotating access, and validating privileged requests.