Join our Newsletter — 33% off our NHI Course

How should security teams reduce phishing, vishing, and smishing risk without relying only on passwords or one-time codes?

Security teams should treat social engineering as an identity assurance problem, not just a messaging problem. Stronger controls combine phishing-resistant authentication, liveness checks, verified enrollment, and tighter recovery processes so attackers cannot easily reuse stolen data or coerce users into approving access. The goal is to verify the person or device at the point of access, then limit what a compromised credential can do.

Why This Matters for Security Teams

Phishing, vishing, and smishing succeed when identity proof is too easy to replay. Passwords and one-time codes can be captured, forwarded, coerced, or approved under pressure, so they are a weak signal once an attacker has a user on the phone or in a fake login flow. Current guidance from the NIST Cybersecurity Framework 2.0 and NHI research from Ultimate Guide to NHIs — Why NHI Security Matters Now points to stronger assurance at enrollment, authentication, and recovery rather than reliance on a single challenge. The practical issue is not just account takeover, but how attackers pivot from one convincing interaction into approved access, token theft, or help desk abuse.

Security teams also need to treat social engineering as a workflow problem. If recovery paths, MFA resets, and device changes are easier than the primary login, the attacker simply targets the weakest path. The most effective programs reduce the number of ways a human can be tricked into authorizing access and increase the number of signals required before trust is granted. In practice, many security teams encounter compromise only after an attacker has already bypassed recovery, not through the primary authentication control they expected to fail.

How It Works in Practice

The most durable approach is to replace replayable secrets with phishing-resistant authentication and tighter identity proofing. That usually means passkeys or hardware-backed authenticators, plus device binding and verified enrollment so a stolen code cannot be reused from another device. For high-risk workflows, add liveness checks or step-up verification only when the request context changes, such as a new device, unusual location, or sensitive action. This aligns with the Top 10 NHI Issues emphasis on controlling credential exposure and limiting the blast radius of compromise.

In practice, teams should also tighten recovery paths. Help desk resets, SMS fallback, and email-based approval loops are prime targets for vishing and smishing. Stronger programs require:

  • Verified enrollment using trusted identity evidence, not just possession of a phone number
  • Phishing-resistant MFA for privileged and remote access first, then broader rollout
  • Short-lived sessions with reauthentication for sensitive actions
  • Separate, hardened recovery workflows with out-of-band verification
  • Logging and alerting on MFA resets, device swaps, and impossible travel patterns

Where attack paths involve cloud identity providers, token theft, or social engineering of support staff, practitioners should also review lessons from MGM Resorts Breach 2023 and similar incidents. Those cases show that one-time codes can be defeated indirectly by targeting the process around them. These controls tend to break down in organisations that still let help desk staff override identity proofing with weak personal data or ad hoc manager approval.

Common Variations and Edge Cases

Tighter authentication often increases friction, so organisations must balance user convenience against the cost of account recovery abuse and help desk fraud. Best practice is evolving, but there is no universal standard for every population or workflow yet. High-risk users such as executives, administrators, and finance teams usually need stronger controls than low-risk users, while contractors and service desks may need separate policies depending on device ownership and support models.

Some environments cannot move immediately to passkeys everywhere. Legacy systems, shared workstations, call-centre desktops, and air-gapped operations may require staged adoption, with hardware security keys, conditional access, and network segmentation used as interim safeguards. The important point is to stop treating SMS or push approval as sufficient proof of identity for sensitive access. Where phishing-resistant MFA is not yet possible, current guidance suggests pairing stronger recovery verification, tighter session limits, and faster anomaly detection to reduce blast radius. For program-level prioritisation, the NIST Cybersecurity Framework 2.0 remains a useful baseline for mapping these controls to identity governance and response.

In mature environments, the hardest cases are not end users but privileged support paths, delegated access, and exception handling, because attackers know those controls are often less automated and less scrutinised than primary login.

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, NIST SP 800-63, NIST AI RMF 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-03 Phishing-resistant auth reduces replayable secret exposure.
NIST CSF 2.0 PR.AA-1 Identity assurance and authentication are central to this risk.
NIST SP 800-63 AAL2 AAL guidance addresses phishing-resistant authenticator strength.
NIST AI RMF GOV-2 Governance is needed for identity assurance decisions and exception handling.
NIST Zero Trust (SP 800-207) 3.4 Zero Trust limits trust based on a single successful login.

Replace replayable MFA with short-lived, phishing-resistant authenticators and verify enrollment before granting access.