Blog

Microsoft Announces Disruption of Tycoon 2FA in Coordination with Industry Partners

Spence Hutchinson

March 4, 2026

3 MINS READ

March 4, 2026 – Today, Microsoft announced they took action to disrupt and coordinate seizure of infrastructure associated with Tycoon 2FA Phishing-as-a-Service (PhaaS). eSentire is proud to have assisted with this effort to target and interrupt the operations of a key player in the cybercrime service landscape.

A Widespread, Pervasive Threat

eSentire’s security research team, the Threat Response Unit (TRU), has tracked Tycoon 2FA since it emerged in 2023. The platform offers sophisticated adversary-in-the-middle phishing capabilities, including Multi-Factor Authentication (MFA) code interception, session cookie capture and robust anti-analysis techniques described in our 2025 blog.

These capabilities have enabled threat actors to conduct sophisticated, pervasive credential phishing attacks over the past several years. Last year, TRU traced 32% of all security incidents to the platform, making it the leading source of identity compromise across eSentire’s global customer base.

Figure 1 Distribution of Incidents Associated with PhaaS Platforms 2025-2026
Figure 1 Distribution of Incidents Associated with PhaaS Platforms 2025-2026

Our analysis of Tycoon 2FA and their users shows the platform is a key conduit for Business Email Compromise (BEC) fraud. Our case data indicated threat actors began exploiting employee business accounts on average within 14 minutes of the initial account compromise.

In 2025, TRU identified Tycoon 2FA as the initial access vector in approximately 18% of disrupted intrusions consistent with BEC tactics. In one case, eSentire's Digital Forensics and Incident Response team was engaged by a non-customer to investigate a multi-million dollar Business Email Compromise incident. TRU traced the origins of this attack to a Tycoon 2FA phishing event nearly a month prior.

This operation disrupted a significant threat that has enabled cybercriminals to bypass multi-factor authentication and compromise organizations worldwide since it first appeared on the cybercrime scene in 2023. While threat actors will adapt and new challenges will emerge, each successful disruption strengthens our collective defenses and raises the bar for cybercriminals.

While this takedown represents a meaningful victory, our work is far from over. Threat actors will continue to evolve their tactics, and new phishing-as-a-service platforms will emerge.

eSentire remains committed to:

We encourage all organizations to remain vigilant, implement defense-in-depth strategies, and ensure employees are trained to recognize sophisticated phishing attempts—even those designed to bypass MFA.

Detection Guidance and Hunting Query

Detection Guidance

Monitor Entra ID sign-in logs for:

Advanced Hunting Query for Microsoft Defender and Sentinel

Important Info: To run the query in Advance Hunting within the Defender Portal, you must have completed the Onboarding Microsoft Sentinel to Defender Portal, and have both tables ingested to Sentinel. Ref: https://learn.microsoft.com/en-us/unified-secops/microsoft-sentinel-onboard

let aadFunc = (tableName: string) {
    table(tableName)
    | where ResultType == 0 and AppDisplayName =~ ('OfficeHome')
    | where UserAgent contains 'axios' 
    | where AutonomousSystemNumber in ('29802','9009','215540')
    | extend risks = todynamic(RiskEventTypes_V2)
    | extend risk = iif(isnull(risks) or array_length(risks) == 0, dynamic([null]), risks)
    | mv-expand risk
    | summarize first_time = min(TimeGenerated), last_time = max(TimeGenerated), 
    IPAddresses = make_list(IPAddress), risks = make_set(risk) 
    by UserPrincipalName,AppDisplayName,UserAgent,AutonomousSystemNumber
};
let aadSignin = aadFunc("SigninLogs");
let aadNonInt = aadFunc("AADNonInteractiveUserSignInLogs");
union aadSignin, aadNonInt

Further Reading:

To learn how your organization can build cyber resilience and prevent business disruption with eSentire’s Next Level MDR, connect with an eSentire Security Specialist now.

GET STARTED

ABOUT THE AUTHOR

Spence Hutchinson
Spence Hutchinson Staff Threat Intelligence Researcher

Spence is a Staff Threat Intelligence Researcher with the Threat Intelligence team. As part of the broader Threat Response Unit, TI is responsible for monitoring the threat landscape and working with fellow TRU members to respond to ongoing threats. Spence graduated with an advanced diploma in Computer Security and Forensics prior to joining eSentire as an analyst in 2013 and has held various analytical, training and leadership roles since.

Back to blog

Take Your Cybersecurity Program to the Next Level with eSentire MDR.

BUILD A QUOTE

Read Similar Blogs

EXPLORE MORE BLOGS