They work because they proxy the real login flow, capture credentials and session material in real time, and often preserve enough page fidelity to avoid user suspicion. Legacy controls that only inspect URLs, block known domains, or rely on static indicators struggle when the attacker relays an authentic session and moves faster than manual response.
Why This Matters for Security Teams
Adversary-in-the-middle phishing kits succeed because they do not merely imitate a login page, they sit inside the authentication journey and relay it in real time. That makes them harder to stop with controls that depend on blocked domains, known indicators, or user suspicion alone. The real risk is not just credential theft, but session capture, token replay, and bypass of MFA when the attacker can preserve an authentic-looking flow.
This is why NHI governance and session protection now overlap with phishing defense. The issue is not limited to human passwords. Once a kit steals a valid session artifact, the attacker may inherit access to downstream APIs, service consoles, and automation paths that operate as NHIs. NHIMG’s Ultimate Guide to NHIs — Why NHI Security Matters Now shows how identity compromise often cascades across systems when secrets and sessions are not tightly controlled.
Security teams also need to account for the speed gap. Human review, mail filtering, and help desk escalation are often slower than the attacker’s relay. In practice, many security teams encounter compromise only after a valid session is already being used elsewhere, rather than through intentional detection of the phishing kit itself.
How It Works in Practice
These kits stand out because they proxy the real service, not a fake clone. The victim enters credentials, MFA codes, and sometimes passkeys or session prompts into the attacker-controlled relay, while the kit forwards each step to the legitimate IdP. When the IdP issues a session cookie or token, the kit captures or relays it back to the attacker, who can then reuse the session from a separate device. That is why static controls break down: a trusted domain, a valid certificate chain, and a familiar brand surface can all be present at once.
Modern defence has to move from static inspection to runtime validation. Current guidance suggests combining identity telemetry, browser-session signals, and policy decisions that can react while the login is in progress. External threat guidance from the CISA cyber threat advisories and the MITRE ATLAS adversarial AI threat matrix both reinforce a broader pattern: defenders need behaviour-aware detection, not only indicator-based blocking.
- Use phishing-resistant MFA where possible, but validate that session theft and replay are also monitored.
- Shorten session lifetimes and bind tokens to device, context, or posture where the platform supports it.
- Inspect login velocity, impossible travel, fresh token issuance, and post-authentication lateral movement.
- Protect browser, IdP, and SSO logs so relay activity can be correlated quickly.
For identity-heavy environments, the same lesson applies to secrets and NHIs. NHIMG’s The 52 NHI breaches Report shows how quickly compromise spreads once valid identity material is exposed, and the underlying mechanics are the same when a phish delivers a reusable token instead of a password. These controls tend to break down when legacy SSO, long-lived sessions, and weak token binding coexist because the attacker only needs one replayable artifact to inherit trust.
Common Variations and Edge Cases
Tighter phishing controls often increase friction for legitimate users, requiring organisations to balance reduced attack success against sign-in overhead and support burden. That tradeoff is especially visible in environments that depend on mobile authenticator prompts, external IdPs, or shared admin workflows. Best practice is evolving, and there is no universal standard for this yet, especially around how aggressively to revoke sessions after suspicious authentication.
Some environments are harder to defend than others. Legacy mail gateways may still flag URLs, but that does little against kits delivered through QR codes, collaboration platforms, or pretexted support channels. High-trust environments also create blind spots because internal users may ignore visual cues once the page looks authentic. In those cases, detection should focus on abnormal token issuance, mismatched device posture, and impossible session transitions rather than only message content.
NHIMG’s Top 10 NHI Issues and Ultimate Guide to NHIs — Key Challenges and Risks are useful here because the same operational weakness appears whenever an attacker can reuse valid identity material faster than defenders can revoke it. For organisations with heavy API and automation use, the real exposure often appears after the user login, when stolen sessions are pivoted into NHI-controlled systems.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10, CSA MAESTRO and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A2 | Phishing kits exploit trust and session handling in identity flows. |
| CSA MAESTRO | S3 | MAESTRO addresses identity and trust controls for autonomous workflows. |
| NIST AI RMF | GOVERN | AI RMF governance helps assign accountability for adaptive identity threats. |
| OWASP Non-Human Identity Top 10 | NHI-01 | Session theft often leads to misuse of non-human identities and tokens. |
| NIST CSF 2.0 | PR.AC-7 | Access enforcement must account for stolen sessions and replayed identity. |
Instrument session validation and revoke suspicious agent and user sessions quickly.
Related resources from NHI Mgmt Group
- Why do modern phishing campaigns still succeed even with strong IAM controls?
- Why do adversary-in-the-middle phishing kits increase identity risk beyond ordinary credential theft?
- Why do encrypted messaging apps still need anti-phishing controls?
- Why do Windows environments still need anti-relay controls after NTLM is disabled?