TL;DR: A phishing email, an Outlook remote-code-execution flaw, and sparse telemetry combined to create a near-miss wire fraud attempt that could only be contained because correlated logs and EDR data were available quickly enough, according to Edge Delta. The lesson is that detection speed depends as much on data normalization and retention as on endpoint tooling.
NHIMG editorial — based on content published by Edge Delta: LLMjacking: How Attackers Hijack AI Using Compromised NHIs
Questions worth separating out
Q: What breaks when a phishing email can trigger code execution from Outlook?
A: The normal safety boundary between message delivery and endpoint execution disappears.
Q: Why do finance users create higher fraud risk than ordinary employees?
A: They sit closer to money movement, vendor trust, and urgent approvals, so a compromised session can become an authorised transaction very quickly.
Q: How do telemetry delays affect incident response in practice?
A: They extend the time between detection and confirmation.
Practitioner guidance
- Isolate finance workstations on suspicious office-to-script execution Trigger immediate containment when Outlook or another office process spawns PowerShell, especially during payment-approval windows.
- Normalize and retain security telemetry before an incident exposes the gaps Ensure firewall, EDR, and email-gateway logs share a common time source, preserve byte counts and session fields, and arrive in the SIEM without multi-minute delay.
- Harden approval workflows around finance identities Add secondary verification for payment changes, wire requests, and urgent external instructions sent to executives or controllers.
What's in the full article
Edge Delta's full analysis covers the incident evidence and timeline detail this post intentionally leaves at a higher level:
- The exact process tree and telemetry sequence used to reconstruct the Outlook-to-PowerShell chain
- The log-normalization and timestamp issues that complicated the SOC investigation
- The step-by-step containment and handoff workflow used during the wire-fraud response
- The operational lessons from the network team's delayed log pipeline migration
👉 Read Edge Delta's analysis of the Outlook zero-day attack chain and wire-fraud response →
Outlook zero-day phishing and telemetry gaps: what teams missed?
Explore further
Telemetry gaps are now part of the attack surface. The article shows that the attacker did not need to defeat every defensive control at once. Instead, delayed firewall logs, missing byte counts, and a reporting gap in endpoint telemetry made reconstruction slower than the compromise. For SOC and identity teams, this means visibility quality is a control outcome, not just an operations metric.
A few things that frame the scale:
- 80% of identity breaches involved compromised non-human identities such as service accounts and API keys.
- Only 5.7% of organisations have full visibility into their service accounts.
A question worth separating out:
Q: Who is accountable when a compromised executive endpoint leads to fraudulent payments?
A: Accountability is shared across endpoint security, identity governance, email security, and finance controls because the failure crosses technical and business boundaries. Frameworks such as NIST CSF and MITRE ATT&CK help assign the right evidence, but the organisation still needs clear ownership for privileged approvals and fraud escalation.
👉 Read our full editorial: Outlook zero-day phishing exposed how telemetry gaps slow SOC response