
Kratos PhaaS Fueled MFA-Bypass Phishing
Authorities dismantled “Kratos,” a phishing-as-a-service platform used at scale to steal Microsoft account credentials and even bypass MFA by stealing session…
Law enforcement dismantled the infrastructure behind Kratos, a widely used phishing kit that helped criminals steal Microsoft 365 credentials and, in some cases, capture session cookies to bypass MFA. The article describes a real, observed campaign using tax-themed W-2 QR-code emails that led victims to a fake Microsoft 365 login page. It also includes concrete technical “tells” (file names and collection endpoints) defenders can use to identify Kratos-style phishing pages.
The Kratos phishing kit, also tracked as SneakyLog, powered a large-scale credential theft operation before law enforcement took down its core infrastructure. In one documented campaign, operators sent tax-themed emails to about 100 organizations, each carrying a W-2 document with a QR code personalized to the recipient. Scanning the code led victims to a fake Microsoft 365 login page. Because the lure arrived as a document rather than a direct link, it slipped past habits people use to spot suspicious emails, such as hovering over links.
Kratos supported two collection modes. One was a simple credentials-only page. The other was a Node.js reverse proxy designed to relay the login to Microsoft in real time and capture the resulting session. This adversary-in-the-middle setup meant the kit was not just harvesting typed passwords, it was intercepting a live, authenticated session. That cookie is enough to walk past two-factor authentication into the account as the user, which explains why MFA alone did not stop account takeover in these cases. The kit's scale, reportedly used by roughly 1,800 paying customers to run about 15,000 phishing campaigns a month, also made lookalike pages common and hard to fully block through denylisting alone.
Defenders can also look for known technical tells associated with these pages: login pages almost always load the paired assets barr.svg and lg.svg, then POST stolen credentials to endpoints like next.php or save.php.
Organizations should treat any W-2 or payroll-themed message pushing a QR code or login as high risk and encourage verification with HR or payroll before acting. Because a stolen session can survive a password reset, incident response for suspected credential theft should include revoking active sessions, not just changing passwords. Security teams benefit from actively hunting for the identified asset names and collection endpoints to spot and shut down lookalike Microsoft 365 pages faster, complementing user awareness with technical detection tied to techniques like T1566.002 (spearphishing via attachment/QR-style lures) and T1656 (impersonation).
Mirage safely runs attacks like this one against your own team, so you find out what happens before a real adversary does.
Operators sent tax-themed emails carrying a W-2 document with a QR code personalized to the recipient, which led to a fake Microsoft 365 login page.
Yes. The kit used a Node.js reverse proxy to relay the login to Microsoft in real time and capture the resulting session cookie, which is enough to walk past two-factor authentication into the account as the user.
No. Because the stolen session can survive a password reset, the session itself has to be revoked, not just the password changed.
Analysts found that these login pages almost always load the paired assets barr.svg and lg.svg, then POST stolen credentials to endpoints like next.php or save.php.
It’s tax season, you get a W‑2 email with a QR code that says, “Sign in with Microsoft 365 to view your form.” Looks normal, right? Behind that QR is the Kratos phishing kit. It opens a fake Microsoft 365 login that can steal your password and the session cookie, so someone can walk past two-factor and into your account as you. In one real attack, operators sent W‑2 QR emails to about 100 organizations. Scan the code, and you land on a Microsoft 365 sign-in that lives on some random domain, quietly posting your credentials to files named next.php or save.php and loading assets like barr.svg and lg.svg. Your move: if a W‑2 email or QR sends you to Microsoft 365, stop and don’t sign in there, go to our usual Microsoft 365 portal or bookmark instead, and only open tax docs from HR or payroll you recognize.

Authorities dismantled “Kratos,” a phishing-as-a-service platform used at scale to steal Microsoft account credentials and even bypass MFA by stealing session…

German and international law enforcement disrupted the infrastructure behind “Kratos,” a phishing-as-a-service kit used at scale to steal Microsoft account…

This bulletin describes multiple real-world social engineering campaigns where attackers trick people into trusting a familiar screen, like a search result…

Amazon says North Korea-linked actors compromised widely used npm packages (including debug and chalk) by tricking a trusted maintainer into signing in through…

Okta says it gained an inside look at “Work Panel,” a polished SaaS-style dashboard that helps voice-phishing (vishing) crews rapidly set up fake login sites…

Check Point reports that scammers are now impersonating ChatGPT/OpenAI in phishing campaigns, reflecting how mainstream the service has become. One documented…