Skip to content
atlas

Vishing

Also known as: voice phishing, phone scam

Tricking people over the phone or a voice call into giving away information, codes or money.

Draft - this entry has not been reviewed yet.

Formal

A form of social engineering carried out by voice, where the attacker poses as a bank, IT support or a manager and uses tone, urgency and a faked caller number to push the target into acting at once; newer versions use a computer-made copy of a known person's voice.

In plain English

Like a smooth-talking salesman on the phone who never lets you pause long enough to think.

In practice

A clerk at a pension fund gets a call from “the IT help desk” about a problem with her account, and is talked into reading out the MFA code that has just arrived on her phone.

Why it matters

A live voice builds trust and pressure faster than any email, and a code read out loud can get an attacker past MFA.

Technical deep dive

Vishing exploits the fact that caller ID was designed as a convenience, not as authentication. On SIP-based VoIP the calling number is simply a field the originating system fills in, and it crosses operator boundaries largely unverified, so a caller can present the number of a bank, a police station or the target's own IT department. The US response is STIR/SHAKEN, built on RFC 8224 (authenticated identity in SIP), RFC 8225 (PASSporT tokens) and RFC 8226 (certificates for telephone numbers): the originating carrier signs the call with an attestation level of A (full), B (partial) or C (gateway), and the terminating carrier verifies it. The FCC required large US carriers to implement it on IP networks by 30 June 2021. It does not protect calls that transit legacy TDM links or originate abroad, and it proves only which carrier vouched for the number, not who is speaking.

Three attack patterns dominate against organisations. First, MFA bypass: the caller poses as IT support or the bank's fraud team and gets the victim to read out a one-time code or approve a push prompt while the attacker logs in, sometimes after flooding the victim with prompts (MFA fatigue); number matching in authenticator apps, enforced by Microsoft Authenticator since 2023, weakens but does not eliminate this. Second, help-desk attacks run the other way: the attacker calls the organisation's own service desk posing as an employee and asks for a password reset or new MFA registration, the reported entry vector in the 2023 MGM Resorts compromise attributed to Scattered Spider. Third, callback phishing (telephone-oriented attack delivery), popularised by the BazarCall campaigns in 2021, sends an email about a fake subscription charge with no link at all, only a phone number; the call centre then talks the victim into installing remote-access software.

Voice cloning adds identity spoofing to number spoofing. Short samples of public audio are enough for current models to produce a convincing imitation; cases range from the widely reported 2019 fraud against a UK energy company using a cloned executive voice to the 2024 case in which an Arup employee in Hong Kong transferred about HK$200 million after a video conference in which all other participants were deepfakes.

Because the channel itself cannot be trusted, defences are procedural: never act on an inbound call's identity claim, hang up and call back on a number from the directory or the back of the card, never read out codes, and give help desks verification methods that a researched caller cannot pass, such as manager confirmation through a separate channel or in-person or video identity checks against an ID document. Phishing-resistant MFA removes the codes worth stealing. Vishing differs from smishing by its live, adaptive pressure, and it is one of the most common delivery channels for pretexting.

Relationships

Don't confuse with
Smishing
Mitigated by
Security awareness

Sources & further reading

Standards & official texts

Where this data comes from

This entry was drafted by an AI from the sources above and has not yet been checked by a person. Treat it as a starting point, and check anything important against the sources.

See the review queueSuggest a correction on GitHubThis term as JSON

Check yourself

Loading…

Atlas is in beta.