Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Best Network Sandboxing Solutions for 2026
August 18, 2026
Public Exploit Released for Critical Microsoft SCCM RCE Vulnerability CVE-2023-35887
August 18, 2026
Claude AI code enabled ransomware gang to steal LDAP passwords, backdoor VPNs
August 18, 2026
Home/Threats/Tycoon 2FA Phishing Campaign Exploits OAuth Device Code for MFA Bypass
Threats

Tycoon 2FA Phishing Campaign Exploits OAuth Device Code for MFA Bypass

Key Takeaways The Tycoon 2FA phishing group has evolved its tactics, now leveraging OAuth Device Code phishing to compromise Microsoft 365 accounts. This new method allows attackers to bypass...

Emy Elsamnoudy
Emy Elsamnoudy
May 15, 2026 5 Min Read
81 0

Key Takeaways

  • The Tycoon 2FA phishing group has evolved its tactics, now leveraging OAuth Device Code phishing to compromise Microsoft 365 accounts.
  • This new method allows attackers to bypass multi-factor authentication (MFA) without directly stealing user credentials.
  • The campaign, identified in late April 2026, utilizes legitimate email security platforms (Trustifi) and sophisticated anti-analysis techniques to evade detection.
  • Despite a major takedown in March 2026, the Tycoon 2FA kit remains largely intact, indicating resilient operations and a rapid recovery by its operators.

The operators behind the notorious Tycoon 2FA phishing-as-a-service (PhaaS) platform have unveiled a sophisticated new attack vector. They are now combining their established phishing infrastructure with an abuse of the OAuth Device Code flow, enabling them to illicitly gain access to Microsoft 365 accounts without ever needing to capture a user’s password.

Table Of Content

  • Key Takeaways
  • The Evolved Attack Chain
  • Initial Lure and Redirection
  • OAuth Device Code Phishing Explained
  • A Kit That Survived Takedown Intact
  • What You Should Do

Tycoon 2FA initially emerged as a significant threat, recognized for its ability to circumvent multi-factor authentication by acting as a credential relay. Over the past year, the group has consistently refined its methodologies and delivery mechanisms, striving to outmaneuver security defenses and vendor blocklists. Their operational tempo remained unbroken even after a substantial disruption in March 2026.

The Evolved Attack Chain

Analysts at eSentire reported that their Threat Response Unit (TRU) detected this campaign in late April 2026. The eSentire team discovered that the core components of the Tycoon 2FA kit persisted almost entirely unchanged following the joint takedown operation by Microsoft and Europol in March 2026. However, a critical modification involved integrating an OAuth device code flow to harvest access tokens instead of traditional credentials.

Initial Lure and Redirection

The attack commences with a highly convincing phishing email designed to lure victims. This email contains a click-tracking link originating from Trustifi, a legitimate enterprise email security platform. Importantly, Trustifi itself was not compromised; the threat actors merely exploit its trusted reputation to bypass email gateways and steer victims through a series of malicious redirects without triggering immediate security alerts.

Upon clicking the link, the victim is subjected to a multi-layered delivery chain. This chain incorporates encrypted payloads, robust anti-analysis checks, a deceptive Microsoft CAPTCHA page, and a blocklist encompassing over 230 organizations. These measures are meticulously designed to ensure that only genuine targets proceed to the final stage of the attack, effectively filtering out security researchers and automated analysis tools.

OAuth Device Code Phishing Explained

The innovative core of this campaign lies in its malicious exploitation of the OAuth 2.0 Device Authorization Grant. This protocol is a legitimate feature, primarily intended for devices such as smart TVs or IoT devices that lack conventional web browser interfaces for direct login. In a standard scenario, such a device generates a short code, and the user then enters this code on a separate, trusted website to authorize access. The Tycoon 2FA operators have ingeniously weaponized this established process.

Victims are presented with a fabricated Microsoft 365 voicemail notification. They are instructed to copy a provided user code and then navigate to the authentic Microsoft device login page, microsoft.com/devicelogin. Because the user interacts directly with genuine Microsoft infrastructure, multi-factor authentication is triggered and completed as normal. The critical deception occurs here: victims, unknowingly, are granting access tokens to an attacker-controlled device operating in the background. This technique doesn’t bypass MFA but rather manipulates what the MFA approval authorizes, redirecting the legitimate token to the attacker.

A Kit That Survived Takedown Intact

A notable aspect of eSentire’s findings is the remarkable resilience of the Tycoon 2FA kit. Despite a significant law enforcement disruption, the phishing kit’s fundamental architecture remains largely unaltered. Elements such as the same AES encryption key, the identical anti-debug timing trap, the consistent “Check Domain” grammar, and the familiar backend route patterns observed in 2025 campaigns are still present in the 2026 iteration. This continuity strongly suggests that the operators maintained backups of their codebase, enabling them to swiftly resume operations with minimal modifications.

Further post-compromise analysis of Entra sign-in logs revealed that the operators’ activities originated from Node.js automation tools, identified by the user-agent strings “node” and “undici.” These user-agents are indicative of a backend polling client and are highly unusual in typical production environments. Their appearance against the Microsoft Authentication Broker AppId should immediately raise a red flag for defenders.

The group’s operational infrastructure has also undergone a shift, moving towards Alibaba Cloud, specifically ASN AS45102. This move is part of a broader strategy of rotating hosting providers, likely in response to previous takedown pressures.

What You Should Do

  • Implement Conditional Access Policies: Configure Microsoft Entra Conditional Access policies to block OAuth Device Code flows for standard end-users.
  • Restrict User Consent: Enforce restrictions on user consent for OAuth applications, requiring administrative approval for all third-party application access.
  • Enable Continuous Access Evaluation (CAE): Activate CAE in Microsoft Entra ID to ensure that token revocations propagate rapidly following any confirmed security incident.
  • Monitor for Suspicious User-Agents: Actively hunt for “node” and “undici” user-agents in conjunction with the Microsoft Authentication Broker AppId in your Entra sign-in logs.
  • Review eSentire IoCs: Leverage the specific KQL queries and URLscan patterns published by eSentire to identify related activity across your environment.
  • Educate Users: Conduct regular security awareness training to educate users about sophisticated phishing tactics, especially those that mimic legitimate login processes or leverage trusted platforms.

Indicators of Compromise (IoCs):-

Type Indicator Description
URL hxxps[://]events[.]trustifi[.]com/api/o/v1/click/69f218d9bd8f28639a2460c7/… Trustifi click-tracking lure URL used for reputation laundering; decoded ObjectId timestamps to April 29, 2026
URL hxxps[://]cookies[.]28gholland[.]workers[.]dev/ Cloudflare Workers throwaway subdomain; actual delivery point for the malicious payload
URL hxxps[://]shivacrio[.]com/bytecore~tx1j8 Tycoon 2FA “Check Domain” used to gate victims and filter security researchers in real time
URL hxxps[://]fijothi[.]com/dhkjCVBfLnfbhFjpYPoDKNMmLIQjNkGLMQPMQUBJFWELKIYHJHWDIESXVUZHHJNFTNMW<random> Operator C2 backend domain used for AES-CBC encrypted session communication
OAuth AppId 29d9ed98-a469-4536-ade2-f981bc1d605e Microsoft Authentication Broker AppId impersonated during the OAuth Device Code consent flow
OAuth AppId 4765445b-32c6-49b0-83e6-1d93765276ca OfficeHome AppId; primary AppId for the credential-relay kit variant (per TRU April 2026 reporting)
IP Address 47.90.180.205 Alibaba Cloud (AS45102) operator IP observed during the token-acquisition phase
IP Address 47.252.11.99 Alibaba Cloud (AS45102) operator IP observed during sustained refresh-token reuse phase
User-Agent node Node.js bare user-agent; operator polling client signature during initial token acquisition
User-Agent undici Node.js native HTTP client user-agent; operator backend signature during sustained refresh-token reuse
ASN AS45102 Alibaba (US) Technology Co., Ltd.; active operator-side ASN observed since approximately April 10, 2026
Encryption Key 1234567890123456 Hardcoded AES-CBC key and IV used in CryptoJS encryption layer; consistent kit fingerprint across campaigns
MongoDB ObjectId 69f218d9bd8f28639a2460c7 Object ID embedded in lure URL path; decodes to April 29, 2026, 14:42:33 UTC

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackExploitphishingSecurityThreat

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Critical cPanel Vulnerabilities Let Attackers Access System Resources

Next Post

Microsoft Warns of HPE Operations Agent Exploits in Malware-Free Attacks

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Threema Messaging Service Suffers Massive DDoS Attack
August 17, 2026
HoneyMyte CoolClient Backdoor Uses Signed Kernel Rootkit to Hide Itself
August 17, 2026
Roundcube Patches Critical RCE and SSRF Vulnerabilities in 1.6.18, 1.7.3
August 17, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
David kimber
David kimber
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us