SignalHunt
← All rules

EMAIL-8004

critical

Executive/Brand Impersonation Email Delivered

Detects an inbound email that the gateway's own impersonation detection flagged (display name matches a protected user or the organization's brand, but the sending domain doesn't) and that was still delivered - a classic CEO-fraud / business email compromise lure reaching the mailbox.

Detection logic

{
  "detection_type": "selection",
  "selection": {
    "direction": "inbound",
    "action": "delivered",
    "verdict": "impersonation"
  }
}

Log source: category=email_gateway · Event ID(s): email_verdict

Required log fields

  • direction
  • action
  • verdict
  • sender
  • display_name

Enabling this in your environment

Where: Email gateway impersonation/anti-phishing policy

Enable impersonation protection for a defined list of protected users (executives, finance, HR) and protected domains (Microsoft Defender for Office 365 anti-phishing policy impersonation settings, Proofpoint/Mimecast impersonation protection) and set the action on detection to quarantine, not just tag-and-deliver.

This is "critical," not "high," deliberately - BEC/wire-fraud attempts that reach a finance mailbox are one reply away from a real financial loss, unlike most phishing which needs a click to matter.

False positives

  • An employee's genuine personal email address that happens to share a display name with an executive (rare, but possible after a role change or rehire)
  • A newly acquired subsidiary sending legitimately from a domain not yet added to the allowlist

References