Jalisco and OmegaLord: phishing kits built around device-code abuse
ReliaQuest found two Microsoft 365 phishing kits. Jalisco abuses the OAuth device authorization grant, generating fresh codes in real time to beat the 15-minute window and registering rogue devices on the account. OmegaLord harvests phone numbers to work around MFA.
ReliaQuest researchers documented two phishing kits aimed at Microsoft 365. Jalisco is the more interesting one. It abuses the OAuth 2.0 device authorization grant, the flow built for devices that cannot show a browser, tricking victims into authorising an attacker-controlled device. Microsoft's codes are valid for 15 minutes, so the kit generates fresh ones in real time to keep the lure live, and ships an operator management portal. It can register several rogue devices on a compromised account under innocuous names.
OmegaLord is more conventional: fake PDF-reader login pages harvesting email addresses, passwords, and phone numbers, the last specifically to help work around MFA. After access, operators search SharePoint and connected SaaS for personal data, financial records, and internal communications.
Why it matters
Device-code phishing keeps working because the flow is legitimate and the consent screen looks correct. The victim sees a genuine Microsoft prompt asking them to approve a sign-in, because it is one. What they cannot see is that the device being approved is not theirs.
The mitigations are configuration rather than training, which makes them worth doing first. Block device code authentication in Conditional Access unless something in your estate genuinely needs it, and confirm what does before assuming. Cut the Entra ID device-registration limit from the default 50 to one or two, which removes the rogue-device persistence Jalisco relies on. Audit app registrations and delete what nobody owns. Then treat registered devices as an inventory you review, because a stealthily enrolled device is the same durable foothold as the passkey-enrollment campaign achieved by a different route. Our MFA guide covers what actually resists this.
Source: BleepingComputer
Related on Start with Identity
- BlogDevice code phishing industrialises: 25 kits, and Microsoft counts new campaigns daily
The OAuth device authorization flow built for smart TVs is now a phishing-as-a-service product line. Microsoft reported 10 to 15 new campaigns every 24 hours by
- 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
- TechniqueDevice code phishing
The victim enters a code on Microsoft's own login page and approves a real prompt. The attacker requested that code from a second device and walks away with acc
- TechniqueAD CS certificate template abuse
A certificate template with permissive enrollment rights or a misconfigured extension turns Active Directory Certificate Services into a path to domain compromi
- TechniqueAttacker-in-the-middle phishing proxy
A reverse proxy sits between the user and the real login page, relays every step of authentication including MFA, and keeps the session cookie the successful lo