TL;DR: A compromised administrator account let attackers wipe nearly 80,000 devices at Stryker, according to Britive, showing that static administrative trust and manual approval models cannot contain destructive endpoint actions once credentials are abused. Standing privilege assumes access remains safe until reviewed; this case shows why runtime enforcement and multi-admin approval matter.
NHIMG editorial — based on content published by Britive: Deconstructing the Intune Breach: What to do When “Trusted Admins” Are the Threat
Questions worth separating out
Q: What breaks when a trusted administrative platform is compromised?
A: A trusted administrative platform turns into a high-speed impact channel.
Q: Why does standing privilege increase the blast radius of privileged accounts?
A: Standing privilege gives attackers a reusable administrative foothold if a credential, token, or session is exposed.
Q: How should security teams separate approval and execution in high-risk workflows?
A: Security teams should design workflows so no single identity can request, approve, and complete the same high-risk action.
Practitioner guidance
- Replace standing admin access with ZSP for destructive controls Make device wipes, RBAC changes, and software deployment actions require fresh, task-scoped privilege instead of permanent administrator membership.
- Move approval gates into the execution path Enforce multi-admin approval at the point where Intune or a similar control plane would actually execute the command, so the action cannot complete before secondary review.
- Audit which identities can create more privilege Map administrator accounts, delegated roles, and service accounts that can mint or assign new admin rights, then remove unnecessary paths that let one compromised identity expand authority.
What's in the full article
Britive's full blog covers the operational detail this post intentionally leaves for the source:
- The exact Intune command path and privileged workflow that enabled the wipe sequence.
- The runtime PAM and ZSP pattern the vendor describes for replacing standing administrative access.
- The multi-admin approval mechanics for destructive endpoint actions such as wipes and RBAC changes.
- The broader application of the same control model across human, NHI, and agentic identities.
👉 Read Britive's analysis of the Stryker Intune breach and runtime admin controls →
Trusted admin accounts and Intune: what IAM teams missed?
Explore further
Standing administrative trust is the failure mode, not just standing privilege. This breach worked because the identity model assumed an administrator account could remain continuously trusted once provisioned. That assumption fails when the account is compromised and can create still more privilege, turning access membership into a control-plane weapon. The implication is that endpoint governance cannot rely on persistent admin trust as a design premise.
A few things that frame the scale:
- 72% of organisations have experienced or suspect they have experienced a breach of non-human identities, according to The 2024 ESG Report: Managing Non-Human Identities.
- Two-thirds of enterprises have endured a successful cyberattack resulting from compromised non-human identities, which shows how often identity abuse becomes an operational incident rather than a theoretical risk.
A question worth separating out:
Q: Who is accountable when a compromised privileged account triggers remote wipe?
A: Accountability sits with the organisation that granted and governed the privilege, not with the platform feature alone. The breach exposes a governance gap in privileged identity management, admin separation, and operational approval. Frameworks such as NIST CSF and zero trust architecture expect high-risk actions to be constrained and continuously verified, which is where ownership must be enforced.
👉 Read our full editorial: Stryker's Intune breach shows why standing admin trust fails