Why Microsoft 365 Account Takeover Is the Fastest-Growing DFIR Case Type
Microsoft 365 is the identity backbone of most modern organisations - email, files, collaboration and, increasingly, directory administration all sit behind a single sign-on. That concentration of trust is exactly why account takeover (ATO) inside Microsoft 365 tenants has become one of the most frequent and most damaging categories of incident ISECURION investigates.
Unlike a traditional network intrusion, a Microsoft 365 account takeover rarely involves malware at all. Once a session token or set of credentials is obtained, an attacker operates entirely inside Microsoft's own, fully legitimate workflows - reading mail through Outlook Web App, creating sharing links through SharePoint, assigning directory roles through Entra ID. Every action looks, on the surface, like ordinary user behaviour. That is precisely what makes these cases difficult to detect and forensically demanding to reconstruct.
The case study below documents a real ISECURION DFIR engagement: a Microsoft 365 tenant in which a single compromised, privileged account was used over ten days to create fraudulent internal identities, escalate privileges, generate sharing links on financial documents, send a fraudulent bank-detail email, and then deliberately delete the evidence of having done so.
Because the fraudulent activity in this case involved a financial email and access to invoice documentation, it also intersects with CERT-In's mandatory 6-hour incident reporting window and, where personal or financial data is implicated, DPDP Act 2023 breach notification obligations. ISECURION is a CERT-In empanelled firm and builds regulatory reporting support into every DFIR engagement of this kind.
Case Study: Microsoft 365 Account Compromise, Identity Abuse & Attempted Wire Fraud
Forensic Investigation Findings
- A valid Azure AD session token was issued and reused after a password change, allowing continued mailbox access without fresh interactive authentication.
- The same session identifier accessed mailbox data from multiple IP addresses and inconsistent geographies within a short window.
- The compromised, privileged account was used to create internal user accounts and assign directory roles - actions that require authenticated, authorised access and cannot be achieved through mailbox compromise alone.
- A fraudulent financial email was sent and then deliberately deleted via SoftDelete/HardDelete to impede detection.
- All outbound fraudulent messages were sent via authenticated OWA submission through the legitimate Microsoft 365 mail pipeline - conclusively ruling out email spoofing as the mechanism.
- Inbox rules were deployed across three separate mailboxes, indicating lateral expansion beyond the initial compromised identity.
Technical Analysis and Correlation
Persistence after password reset. A password reset alone did not end the compromise: the session token issued at reset time was reused across subsequent authentications, meaning the attacker never needed the new password to keep operating inside the mailbox. This is a critical, frequently misunderstood gap - resetting a password without also revoking active refresh tokens and forcing tenant-wide sign-out leaves session-based access fully intact.
Authenticated access and deliberate evidence deletion. Because MailItemsAccessed and the subsequent fraudulent OWA-submitted email both required an authenticated session, and because the same message was later run through SoftDelete and HardDelete in sequence, the deletion cannot be explained as routine retention policy or accidental user action - it is a targeted attempt to erase the fraud trail.
Fraudulent identity creation and privilege assignment. Account creation and directory role assignment are authorisation-gated operations in Entra ID; they cannot be performed through mailbox access alone. Their presence in the log - paired with the selective deletion of one created account while the other persisted - demonstrates deliberate, technically competent identity manipulation rather than accidental misuse.
Share link creation and file retrieval. The SecureLinkCreated event on the invoice document, followed by file access and download activity from non-Microsoft IP ranges, confirms the document was not simply indexed by background Microsoft services but actively opened and pulled by a human-driven session.
Exclusion of email spoofing. Every fraudulent message in this case traced back through authenticated OWA submission and successful transport processing (SUBMIT → SEND → SENDEXTERNAL) with no evidence of spoofed headers or unauthorised SMTP relay. This distinction matters operationally: spoofing defences (SPF/DKIM/DMARC) would have done nothing to stop this attack, because the messages were sent from real, authenticated mailboxes.
Mailbox rule abuse as a distinct access path. Inbox rule creation on the third affected mailbox occurred without any corresponding Entra ID sign-in anomaly - indicating mailbox-level access (for example, via a compromised app password, delegated access, or a narrower token scope) rather than a full identity takeover of that account. This is an important nuance: not every affected mailbox in a lateral-movement case represents the same depth of compromise.
The most important finding wasn't any single action - it was the sequence. Session persistence, account creation, role assignment, fraud, and cleanup happened in that order, across ten days, using nothing but legitimate Microsoft 365 workflows. That is what deliberate, operationally aware attacker behaviour looks like inside a cloud identity platform.
- ISECURION DFIR Investigation TeamWhat the Evidence Could - and Could Not - Prove
A defensible forensic report is as clear about its limits as it is about its conclusions. ISECURION frames every finding in this case as either directly evidence-backed or an explicitly stated limitation - never an assumption dressed up as fact.
Established With High Confidence
- When authenticated access occurred and which accounts were affected
- That session tokens were issued and reused across sessions and geographies
- That fraudulent accounts, role assignments and inbox rules were attacker-created
- That deletion of financial email evidence was deliberate
- That all sends used legitimate, authenticated Microsoft 365 paths - not spoofing
Could Not Be Determined From Available Logs
- The initial credential or token capture technique (phishing, AiTM, or other)
- The identity of the human operator behind the activity
- Whether lateral movement extended beyond Microsoft 365 into on-premises systems
- Endpoint-level artefacts, since device forensics was out of scope
Based on the totality of correlated evidence, ISECURION assessed high confidence that a malicious external actor compromised the tenant and abused valid authentication artefacts - grounded in token reuse across incompatible geographies, unauthorised identity and privilege changes, and clear anti-forensic behaviour. Confidence in identifying the specific human operator, or linking the activity to a named threat group, was assessed as low, given the absence of endpoint telemetry and the use of shared or proxied infrastructure that is common to abuse.
Root Cause & Remediation Delivered
Session token abuse was the mechanism by which access was maintained - it was not, by itself, the root cause. ISECURION's root cause analysis identified five underlying control gaps that, in combination, allowed the incident to unfold and persist for as long as it did:
- Inadequate session and token controls - lack of effective refresh-token revocation or short token lifetimes allowed reuse of tokens after password changes.
- Insufficient Conditional Access and device compliance enforcement - authenticated activity from unmanaged or geographically inconsistent devices occurred without being blocked.
- Weak visibility and detection for mailbox/role abuse - mailbox rule creation, role assignments and sharing-link creation were not sufficiently alerted on, allowing persistence and cover-up to go unnoticed.
- Over-privileged accounts with no separation of duties - the compromised account could both create identities and assign directory roles, with no secondary control to catch the abuse.
- Incomplete endpoint telemetry available to investigators - the absence of host-level logs limited how precisely the initial compromise vector could be confirmed.
Immediate Containment
Revocation of all active refresh tokens and forced sign-out tenant-wide; disabling of attacker-created accounts; removal of unauthorised role assignments and OAuth app consents; preservation of Unified Audit Log, mailbox audit and sign-in evidence with chain-of-custody documentation.
Short-Term Hardening
Credential rotation with mandatory MFA re-registration for all privileged accounts; Conditional Access enforcing device compliance and blocking legacy authentication; alerting on mailbox rule creation, mass deletion, new-user creation and role assignment events.
Long-Term Governance
Privileged Identity Management with just-in-time admin elevation; shortened token lifetimes with Continuous Access Evaluation; centralised SIEM correlation for token reuse across geographies; annual tabletop exercises.
Financial Process Controls
Mandatory out-of-band, telephone-based verification for any bank-detail or payment-instruction change received by email, regardless of apparent sender authority or urgency.
Because the fraudulent financial email was intercepted and the full sequence of attacker actions was reconstructed before funds were released, the client avoided a completed wire-fraud loss. The engagement produced a forensic report structured for internal leadership briefing, legal review and potential regulatory notification, alongside an immediate containment plan and a phased remediation roadmap covering identity, session and financial-process controls.
Key Lessons for Every Microsoft 365 Tenant Owner
Session tokens issued before the reset can persist. Token revocation and forced sign-out must accompany every credential reset.
A single compromised Global Administrator was able to create identities and assign roles unchecked. Just-in-time elevation limits this blast radius.
These are high-value, low-frequency admin actions - ideal candidates for anomaly detection, yet frequently unmonitored.
No email-based payment or bank-detail change should be actioned without a phone call to a known, pre-verified number.
The same session identifier authenticating from incompatible locations within minutes is rarely legitimate and should trigger automatic step-up verification.
SoftDelete followed by HardDelete on a single, recently sent message is a distinctive forensic signature worth alerting on in its own right.
Anatomy of a Microsoft 365 Session Token Attack
This case is a representative example of a broader pattern ISECURION sees across Indian enterprises using Microsoft 365: attackers increasingly target the session, not just the password. Understanding the mechanics helps explain why traditional password-only defences fall short.
Token Acquisition
A session token or refresh token is obtained - via phishing, adversary-in-the-middle proxying, or malware-based theft. This case's investigation scope did not include the initial vector, but the effect is the same regardless of method: a working, authenticated session in the attacker's hands.
Persistence Through Reset
Because many organisations reset passwords without also revoking refresh tokens, a password change can feel like remediation while leaving the attacker's session fully functional.
Privilege Expansion
If the compromised account carries administrative rights, the attacker can create new identities and self-assign roles - manufacturing redundant access that survives even if the original account is disabled.
Monetisation & Cleanup
Financial fraud, data exfiltration via sharing links, or both - followed by targeted deletion of the messages and rules that would otherwise expose the operation.
Frequently Asked Questions: Microsoft 365 Account Takeover Investigations
Common questions ISECURION receives from CISOs and IT leaders after a suspected Microsoft 365 compromise.
Related ISECURION Services
BEC & Email Forensics
Investigation of business email compromise, fraudulent wire transfers and mailbox rule abuse.
Cloud & M365 Forensics
Entra ID, Exchange Online, SharePoint, OneDrive and Teams forensic investigation.
VAPT Services
Proactive testing to identify the gaps that make account takeover possible before an attacker finds them.
DPDP Act Compliance
Breach notification readiness and compliance support under India's Digital Personal Data Protection Act 2023.
Suspect an Account Compromise in Your Microsoft 365 Tenant?
ISECURION's DFIR team investigates identity, mailbox and file-access activity across Entra ID, Exchange Online, SharePoint and OneDrive - with evidence-based findings you can act on within hours, not weeks.
This case study is based on an ISECURION DFIR engagement. Client-identifying details have been redacted or generalised in accordance with our confidentiality obligations.