Recent disclosure of large-scale passkey phishing campaigns reveals a troubling pattern: modern authentication methods, when paired with human-targeted social engineering, remain vulnerable to account takeover. The attacks, detailed by Microsoft, demonstrate that infrastructure teams cannot assume passkeys alone provide sufficient protection against determined threat actors.

How the Passkey Phishing Attack Works

The campaign relied on two key elements working in concert. First, attackers sent millions of emails masquerading as chief executive officers, creating urgency and authority signals that bypass normal skepticism. Second, instead of asking for passwords directly, the threat actors used social engineering to convince targets to authenticate through a phishing interface designed to capture passkey credentials.

This is a crucial distinction from traditional credential theft. Passkeys are designed to be resistant to phishing because they bind authentication to the legitimate domain. However, the attack vector here was not a domain spoofing issue—it was user psychology. The targets were directed to authenticate on what appeared to be a legitimate service or emergency portal, and their passkey authentication succeeded because the request was technically valid, even though the context was malicious.

Attackers then used the compromised credentials to access cloud environments and exfiltrate data, with some campaigns specifically targeting financial and sensitive business records.

The Gap Between Technology and Threat Model

Passkeys represent a genuine security improvement over passwords: they eliminate reuse, they resist phishing of the credential itself, and they distribute trust across multiple factors. Yet they assume a threat model in which the user correctly identifies the legitimate authentication interface.

When an attacker controls the social engineering narrative—impersonating leadership, creating false urgency, or leveraging compromised email infrastructure—the authentication factor becomes secondary. The passkey functioned as designed, but the user was tricked into using it in the wrong context.

This is not a weakness of passkey technology. It is a reminder that authentication is only one layer of account security. Infrastructure teams need to operate on the assumption that accounts will sometimes be compromised, even with strong authentication in place.

Practical Implications for Hosting and Cloud Operations

For teams running infrastructure, whether on-premise, cloud-hosted, or hybrid, the incident offers several actionable signals:

Defense-in-Depth Remains Essential

The campaign's success was not because passkeys failed—it was because passkeys were the only trust boundary being enforced. Once a user authenticated with their passkey on a phishing interface, the attacker had a valid session token and could interact with the cloud environment as that user.

Infrastructure teams should view passkeys as one component of a layered defence. Additional controls—session anomaly detection, IP reputation checks, device posture verification, and data access logging—become more important in an environment where credential compromise is possible even with modern authentication.

For teams operating sensitive workloads, particularly those handling financial data or hosting confidential services, the incident reinforces why monitoring for account compromise patterns and maintaining strict audit trails is non-negotiable. No single authentication method solves the human element of security.