Static MFA fails because it treats every login the same. Attackers can bypass one-time codes with real-time phishing proxies and push fatigue, while low-risk users are challenged unnecessarily. A risk-based model improves security by reserving friction for suspicious requests, such as unfamiliar devices, impossible travel, or behaviour that diverges from normal use.
Why This Matters for Security Teams
static mfa fails not because the factor is weak in isolation, but because the control assumes every login can be handled with the same challenge. Real attackers do not need to defeat the concept of MFA when they can replay sessions through adversary-in-the-middle kits, coerce users with push fatigue, or hijack already-authenticated browsers. Guidance from the NIST Cybersecurity Framework 2.0 and NHIMG research in the 52 NHI Breaches Analysis both point to the same operational reality: authentication has to respond to context, not just presence of a second factor.
That matters because account takeover rarely begins as a loud breach. It often starts with a legitimate login, a stolen session token, or a user who approves a prompt under pressure. Once inside, attackers can move into email, cloud consoles, source control, or identity tooling faster than a help desk can notice. The practical failure is not that MFA is absent. It is that static MFA treats high-risk and low-risk requests the same, which leaves teams blind to anomalous sessions while still frustrating normal users.
In practice, many security teams only discover the weakness after a trusted account is used to pivot into broader access rather than through intentional detection design.
How It Works in Practice
The more effective model is risk-based and step-up oriented. Instead of prompting on every login, policy evaluates the request at runtime using signals such as device posture, geolocation, velocity, IP reputation, session age, and whether the request matches the user’s normal behaviour. The objective is to challenge suspicious activity while allowing ordinary access to continue with minimal friction. This is consistent with current guidance in the NIST SP 800-53 Rev 5 Security and Privacy Controls, especially where authenticators and access enforcement must be tied to context.
For defenders, the implementation pattern usually includes:
- Replacing universal prompts with adaptive policies that score risk before issuing a challenge.
- Using phishing-resistant authenticators for privileged users and sensitive transactions, not just basic OTP flows.
- Binding sessions to device and browser signals so a stolen cookie is less useful outside its original context.
- Logging prompt outcomes, push approvals, and token reuse to detect fatigue attacks and session hijacking patterns.
- Requiring stronger verification for account recovery, password resets, and new-device enrolment.
NHIMG research on the Ultimate Guide to NHIs — Key Challenges and Risks shows why this matters beyond workforce users: once credentials or sessions are compromised, attackers often chain them into adjacent systems, making weak step-up logic an enterprise-wide exposure. External threat reporting such as the CISA cyber threat advisories also reinforces that identity attacks increasingly rely on real-time social engineering and token abuse rather than password guessing alone. These controls tend to break down in environments with shared workstations, unmanaged BYOD devices, or legacy VPN gateways because the signals needed for accurate risk scoring are incomplete.
Common Variations and Edge Cases
Tighter authentication often increases user friction, so organisations have to balance fraud reduction against workflow disruption. That tradeoff is especially visible for executives, contractors, support desks, and remote teams that legitimately move across devices and locations. Best practice is evolving, and there is no universal standard for when a prompt should appear, but most mature programs reserve step-up MFA for higher-risk actions such as new-device enrolment, password changes, wire approvals, cloud admin activity, and unusual geo-velocity.
Edge cases matter because some environments cannot rely on behavioural baselines alone. Shared kiosks, call centres, overseas travel, and automated access flows can all look suspicious even when they are legitimate. In those settings, the policy should prefer explicit trust signals over repeated challenges, then require stronger proof only when the transaction risk rises. The NIST Cybersecurity Framework 2.0 is useful here because it encourages outcome-driven control design rather than checkbox authentication.
For a broader pattern of how identity compromise spreads after the first foothold, the Microsoft Midnight Blizzard breach and GitLocker GitHub extortion campaign illustrate how attackers exploit trusted access paths once credentials or sessions are obtained. In practice, the right question is not whether MFA exists, but whether it can distinguish routine authentication from active account takeover in time to stop misuse.
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 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-63, NIST Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-7 | Adaptive access decisions directly address risk-based MFA and session trust. |
| NIST SP 800-63 | Digital identity guidance is relevant to phishing-resistant authentication choices. | |
| NIST Zero Trust (SP 800-207) | Zero Trust requires continuous verification instead of one-time login trust. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | Session and secret compromise patterns mirror NHI takeover pathways. |
| NIST AI RMF | AI risk management supports runtime policy decisions for dynamic access. |
Limit credential lifetime and monitor for reuse, replay, and abnormal access paths.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 24, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org