# Two New Phishing Kits Weaponize MFA Bypass Techniques Against Microsoft 365 Users
A pair of sophisticated phishing kits discovered in active attacks demonstrate how threat actors are systematically defeating multi-factor authentication (MFA) to compromise Microsoft 365 accounts. Identified as Jalisco and OmegaLord, these tools represent an escalation in phishing-kit sophistication, moving beyond simple credential theft to target organizations that have already deployed MFA protections. Security researchers warn that the kits are actively being deployed across multiple industries, with particular focus on high-value targets including enterprise organizations and government agencies.
## The Threat
Jalisco and OmegaLord operate as comprehensive phishing frameworks designed to intercept and manipulate the Microsoft 365 authentication flow. Rather than simply capturing usernames and passwords, these kits employ reverse proxy and token interception techniques to bypass MFA entirely:
Unlike earlier phishing kits that relied on password theft alone, Jalisco and OmegaLord are purpose-built to circumvent modern security controls, making them significantly more dangerous than commodity phishing tools.
## Background and Context
Microsoft 365 has become the de facto standard for enterprise productivity globally, with over 400 million active users across organizations. This ubiquity makes it an attractive target for threat actors seeking to:
1. Gain enterprise access for lateral movement and data exfiltration
2. Establish persistence through email forwarding rules and cloud app registrations
3. Conduct targeted espionage against government and private sector organizations
4. Enable business email compromise (BEC) scams with authentic account access
The MFA Problem: While MFA has significantly improved security posture over password-only authentication, it is not a silver bullet. Session-hijacking techniques allow attackers to bypass MFA entirely by intercepting the authentication session *after* legitimate credentials and MFA codes have been validated. This attack vector, sometimes called "post-authentication interception," has been documented in attacks on major cloud platforms but remains underestimated by many organizations.
The emergence of Jalisco and OmegaLord as *packaged, easy-to-deploy* tools suggests that sophisticated MFA-bypass techniques are becoming commoditized—meaning smaller threat groups now have access to capabilities once reserved for state-sponsored actors.
## Technical Details
Both phishing kits employ similar underlying mechanics, though with distinct operational characteristics:
### Reverse Proxy Architecture
Rather than hosting a static phishing page, Jalisco and OmegaLord deploy reverse proxies that sit between the victim and Microsoft's authentication servers:
1. User receives phishing email with legitimate-looking Microsoft login link
2. Clicking the link directs to attacker-controlled proxy server
3. Proxy transparently forwards all traffic to microsoft.com while logging credentials and tokens
4. Victim logs in normally and completes MFA as if nothing is wrong
5. Attacker captures the encrypted session token and uses it to access the account
### MFA Token Interception
Both kits are capable of intercepting and replaying MFA tokens through several methods:
### Post-Authentication Persistence
Once initial access is gained, the kits automatically:
## Implications for Organizations
The impact of successful Jalisco or OmegaLord attacks extends far beyond credential compromise:
| Attack Stage | Potential Impact |
|---|---|
| Initial Access | Unauthorized account takeover, immediate access to emails, OneDrive, Teams |
| Lateral Movement | Access to all integrated cloud apps (Salesforce, Slack, GitHub, etc.) |
| Data Exfiltration | Months of undetected email copying, document theft, intellectual property loss |
| Persistence | Continued access even after password resets or MFA enforcement |
| Downstream Attacks | Compromised accounts used for BEC, supply chain compromise, secondary payload delivery |
At-Risk Sectors: Healthcare organizations, financial institutions, government agencies, and technology companies report the highest attack volumes, though all sectors are targeted.
## Recommendations
Organizations must move beyond treating MFA as a complete security solution:
### Immediate Actions
### Medium-Term Defenses
### Detection Strategies
## HackWire Analysis
The emergence of Jalisco and OmegaLord marks a critical inflection point: MFA bypass is no longer an exotic attack reserved for nation-states, but a commodity capability packaged for mass-market threat actors. This shift demands an honest reckoning about security posture assumptions.
For years, the industry has marketed MFA as the solution to credential compromise. While effective against many attacks, these phishing kits demonstrate that *session hijacking at the authentication layer* defeats MFA by design—the attacker never needs the password or MFA code, because they capture the authenticated session itself. This isn't a novel attack vector, but its weaponization into deployable, affordable toolkits suggests that defenders have been one step behind.
What's particularly concerning is the *speed of commoditization*. Advanced MFA-bypass techniques appeared in nation-state tooling ~3-4 years ago. Now they're being actively marketed to criminal groups. This compressed timeline means organizations that assumed "We deployed MFA, so we're protected" are critically exposed.
The real defense requires shifting from "prevent credential theft" to "assume accounts will be compromised, make persistence expensive." This means OAuth monitoring, device compliance enforcement, and behavioral detection that assumes the account is legitimate but the user context is wrong. Organizations that continue relying on MFA alone as their primary defense strategy should expect breaches in 2026.
The second layer: these attacks specifically target *Microsoft 365 accounts*, which are often the crown jewels of corporate infrastructure. Unlike a compromised WordPress blog, a compromised Microsoft account gives attackers email, calendars, file systems, and the trust relationships within an organization. The ROI for phishing attacks against M365 is exceptionally high, which explains why these toolkits have evolved so aggressively.
— *HackWire Editorial*
## Related Coverage