When the House of Commons Got Hit: DFIR Lessons From a National Breach
August 19, 2025Agentic AI Is Entering Your Environment. Secure It Before It Acts.
September 11, 2025Multi-factor authentication is now table stakes, and that is exactly the problem. Attackers have adapted. The 2025 wave of identity-driven intrusions, from help-desk social engineering to adversary-in-the-middle phishing kits that steal session tokens, shows that not all MFA is created equal. For organizations building toward a Zero Trust posture, the next step is phishing-resistant authentication.
Why Common MFA Is Failing
SMS codes can be intercepted or SIM-swapped. Push notifications invite fatigue attacks, where an attacker spams approvals until a tired user taps yes. Even one-time codes from an authenticator app can be relayed through a fake login page in real time. These methods raise the bar, but a determined attacker with a modern phishing toolkit can clear it.
What Phishing-Resistant Means
Phishing-resistant authentication cryptographically binds the login to the legitimate site, so a credential presented to a fake domain simply does not work. The two practical options are FIDO2 security keys and passkeys, both relying on public-key cryptography where the private key never leaves the device.
- Start with privileged accounts. Administrators and finance staff are the highest-value targets.
- Adopt passkeys for the workforce where your identity provider and applications support them.
- Kill weak fallbacks. If SMS remains as a backup, attackers will simply force the login down that path.
The Zero Trust Connection
Strong identity is the foundation of Zero Trust, because when the network is no longer a trust boundary, the question becomes whether you can prove who is connecting and from what device. Phishing-resistant authentication turns identity from a soft target into a hard one, and it pairs naturally with device health checks and least-privilege access.
Takeaway
Not all MFA stops modern phishing. Prioritize FIDO2 keys and passkeys for administrators and high-risk roles, remove weak fallback methods that attackers can force, and shorten session lifetimes. Phishing-resistant identity is the single highest-leverage move most Canadian organizations can make on the road to Zero Trust.
