Security teams should defend by adding controls that evaluate the login transaction itself, not just the password or one-time code. Use adaptive challenges, session integrity checks, and proxy detection so the attacker cannot complete the flow with harvested artefacts. The goal is to stop token replay before the session is accepted as legitimate.
Why This Matters for Security Teams
Phishing kits that steal MFA tokens and session cookies change the problem from credential theft to session hijacking. Once an attacker has a valid artefact, the original password or one-time code may no longer matter. That makes traditional login checks too shallow, especially when the adversary is replaying a live browser session through a reverse proxy or adversary-in-the-middle flow.
Security teams should treat this as a transaction-integrity problem, not just an authentication problem. The right control set needs to inspect device posture, browser signals, token binding, and anomalous session behavior at sign-in and after sign-in. This is consistent with current guidance from CISA cyber threat advisories, which emphasize detecting credential replay and reducing the value of stolen authentication artefacts. NHIMG has repeatedly documented how stolen tokens become the real prize in incidents such as the Salesloft OAuth token breach.
In practice, many security teams encounter token replay only after an attacker is already inside a trusted session, rather than through intentional detection of the first compromise.
How It Works in Practice
Defending against MFA token and cookie theft requires checks that evaluate the login transaction itself and continue validating the session after access is granted. The attacker may know the correct factors, but the environment around those factors often changes. Stronger defenses therefore focus on whether the browser, device, network path, and token behavior are consistent with a legitimate user and whether the session can be safely bound to that context.
Practical controls usually combine several layers:
- Adaptive access challenges when sign-in risk changes, such as impossible travel, new device fingerprints, or suspicious proxy patterns.
- Session integrity checks that look for cookie replay, token reuse, and abrupt changes in IP reputation, geolocation, or user-agent behavior.
- Proof-of-possession or token binding where supported, so a stolen artefact is less useful outside the originating context.
- Short-lived sessions and step-up authentication for sensitive actions, not just at initial login.
- Centralized revocation and rapid invalidation for refresh tokens, browser sessions, and connected app grants.
Teams should also harden the identity stack itself. That means reducing standing trust in long-lived sessions, tightening OAuth consent, and watching for reverse proxy kits that harvest cookies in real time. The NHIMG Guide to the Secret Sprawl Challenge is useful here because it frames how exposed secrets and tokens tend to propagate once attackers gain a foothold. For detection logic, current guidance from CISA and identity vendors is to correlate identity telemetry with endpoint and network telemetry rather than relying on a single sign-in event.
These controls tend to break down in legacy SSO deployments with long-lived browser sessions and weak token revocation, because the session remains valid even after the attacker’s proxy flow has ended.
Common Variations and Edge Cases
Tighter session controls often increase user friction and helpdesk volume, so organisations have to balance phishing resistance against operational cost. There is no universal standard for exactly how much friction is appropriate, especially for high-risk users, contractors, and customer-facing identities.
Some environments need different treatments. Privileged users may require continuous re-authentication and device-bound sessions, while general users may be better served by risk-based step-up only when the login context changes. Mobile apps and native clients can be harder to protect than browsers because cookie and token handling varies by platform. In federated environments, the identity provider may enforce strong checks while downstream apps still accept stale sessions, creating a gap between the first login and the actual point of access.
There is also a common blind spot around post-authentication abuse. A stolen cookie is not always used immediately. Attackers may wait, reuse the session from a different network, or move laterally once the session reaches a trusted app. The NHIMG Dropbox Sign breach and Cisco Active Directory credentials breach both underscore that credential and session artefacts can have downstream impact long after the original theft. Best practice is evolving toward continuous session assurance, but enforcement maturity still varies widely across identity platforms.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Stolen tokens and cookies are NHI secrets that need rapid rotation and revocation. |
| OWASP Agentic AI Top 10 | A-04 | Runtime session abuse maps to adversarial tool-use and trust boundaries in autonomous flows. |
| NIST AI RMF | The answer depends on ongoing risk evaluation, monitoring, and human oversight of identity events. |
Use AI RMF govern and manage functions to monitor identity risk continuously and trigger escalation on anomalies.
Related resources from NHI Mgmt Group
- How should security teams defend against phishing panels that only reveal themselves to real victims?
- How should security teams defend against phishing when attacks move beyond email?
- How should security teams defend against malvertising that leads to AiTM phishing?
- How should security teams defend against AiTM phishing against enterprise IdPs?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 12, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org