Social engineering
Updated August 31, 20262 min read
Social engineering is the manipulation of people rather than technology: the attacker earns trust with a believable story, borrowed authority and time pressure. The service desk is a favourite target, because that is where passwords and MFA methods are reset. The defence is process, verification steps and a reporting culture, not alertness alone.
Social engineering is the manipulation of people to obtain access, data or a payment: the attacker goes after the person operating the system rather than the system itself. Technology plays a supporting role at most, the pivot is trust.
What it means
The foundation is the pretext, the invented story in which the attacker plays a role that calls for cooperation. A new hire who has lost their phone, a supplier chasing an urgent invoice, someone calling on behalf of a board member. Two levers are then applied: authority, which makes pushing back feel awkward, and urgency, which makes it seem there is no time to check anything. Both serve the same purpose, skipping the normal control.
Two routes deserve particular attention. The first is the service desk. An attacker who imitates an employee convincingly enough can have a password reset or a method for multi-factor authentication (MFA) enrolled on a new device, and then holds fully legitimate access rather than a stolen password. The second is MFA fatigue: an attacker who already has the password sends push prompts until the victim dismisses one, sometimes accompanied by a call from the supposed help desk to explain the prompts away.
Why it matters
There is no patch for a convincing phone call, and awareness alone does not hold up against someone who has rehearsed their story. What does work is process. Write down which actions are sensitive, such as a password reset, a new MFA enrolment or a changed bank account, and allow them only after verification through a second, known channel. Make the verification itself robust: confirmation by the person’s manager or a registered passkey is stronger than a date of birth or an employee number, because details like those are often already in a breach dump. Give staff the explicit right to take that step every time, including with an executive on the line. Add a reporting culture on top: someone who says they nearly fell for it deserves thanks rather than blame, because a fast report is often the difference between an incident and a breach.
Example
The group known as Scattered Spider shows how far this reaches. At several large organisations the attackers called the service desk, posed as an employee and asked for a password reset and for a new MFA method to be enrolled. In those cases the access came through the front door, with legitimate accounts, and no software vulnerability was needed. The FBI and CISA describe this pattern in a joint advisory.
Sources
Frequently asked questions
What is the difference between social engineering and phishing?
Phishing is one form of social engineering, usually delivered by email or chat. Social engineering is the wider category and also covers phone calls, walking into a building and conversations with the service desk.
What is pretexting?
Inventing a believable role and reason, a new colleague or an auditor for example, so that the attacker's request feels routine and nobody asks a follow-up question.
What is MFA fatigue?
The attacker already has the password and sends push prompts repeatedly until the victim approves one out of irritation or by mistake. Number matching and passkeys largely remove this attack.
How do you protect the service desk against social engineering?
Write down a fixed verification procedure for password resets and MFA re-enrolment, confirm identity through a second known channel or the person's manager, and make clear that nobody may skip those steps under time pressure.
Related articles
- GlossaryPentestA penetration test (pentest) is a controlled attack on your systems by ethical hackers. Learn how a pentest works and what vulnerabilities it uncovers.
- GlossaryPhishingPhishing is an attack in which criminals impersonate a trusted party to obtain credentials, payments or access. Here is how it works and how to stop it.
- GlossaryRed teamingRed teaming is a goal-driven attack simulation that tests whether your defenders notice. Learn how it differs from a pentest and what TIBER-EU involves.