TL;DR: Attackers turned Stryker’s Microsoft Intune plane into a non-encrypting wiper, factory-resetting about 200,000 endpoints across 79 offices after an AiTM session-theft chain and privilege escalation, according to SlashID. The breach shows endpoint management platforms can become destructive control planes when privileged identity is not tightly bounded.
At a glance
What this is: This is SlashID’s analysis of the 2026 Stryker breach, showing how attackers converted a cloud endpoint-management plane into a mass destructive action path.
Why it matters: It matters because the same identity and access patterns that govern NHI and privileged admin access also govern cloud control planes that can reset, disable, or wipe fleets.
By the numbers:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases.
- Systems with least-privileged AI access had a 17% incident rate vs 76% for over-privileged systems, and organisations failing to scope AI access properly are 4.5x more likely to experience a security incident.
👉 Read SlashID’s analysis of the 2026 Stryker breach and Intune control-plane abuse
Context
Cloud endpoint management is not just administration, it is a high-impact identity plane that can push commands, change device state, and disable large parts of an estate. In the Stryker case, attackers did not need custom malware to create damage because privileged access to the management layer was enough to turn normal administration into fleet-wide destruction.
The governance gap is familiar to IAM, PAM, and NHI teams: authentication was achieved, privilege was expanded, and the control plane was then used as an execution surface. That pattern matters beyond one company because the same trust assumptions appear in service accounts, admin sessions, and increasingly in AI-operated workflows that can act at scale.
The breach is a reminder that endpoint management, cloud control planes, and identity governance now overlap operationally. When privileged identity can trigger destructive actions across thousands of devices, the real control question is not only who is logged in, but what that identity is allowed to do once inside the plane.
Key questions
Q: What breaks when a cloud endpoint-management identity is stolen?
A: A stolen endpoint-management identity can turn legitimate administrative access into destructive fleet action if it carries standing privileges. The failure is not just authentication loss, but the lack of separation between login and high-impact command authority. When a valid session can wipe, reset, or reconfigure devices, the management plane becomes a weapon rather than a control layer.
Q: Why do privileged device-management sessions create such a large blast radius?
A: Privileged device-management sessions create large blast radius because a single identity often reaches every enrolled endpoint. If that identity is over-privileged, an attacker does not need to move laterally through hosts one by one. They can use the platform’s own orchestration to act at fleet scale, which is why privilege scope matters more than console access alone.
Q: What do security teams get wrong about endpoint-management compromise?
A: Security teams often treat endpoint-management compromise as an administrative nuisance instead of a high-impact identity event. That is the wrong model. When the identity that governs devices is abused, the impact can be enterprise-wide service loss, mass reset, or policy corruption, so the control question becomes who can execute destructive actions, not just who can log in.
Q: Who is accountable when a cloud management plane is used to wipe devices?
A: Accountability sits with the teams that govern privileged identity, endpoint management, and operational resilience together. If destructive actions were available through a compromised admin session, then IAM, PAM, and endpoint operations all share responsibility for the exposure. NIST CSF and OWASP NHI both support treating this as a governance failure, not only an incident response issue.
Technical breakdown
How infostealer logs and AiTM session theft create the entry point
The initial access path described in the analysis is a classic identity compromise chain, not a software exploit. Infostealer logs provide harvested credentials and session material, while adversary-in-the-middle tactics capture authenticated browser sessions and bypass weaker forms of MFA. Once a valid session exists, the attacker does not need to break the platform itself. The control failure is at the identity boundary, where stolen browser state is treated as trusted access. This matters because cloud consoles, admin portals, and management planes often inherit the risk of the session that reached them.
Practical implication: enforce phishing-resistant authentication and session binding for any identity that can reach endpoint-management or cloud-control systems.
How privilege escalation turns authenticated access into control-plane abuse
After entry, the attacker needs a path from ordinary access to administrative authority. That usually means abusing over-privileged roles, weak approval boundaries, or credential reuse across management functions. In a platform such as Intune, privileged actions are not side effects, they are the primary purpose of the plane, so a stolen admin session is enough to execute destructive commands at scale. This is why privilege is the critical breakpoint: once elevated, the identity is no longer just viewing configuration, it is changing device state across the fleet.
Practical implication: separate administrative read and write paths, and require just-in-time elevation for any role that can push fleet-wide device actions.
Why the Intune control plane becomes a non-encrypting wiper
The destructive step in this breach is the abuse of legitimate management capability. A non-encrypting wiper does not rely on malware payloads if it can use platform-native commands to factory-reset or erase endpoints. That is a Living-off-the-Land pattern applied to identity and device-management infrastructure: the attacker converts trusted orchestration into mass impact. The architectural lesson is that management planes are execution surfaces, and their blast radius is determined by who can invoke them, not by whether a malicious binary is present.
Practical implication: restrict bulk device-management actions with explicit approval gates and continuous anomaly detection on unusual reset or wipe activity.
Threat narrative
Attacker objective: The attacker’s objective was to weaponize trusted endpoint-management infrastructure so it could destroy or disable large numbers of corporate devices at scale.
- Entry occurred through infostealer-derived credentials and AiTM session theft that gave the attacker a valid foothold into privileged cloud access.
- Escalation followed when the attacker moved from ordinary authenticated access into the management permissions needed to control the Intune device plane.
- Impact came from abusing the management plane itself to factory-reset roughly 200,000 endpoints across 79 offices, creating a non-encrypting wiper effect without custom malware.
Breaches seen in the wild
- Cisco DevHub NHI breach — IntelBroker exploited exposed Cisco credentials, API tokens and keys in DevHub.
- Shai Hulud npm malware campaign — Shai Hulud campaign: npm malware exposed secrets on GitHub.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Identity compromise is now a control-plane risk, not just an account-takeover risk. The Stryker breach shows that once an attacker controls the identity that administers a fleet, the platform itself becomes the weapon. This is especially relevant where endpoint management, cloud administration, and NHI-style privileged access converge. Practitioners should treat admin planes as executable infrastructure with blast radius, not as neutral configuration layers.
Standing administrative trust was the failure mode this breach exploited. The assumption that a privileged session remains a safe proxy for legitimate intent was designed for bounded human administration, not for attackers using stolen sessions to issue bulk destructive actions. That assumption fails when the actor can move from login to wipe in one chain without additional challenge. The implication is that access governance must account for command authority, not merely authentication success.
Identity blast radius: the real unit of risk is how far a compromised privileged identity can reach before detection or containment. In this case, the blast radius included hundreds of thousands of endpoints and dozens of offices, which means device-management architecture and access design were misaligned with operational impact. OWASP-NHI and zero-trust thinking both point to the same conclusion: broad entitlement in a management plane is a fleet-level hazard. Practitioners should re-evaluate every identity that can invoke device-reset, policy-push, or remote-action capabilities.
AiTM-resistant authentication is no longer optional for privileged management roles. The attack chain depended on the gap between legitimate login and trustworthy intent. Phishing-resistant auth, session protection, and behavioural detection are not separate layers here, they are the only thing standing between a valid session and destructive control-plane abuse. Teams should assume that any identity exposed to browser-session theft becomes a fleet-control risk if its permissions are not tightly bounded.
Control-plane governance has to be measured by action capability, not role title. A helpdesk-admin label means little if the underlying session can reset devices, alter policies, or trigger remote remediation across the estate. This breach reveals that role names overstate safety while effective permissions define risk. Practitioners should map every privileged identity to the exact actions it can execute and the downstream blast radius it can create.
From our research:
- Systems with least-privileged AI access had a 17% incident rate vs 76% for over-privileged systems, according to The 2026 Infrastructure Identity Survey.
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.
- That same survey shows 69% of security leaders agree identity management must fundamentally shift to address agentic AI systems, which reinforces the need to reframe control-plane governance now.
What this signals
Identity blast radius is becoming a board-level operational metric. Once an identity can trigger device resets, policy pushes, or tenant-wide changes, the relevant question is no longer whether access exists but how far it can propagate before containment. Teams should build control mappings that tie every privileged session to a measurable downstream impact surface, and align those mappings to the NIST Cybersecurity Framework 2.0.
With 67% of organisations still relying heavily on static credentials despite the risks they pose to agentic AI deployments, credential shape remains a structural weakness across all privileged planes, not just AI workflows. That statistic matters here because the same trust pattern that enables machine identity sprawl also widens the attack path for control-plane abuse, especially where human admins and service identities share similar access mechanics.
The programme signal is straightforward: endpoint management, PAM, and NHI governance can no longer be operated as separate silos. A compromised session that can erase devices or alter policies is an identity governance failure with resilience consequences, which is why practitioners should tie control-plane monitoring to device-state telemetry and incident containment workflows.
For practitioners
- Map device-management blast radius Inventory every identity that can issue Intune, MDM, or cloud-management commands, then document the exact actions each one can trigger across the fleet. Include wipe, reset, policy push, and remote remediation functions, not just login access.
- Require phishing-resistant authentication for privileged consoles Move high-impact admin and control-plane access to phishing-resistant methods and bind sessions to device or context where possible. Browser-session theft must not be enough to reach destructive actions in endpoint-management systems.
- Add just-in-time elevation for destructive actions Separate read-only administration from write-capable management, then gate fleet-wide actions behind just-in-time privilege and explicit approval. The goal is to prevent a stolen session from carrying standing authority into the control plane.
- Detect anomalous control-plane behaviour Alert on unusual wipe, reset, or bulk policy activity, especially when it originates outside expected support windows or from identities that normally perform low-volume administration. Combine identity telemetry with device-management logs for faster containment.
Key takeaways
- The Stryker breach shows that cloud endpoint management can be converted into a destructive execution plane when privileged identity is compromised.
- The scale of the impact was fleet-wide, with roughly 200,000 endpoints across 79 offices reset without custom malware.
- Phishing-resistant authentication, just-in-time elevation, and control-plane action limits are the controls that would have reduced or contained this breach.
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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Covers credential exposure and privileged access abuse in NHI control planes. |
| NIST CSF 2.0 | PR.AC-4 | Addresses access permissions management for high-impact administrative actions. |
| NIST Zero Trust (SP 800-207) | Zero trust is directly relevant to session trust and control-plane access paths. |
Limit management-plane privileges and review every identity that can trigger fleet-wide actions.
Key terms
- Control Plane: The control plane is the administrative layer that issues commands, changes policy, and manages devices or services. In identity security, it is high risk because a compromised privileged identity can use trusted management functions to produce wide operational impact without deploying malware.
- Identity Blast Radius: Identity blast radius is the amount of damage a single identity can create before it is detected or contained. For privileged admin and NHI-like management roles, it is measured by the number of systems, devices, or services the identity can reach, not by the number of logins it holds.
- Adversary-in-the-Middle Session Theft: Adversary-in-the-middle session theft is a technique where the attacker intercepts a live authentication flow and steals an authenticated session rather than a password alone. It is dangerous because the resulting session often inherits the trust and privileges of the real user or administrator.
- Just-in-Time Privileged Access: Just-in-time privileged access grants elevated permissions only for a short, task-specific window. In practice, it reduces standing privilege, but for management planes it must be paired with strong session controls and action-level approval because temporary access can still be highly destructive.
Deepen your knowledge
Cloud endpoint-management governance and privileged identity are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for device-management, PAM, or administrative access control, it is worth exploring.
This post draws on content published by SlashID: Analysis of the 2026 Stryker Breach and cloud endpoint management abuse. Read the original.
Published by the NHIMG editorial team on 2026-03-11.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org