Multi-factor authentication has raised the bar for direct account compromise, but attackers are adapting by targeting the processes designed to help users regain access when they are locked out. According to Specops, account recovery workflows—especially those handled through service desks—are becoming a preferred vector for social engineering because they often rely on weaker verification than the primary login flow.
The issue is not the MFA itself, but the fallback mechanisms that bypass it. When a user calls the help desk claiming to have lost their phone or forgotten their password, the verification steps are frequently limited to personal questions, employee IDs, or other data that can be harvested from breaches or open-source intelligence. Once an attacker passes that checkpoint, they can reset the password and enroll their own authentication device, effectively taking over the account while the real user is locked out.
Specops recommends treating the recovery process with the same rigor as the initial authentication. This includes verifying identity through multiple independent factors, checking the user’s location or device posture if possible, and requiring manager approval for high-privilege accounts. The service desk should also have clear procedures for detecting and rejecting requests that match known social engineering patterns, such as urgency, unfamiliar callback numbers, or inconsistencies in the user’s history.
Key recommendations for hardening account recovery include:
Requiring a secondary verification method that is independent of the one being reset (e.g., a hardware token or biometric check).
Implementing time-based or context-based flags for recovery requests that occur outside normal working hours or from unexpected IP ranges.
Establishing a mandatory waiting period or callback verification for password resets on admin or privileged accounts.
Training service desk staff to recognize pressure tactics and to verify identity without relying solely on data that may be publicly available.
The shift is notable because it exposes a gap in many security strategies: while MFA adoption reduces direct attacks, it can create a false sense of security if the recovery path remains weak. Attackers will continue to target the path of least resistance, and right now, that path often runs straight through the help desk.
Source: Unknown
How is your organization handling identity verification for service desk password resets—are you using more than just personal knowledge questions?