81 Million Login Attempts Later, 78 Microsoft Azure Accounts Are Gone
Between 12 and 26 June 2026, attackers launched a massive automated password spray attack against Microsoft's Azure CLI (command-line interface, a tool used by developers and IT teams to manage cloud services), according to Huntress. The result: 78 accounts compromised across 64 organisations, with 30 of those accounts falling in a single day on 22 June.
What makes this unusual is how the attackers got past MFA (multi-factor authentication, the extra verification step beyond your password). They used a deprecated OAuth flow called ROPC (Resource Owner Password Credentials), a legacy login method that sends usernames and passwords directly to Microsoft's servers without triggering the usual MFA checks. Think of it like a side door that was supposed to be locked but still opens if you know the old key.
Many of the targeted organisations had MFA enabled, but their policies had gaps: MFA was only enforced for specific apps, specific user groups, or specific locations, leaving Azure CLI logins uncovered. Eight organisations had no MFA at all.
The attack drew on previously leaked password lists, so accounts that had never had their old passwords rotated were especially exposed.
What you should do: Check that your Microsoft MFA policies cover all cloud apps, not just selected ones. If you manage Azure accounts, disable the ROPC authentication flow entirely. Huntress recommends reviewing your Conditional Access policies for gaps.
Sources

