Learn / Attack archive / Lesson 25

Help desks and admin consoles

How a phone call to IT became the most expensive attack in British history, how one admin login wiped a medical company's devices worldwide, and why powerful actions need two people.

Last updated: 2026-09-23

What it is

Every company has people whose job is to give access back: the IT help desk that resets a password or a phone's second factor. Every company also has admin consoles that can do anything to every account or device at once.

Attackers have learned that both are easier targets than the software:

Why it is a rule

Why it keeps working

How to do it

1. Verify the person, not the facts

2. Make resets visible

Tell the account owner, on every channel on file, the moment their login or second factor is reset. A real employee will say "that was not me" within minutes.

3. Two people for destructive actions

Mass wipe, mass delete, changing admin roles, turning off logging, deleting backups: each should need a second administrator to approve. Microsoft Intune, most cloud providers and most backup tools now offer this as a setting.

text
Admin A:  requests  "wipe all devices in group: All-Staff"
System:   holds the request, notifies approvers
Admin B:  reviews and approves or rejects

4. Split and shrink admin power

Nobody should use an admin account for daily work. Give each admin only the roles they need, make admin roles time-limited (granted for an hour when needed), and keep one sealed break-glass account for emergencies.

5. Keep one copy out of reach

Backups that the same admin account can delete are not backups in this attack. Keep at least one copy that is immutable or held by a different account.

How we do it here

Only a business's own admin account may manage who can sign in to it, and that admin can see the full list of people with access. The permission to manage access is checked on the server for every change, not just hidden in the page. Backups are covered in Backups and secrets.

Benefits

Disadvantages

Checklist

Sources

Read this lesson as Markdown