Join our Newsletter — 33% off our NHI Course

Reverse Social Engineering

An attack pattern where the adversary contacts the user while pretending to be support or IT, then uses urgency and authority to get the user to approve an action. This bypasses inbound verification because the employee is the target, so the organisation needs a way for the user to verify the caller.

Expanded Definition

Reverse social engineering is a deception technique in which the attacker initiates contact under a false support or authority role, then steers the target into approving access, revealing a code, or changing a setting. In NHI and IAM environments, the harm often lands on the identity workflow rather than the mailbox or endpoint itself, because the victim becomes the authoriser of their own compromise.

Definitions vary across vendors, but the core pattern is consistent: the adversary creates the problem, presents themselves as the fixer, and uses urgency to bypass normal scepticism. This is closely related to pretexting, yet it is distinct because the target is expected to trust a supposed helper and complete the action. Good practice is to pair the human response path with a separate verification path, informed by the assurance concepts in NIST SP 800-63 Digital Identity Guidelines and control expectations in NIST SP 800-53 Rev 5 Security and Privacy Controls.

The most common misapplication is treating it as ordinary phishing, which occurs when teams focus only on email filtering and ignore phone, chat, and help-desk impersonation paths.

Examples and Use Cases

Implementing anti-impersonation controls rigorously often introduces friction, requiring organisations to weigh faster support resolution against stronger verification before any privileged action is approved.

  • A caller claims to be from IT and asks an employee to approve a multifactor prompt so a “ticket” can be closed.
  • A chat message from a fake help-desk account instructs the target to reset credentials through a link that leads to attacker-controlled infrastructure.
  • A voice call referencing a maintenance outage convinces the user to disclose a one-time code or password reset token.
  • An attacker mirrors language seen in real incident workflows, turning an urgent service request into a social proof exercise that overrides caution, as seen in MGM Resorts Breach 2023 — Scattered Spider and Uber Breach.
  • A security team tests employee response behaviour through controlled simulations aligned to the threat patterns described in the ENISA Threat Landscape.

For NHI operations, this matters when a help-desk workflow can be socially engineered into password resets, MFA enrolment changes, or token re-issuance that grants access to service accounts and automation accounts.

Why It Matters in NHI Security

Reverse social engineering becomes especially dangerous when human approval gates protect NHI assets, because one convincing interaction can lead to credential issuance, recovery-channel takeover, or approval of a privileged connection that should never have been granted. NHIMG research shows that 79% of organisations have experienced secrets leaks, and 77% of those incidents resulted in tangible damage, which underscores how quickly a single trust failure can propagate across APIs, CI/CD, and cloud control planes.

This attack pattern also shows why identity controls must extend beyond technical enforcement into user-verifiable escalation paths. If a caller can impersonate support, then MFA fatigue, reset workflows, and delegated approvals all become exploitable surfaces. The risk is not just account compromise, but the accidental legitimisation of an attacker through an authorised human action. Teams should study the broader breach mechanics seen in Co-op Group DragonForce Breach — Scattered Spider and Storm-2949 Azure Breach, where human trust was used to convert a single interaction into broader access.

Organisations typically encounter the full cost only after a fake support call has already triggered account changes or token approval, at which point reverse social engineering 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 Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-63 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A1 Social engineering is a common path to abusing agent and user trust boundaries.
NIST CSF 2.0 PR.AC-1 Access control depends on verifying identity before granting or changing access.
NIST SP 800-63 Digital identity assurance guidance informs caller and recovery verification design.
NIST Zero Trust (SP 800-207) Zero Trust requires continuous verification, not trust based on claimed role.
OWASP Non-Human Identity Top 10 NHI-07 Human-triggered approval can expose NHI secrets, tokens, and service access.

Require explicit verification steps before any agent-assisted or human-approved privileged action.