Subscribe to the Non-Human & AI Identity Journal

How should security teams detect email attacks that look legitimate at first glance?

They should combine behavioural intelligence with identity and collaboration telemetry, then look for deviations from normal sender relationships, message timing, forwarding behaviour, and delegated access. Signature-based filtering still helps, but it will miss attacks that ride on trusted accounts and ordinary workflows. The goal is to spot trust abuse before the attacker reaches persistence or exfiltration.

Why This Matters for Security Teams

Email attacks that look legitimate at first glance succeed because they borrow trust already present in the organisation: known senders, valid threads, familiar timing, and approved collaboration habits. That makes them different from commodity spam and more similar to identity abuse. Current guidance suggests teams should treat inbox security as a detection problem across identity, behaviour, and workflow context, not just a content-filtering problem. NHI Management Group’s The State of Non-Human Identity Security shows how often organisations still lack visibility into over-privileged and poorly monitored identities, which is exactly the kind of weakness phishers exploit once they obtain a trusted account.

Security teams also need to recognise that email is now one entry point in a broader trust chain that includes OAuth grants, delegated mailboxes, forwarding rules, and cloud collaboration apps. The CISA cyber threat advisories repeatedly show attackers using valid access paths rather than obvious payloads. In practice, many security teams encounter the abuse only after a user reports a suspicious request that already came from a trusted thread, rather than through intentional detection engineering.

How It Works in Practice

Detection works best when organisations correlate message content with identity and collaboration telemetry. A single “looks normal” email may be benign, but a cluster of small deviations often reveals the attack: an unusual reply style, a new forwarding target, a burst of messages outside local business hours, or a mailbox delegation change shortly before the message lands. That is why teams should combine mail gateway telemetry with identity logs, OAuth consent events, mailbox audit trails, and endpoint signals.

Practical controls usually include:

  • Baseline normal sender relationships and flag first-time or rare communication paths.
  • Watch for reply-chain abuse, especially when a message enters an existing thread from a compromised account.
  • Monitor mailbox rule creation, auto-forwarding, and delegated access changes.
  • Cross-check login geography, device posture, and session age against the message origin.
  • Use anomaly scoring for timing, phrasing, and attachment or link behaviour, then enrich with identity context.

For identity-heavy environments, the best references are The 52 NHI Breaches Report and the Ultimate Guide to NHIs — Key Challenges and Risks, because the same trust abuse patterns that affect service accounts also show up in mailbox abuse and delegated access. Teams should then map those detections to the NIST Cybersecurity Framework 2.0 so alerts feed containment playbooks, not just dashboards. These controls tend to break down in highly decentralised Microsoft 365 or Google Workspace tenants because delegated access, OAuth grants, and forwarding rules are often controlled by different teams with inconsistent logging.

Common Variations and Edge Cases

Tighter detection often increases false positives, requiring organisations to balance user friction against earlier compromise detection. That tradeoff becomes sharper when executives, finance teams, and external advisers regularly send unusual but legitimate requests. Current guidance suggests treating those populations as high-risk communication paths and layering stronger verification, rather than trying to block every anomaly outright.

Some attacks are legitimate-looking because they are not spoofed at all. They originate from compromised accounts, abused vendor mailboxes, or collaboration platforms that relay approved notifications. In those cases, header checks and signature validation may confirm the sender is real while the intent is malicious. Best practice is evolving toward behaviour-based correlation with threat intelligence such as Anthropic’s first AI-orchestrated cyber espionage campaign report and MITRE ATLAS adversarial AI threat matrix, because automation is increasingly used to personalise messages at scale.

Another edge case is the rise of trusted automation sending emails on behalf of users, including workflow bots and ticketing integrations. Those systems can make hostile messages look routine unless the organisation maintains a clear inventory of authorised senders and continuously reviews OAuth permissions. That problem is especially visible where visibility into third-party access is weak, as highlighted in The State of Non-Human Identity Security. The guidance breaks down when mailbox and identity telemetry cannot be joined across tenants, because the attack then looks like ordinary business process noise rather than a chained intrusion.

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
OWASP Non-Human Identity Top 10 NHI-03 Email abuse often begins with stolen or overlong-lived credentials.
NIST CSF 2.0 DE.CM-1 Behavioural email detection relies on continuous monitoring of identity and activity.
NIST AI RMF AI-assisted phishing needs governance for risky, adaptive content generation.

Reduce mailbox abuse by rotating secrets, shrinking TTLs, and revoking exposed credentials fast.