Skip to main content
Mallory
MalwareRansomwareUsed by 7 actors

Evilginx2

Evilginx2 is an open-source adversary-in-the-middle (AiTM) phishing framework and reverse-proxy toolkit used to intercept authentication flows between victims and legitimate websites. The provided content describes it as a reverse proxy that sits between the victim and the target service, weaponizing MITRE ATT&CK T1557-style AiTM attacks to capture login credentials, multifactor authentication material, and authenticated web session cookies. It can route traffic between a phishing victim and legitimate websites via SOCKS5 and HTTP(S) proxies.

The content directly associates Evilginx2 with MFA-bypass phishing operations by stealing credentials and session tokens in real time. It is specifically described as being used to obtain MFA credentials, login credentials, and session cookies, enabling session hijacking and account takeover even where MFA is deployed. The material also notes that AiTM frameworks such as Evilginx2 and Modlishka are used for real-time interception of session tokens, and that such attacks are only partially constrained by newer browser protections such as Device Bound Session Credentials because attackers may still use intercepted tokens within a short validity window.

Operationally, the content notes that phishing flows involving Evilginx2 may require the attacker to remain in the middle of the session so that short-lived authentication URLs or tokens do not expire during the interaction. It is referenced as a commonly cited toolkit in discussions of modern phishing infrastructure and is linked to public references including breakdev.org and the GitHub repository at github.com/kgretzky/evilginx2.

Threat-actor associations in the content include ALPHV/BlackCat affiliates, which reportedly use Evilginx2 to obtain MFA credentials, login credentials, and session cookies during intrusions. CERT Intrinsec also identified Evilginx2 as a tool used to weaponize AiTM phishing attacks observed in 2025 incidents affecting French organizations, including attacks against Microsoft/Entra ID-related authentication flows. The content further lists Evilginx2 among tools associated with the Russian espionage group IRON FRONTIER, also tracked as Callisto Group, COLDRIVER, Star Blizzard, and SEABORGIUM.

Targeting reflected in the content is broad and depends on the operator rather than the framework itself. Referenced victim environments include enterprise identity and cloud authentication workflows, legitimate websites proxied during phishing, Microsoft 365/Entra ID contexts, and campaigns tied to ransomware, espionage, and large-scale credential theft. No malware-style file hashes or standalone host-based IOCs for Evilginx2 itself are provided in the content.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

THREAT ACTORS

Groups observed using it

7 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
Scattered Spider

"...with the help of an Adversary-in-the-Middle (AitM) toolkit like EvilGinx2, could quickly provision most of the necessary infrastructure to perpetrate an attack..."

via zdnet zero dayzdnet.com
UNC6395

"...with the help of an Adversary-in-the-Middle (AitM) toolkit like EvilGinx2, could quickly provision most of the necessary infrastructure to perpetrate an attack..."

via zdnet zero dayzdnet.com
ShinyHunters

"...with the help of an Adversary-in-the-Middle (AitM) toolkit like EvilGinx2, could quickly provision most of the necessary infrastructure to perpetrate an attack..."

via zdnet zero dayzdnet.com
The Com

"...with the help of an Adversary-in-the-Middle (AitM) toolkit like EvilGinx2, could quickly provision most of the necessary infrastructure to perpetrate an attack..."

via zdnet zero dayzdnet.com
UNC6345

"...with the help of an Adversary-in-the-Middle (AitM) toolkit like EvilGinx2, could quickly provision most of the necessary infrastructure to perpetrate an attack..."

via zdnet zero dayzdnet.com
Iron Frontier

Tools Galileo RCS, Evilginx2, SPICA

via secureworks threat profilessecureworks.com
LAPSUS$

References https://breakdev.org/evilginx-2-next-generation-of-phishing-2fa-tokens/ ... https://github.com/kgretzky/evilginx2

via splunk researchresearch.splunk.com
MITRE ATT&CK

Techniques & procedures

11 distinct techniques documented for this family, organized by ATT&CK tactic.

T1588.002ToolEvidence1

"Domain C2 domain evilginx2[.]loseyourip[.]com"

Initial Access

3 techniques
T1078Valid AccountsEvidence1

...steal session cookies, then logged into the console from attacker machine while the session from victim machine was also connected.

T1566PhishingEvidence1

IRON FRONTIER is a Russian threat group that conducts targeted spearphishing against military and government organizations, journalists, and think tanks in Europe, the United States, and Russia's near abroad.

T1566.002Spearphishing LinkEvidence2

"Phishing kits that use a transparent reverse proxy to present the actual target website to the victim and allow attackers to capture the username and password entered by the victims AND the session cookie."

Persistence

1 technique
T1078Valid AccountsEvidence1

...steal session cookies, then logged into the console from attacker machine while the session from victim machine was also connected.

T1078Valid AccountsEvidence1

...steal session cookies, then logged into the console from attacker machine while the session from victim machine was also connected.

Stealth

1 technique
T1078Valid AccountsEvidence1

...steal session cookies, then logged into the console from attacker machine while the session from victim machine was also connected.

Credential Access

3 techniques
T1056Input CaptureEvidence1

Victims are lead to credential harvesting sites run by IRON FRONTIER, who likely use the stolen credentials to gain access to sensitive email communications and documents.

T1539Steal Web Session CookieEvidence5

IdP выдаёт session cookie -> прокси перехватывает его - Steal Web Session Cookie (T1539, Credential Access)

T1557Adversary-in-the-MiddleEvidence5

Adversary-in-the-Middle (T1557, Credential Access / Collection) - основной вектор, который реально работает против passkeys в корпоративной среде. Хакер не пытается украсть credential - он проксирует легитимную аутентификацию через свой сервер и перехватывает сессионный cookie после успешной авторизации.

Lateral Movement

1 technique
T1550.004Web Session CookieEvidence1

Атакующий импортирует cookie -> Web Session Cookie (T1550.004, Lateral Movement) -> доступ к ресурсам организации

Collection

3 techniques
T1056Input CaptureEvidence1

Victims are lead to credential harvesting sites run by IRON FRONTIER, who likely use the stolen credentials to gain access to sensitive email communications and documents.

T1185Browser Session HijackingEvidence4

This behavior is significant as it may indicate a session hijacking attack, where an adversary uses stolen session cookies to access AWS resources from a different location.

T1557Adversary-in-the-MiddleEvidence5

Adversary-in-the-Middle (T1557, Credential Access / Collection) - основной вектор, который реально работает против passkeys в корпоративной среде. Хакер не пытается украсть credential - он проксирует легитимную аутентификацию через свой сервер и перехватывает сессионный cookie после успешной авторизации.

T1071.001Web ProtocolsEvidence1

The content repeatedly describes threat actors, malware, and campaigns using HTTP, HTTPS, HTTP GET/POST, cookies in headers, WebSockets/WSS, and web APIs for command and control or related communications.

T1090.003Multi-hop ProxyEvidence1

APT28 used other victims as proxies to relay command traffic, for instance using a compromised Georgian military email server as a hop point to NATO victims.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution7

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping11

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.