Subscribe to the Non-Human & AI Identity Journal

Help Desk Scam

A help desk scam is a social engineering attack that targets support staff instead of the login screen. The attacker persuades an operator to reset credentials, MFA, or device enrollment, turning an operational exception into account takeover.

Expanded Definition

A help desk scam is a social engineering attack that targets support staff instead of the login screen. The attacker manipulates an operator into resetting credentials, MFA, or device enrollment, which turns a routine support action into account takeover.

In NHI and IAM operations, the term matters because the help desk often has delegated authority to override identity controls. That authority can include password resets, MFA rebinds, session recovery, or provisioning changes for service accounts and admin users. Unlike phishing that depends on a victim clicking a link, this attack abuses legitimate process steps and trusted workflows. Guidance varies across vendors on whether the event should be classified as social engineering, identity compromise, or abuse of recovery procedures, but the operational risk is the same. The NIST Cybersecurity Framework 2.0 is useful here because it stresses identity governance, access control, and recovery discipline as parts of resilience.

This concept is commonly misapplied when teams assume any verified caller is safe, especially when the process relies on knowledge-based checks or urgency-based exceptions.

Examples and Use Cases

Implementing help desk controls rigorously often introduces friction for legitimate recovery requests, requiring organisations to weigh faster user restoration against stricter identity proofing and callback verification.

  • A caller impersonates an executive and pressures support into resetting MFA, then uses the fresh enrollment to access email and cloud consoles.
  • An attacker convinces the service desk to reissue a device enrollment token, then joins a managed laptop to the fleet and pivots into internal resources.
  • A scammer claims a broken authenticator app and requests a one-time bypass, which is later used to access privileged admin portals.
  • A fake contractor asks for a password reset on a shared service account, creating a path into automation systems and CI/CD workflows.
  • Support staff accept a convincing “urgent outage” story and unlock an account without validating via an out-of-band channel, allowing immediate takeover.

For NHI-focused teams, these scenarios connect directly to secret handling and privileged account recovery issues described in the Ultimate Guide to NHIs. The same recovery weakness also appears in broader identity guidance from NIST Cybersecurity Framework 2.0, where recovery and authorization integrity are inseparable from secure operations.

Why It Matters in NHI Security

Help desk scams are dangerous because they bypass hardened authentication by exploiting the humans and workflows that can override it. In NHI environments, that matters even more because service accounts, API keys, and automation identities are often protected by support-mediated recovery paths. NHIMG research shows that 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, and only 5.7% of organisations have full visibility into their service accounts, which makes recovery abuse especially hard to detect.

Once a help desk is tricked into resetting an identity, attackers can often move from a single user account to broader infrastructure access, including secrets stores, orchestration tools, and privileged automation pipelines. That is why NHI governance must treat support exceptions as security events, not just service tickets. Controls such as callback verification, step-up approval, dual control for privileged resets, and strict limits on what support can rebind are essential. The Ultimate Guide to NHIs is especially relevant when organisations need to reduce recovery abuse across service accounts and other machine identities. Organisations typically encounter the full impact only after an unusual reset leads to lateral movement or secrets theft, at which point help desk scam response becomes operationally unavoidable to address.

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 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-07 Help desk abuse exploits weak recovery paths and privileged identity resets.
NIST CSF 2.0 PR.AA Identity proofing and access recovery must resist social engineering pressure.
NIST Zero Trust (SP 800-207) Zero trust requires continuous verification even for support-mediated access changes.

Restrict recovery authority, verify callers strongly, and log every privileged reset.