We have MFA - do we still need credential monitoring? (Infostealers explained)
Updated August 2026 · independent comparison · primary sources linked
Yes, you still need credential monitoring even with MFA everywhere, because the fastest-growing attack doesn’t bother with your password or your second factor. Infostealer malware steals the active session cookies already sitting in a logged-in browser. An attacker imports that cookie and resumes your session as if they’d passed MFA, because, from the app’s view, someone already did. MFA raises the bar against password-only attacks; it does not stop session hijacking. Monitoring stealer-log data is how you find out a device was compromised.
How MFA gets bypassed without breaking it
MFA protects the login event. But once you log in, the app issues a session token/cookie so it doesn’t ask again on every click. Infostealers (RedLine, Lumma, Vidar and their successors) harvest those tokens, plus saved passwords and autofill data, straight off an infected device. With a valid session cookie an attacker:
- skips the username/password prompt entirely,
- skips the MFA challenge (the session is already authenticated), and
- lands inside the account until the session expires or is revoked.
This is why enterprise tools like SpyCloud emphasise “post-infection remediation”, invalidating sessions, not just resetting passwords.
Why this ties back to monitoring
Classic breach checkers see database dumps. Infostealer data shows up in stealer logs, and that’s exactly where you learn one of your team’s devices is infected, often before any account is misused. Have I Been Pwned has ingested some stealer-log data; dedicated platforms (Flare, SpyCloud) specialise in it. Either way, monitoring is your signal that MFA alone won’t save this account.
What to do about it
- Keep MFA on, ideally phishing-resistant (passkeys / FIDO2), which also resists many real-time phishing proxies.
- Monitor stealer-log exposure so an infection surfaces fast.
- On any hit: invalidate sessions (force sign-out everywhere) as well as resetting the password.
- Run real endpoint protection and patch, the malware is the root cause; the leaked cookie is the symptom.
- Shorten session lifetimes for sensitive apps so a stolen cookie expires sooner.
The CISA/NSA/FBI advisory AA22-137A puts weak credential and access controls at the top of routinely exploited weaknesses; session theft is the modern twist that makes “we have MFA” an incomplete answer.