Three Russian clusters move from password phishing to OAuth token theft
Google Threat Intelligence Group tracked UNC6293, UNC7005, and UNC5976 abusing device-code flow, verification-code relay, and fake Continue with Google pages to take authenticated sessions rather than passwords.
Google Threat Intelligence Group reported on August 21, 2026 that three suspected Russian clusters have added OAuth abuse to their targeted phishing. UNC6293, linked to the SVR and overlapping with APT29, asks targets to share verification codes after a legitimate login. UNC7005 runs device-code phishing against Microsoft and WhatsApp accounts from attacker-controlled sites. UNC5976 serves fake file-sharing pages with a "Continue with Google" button that routes through the real Google login and captures the resulting tokens through Google Cloud project URLs. Targets are academia, aerospace, defense, government, think tanks, and Russia-focused researchers across Europe and the US, fewer than 100 per campaign and under 10 confirmed victims.
Why it matters
Espionage crews adopt a technique when it beats the defences their targets actually deploy. All three of these paths end with the attacker holding a legitimate token rather than a password, which means a password reset does nothing and the sign-in looks normal in the log because it was normal. Device-code flow is the recurring offender: it was designed for input-constrained devices like TVs and consoles, and it deliberately decouples the device requesting access from the device approving it, which is exactly the property a phisher wants. If your tenant has no smart TVs in it, disable device-code flow by policy. Otherwise scope it, alert on device-code grants from unexpected clients, and read our token theft entry for the containment steps.
Source: The Register
Related on Start with Identity
- BlogA phishing kit rents an AI voice agent to call theft victims and ask for their 2FA code
SOCRadar documented AnonyMousKIT, a phishing-as-a-service platform built to strip Apple Activation Lock. An AI persona called Alice from Apple Support phones vi
- BlogInsurance phishing kits now relay your OTP live instead of just stealing your password
CTM360 found a phishing operation, centered on Saudi Arabia with activity across Europe, the US, and India, using a kit called InsureOTP that authenticates agai
- Blog24,650 exposed server management interfaces leak crackable password hashes before login
Firmware security firm Lava found that 67 percent of 36,872 internet-exposed Baseboard Management Controllers hand over IPMI authentication hashes before a logi
- CVECitrix Bleed, session-token leak from NetScaler ADC
A buffer over-read on NetScaler ADC/Gateway leaked session tokens in the clear. Attackers replayed them and skipped the login, including MFA. CISA KEV. October
- CVEDuende OAuth token management mixes tokens across requests
A race in Duende's .NET OAuth token-management package could attach client A's token to client B's request. Session mix-up, not a crypto break, but it is still
- GlossaryAccess Token
A short-lived credential a client presents to a resource server to access protected data. Access tokens are typically opaque or JWT-formatted, with lifetimes me