German and U.S. law enforcement have disrupted Kratos, a phishing-as-a-service operation built to steal Microsoft 365 logins and live session cookies. The takedown is good news, but defenders should treat it as a reminder rather than a finish line: the most dangerous modern phishing kits do not merely collect passwords; they capture authenticated sessions that can remain useful even after a password reset.
According to the reporting, German authorities and partners took more than 200 servers offline, while Indonesian authorities arrested the person alleged to have developed and operated the platform. Investigators estimate the service had roughly 1,800 paying customers and enabled about 15,000 phishing campaigns each month. That scale matters because it shows how quickly a turnkey kit can turn commodity phishing into an enterprise-wide Microsoft 365 incident.
Why Kratos matters
Kratos is significant because it packaged adversary-in-the-middle phishing capabilities for customers who did not need to build their own infrastructure. Researchers found that operators could run simpler credential-harvesting pages or use a reverse-proxy mode that relayed a victim’s Microsoft sign-in in real time. In the reverse-proxy scenario, the attacker can capture the resulting session cookie after the user completes authentication.
That distinction is important for incident response. If a user only submitted a password into a fake page, a password reset and MFA review may be enough. If a live session token was stolen, the attacker may continue using the account until that session is revoked or expires. In practical terms, help desk teams should not close these cases after changing a password. Session invalidation, risky sign-in review, mailbox rule checks, and audit log analysis should all be part of the playbook.
The MFA bypass lesson
Kratos illustrates a weakness in push-based, SMS, voice, and one-time-code MFA when users can be tricked into authenticating through an attacker-controlled proxy. MFA still blocks many attacks and should remain mandatory, but organizations should be honest about what kind of MFA they rely on. Phishing-resistant authentication such as passkeys, FIDO2 security keys, certificate-based authentication, or platform-bound methods changes the economics for kits like Kratos because the credential cannot be replayed through a fake login page in the same way.
For high-value accounts, administrators, finance users, executives, and anyone with broad mailbox or SharePoint access, phishing-resistant sign-in should be prioritized. Conditional access policies should also enforce device compliance, sign-in risk controls, and location or session restrictions where appropriate. The goal is to avoid a world where one captured browser session becomes a bridge into business email compromise, invoice fraud, or internal phishing.
Immediate checks for Microsoft 365 teams
Start by searching identity and email logs for signs of suspicious Microsoft 365 access around recent phishing reports. Look for impossible travel, unfamiliar user agents, new device registrations, suspicious OAuth consent, mailbox forwarding rules, inbox rules that hide security messages, mass downloads, and access from hosting providers or unexpected countries. For any user Microsoft or internal telemetry flags as exposed, revoke refresh tokens and active sessions, reset passwords, and require re-registration of MFA only after confirming the user is on a trusted device.
Security teams should also review web proxy, DNS, EDR, and email gateway logs for indicators linked to Kratos-style pages. The article notes that researchers observed paired assets such as barr.svg and lg.svg, with stolen credentials posted to endpoints like next.php or save.php. Those strings alone should not be treated as proof of compromise, but they are useful hunting clues when combined with phishing emails, suspicious domains, or user login anomalies.
Reduce blast radius before the next kit appears
A takedown can interrupt a criminal service, but it rarely eliminates the demand for that service. Customers may still have copies of the kit, related infrastructure may reappear, and other adversary-in-the-middle platforms already exist. The durable defense is to reduce the value of stolen credentials and sessions.
Practical steps include enforcing phishing-resistant MFA for privileged and sensitive users, disabling legacy authentication, requiring managed devices for administrative access, shortening session lifetimes for risky contexts, monitoring for suspicious inbox rules, and training users to report QR-code and document-themed login lures. Organizations should also rehearse token-theft response so analysts know when to revoke sessions, not just reset passwords.
Email controls remain useful, especially for campaigns that deliver fake Microsoft 365 pages through tax, payroll, HR, or document-sharing themes. However, user awareness and email filtering should be viewed as layers, not the core control. The core control is making sure a phished password or proxied login cannot easily become a persistent cloud session.
Bottom line
The Kratos disruption is a meaningful win for law enforcement and a temporary setback for many phishing operators. For defenders, the main takeaway is operational: treat Microsoft 365 phishing as a cloud session security problem, not only a password problem. If your response process still ends at “reset the password and remind the user,” update it now.
Source: The Hacker News source