MODULE 1 ยท LESSON 2
Free โ no login requiredSign in to track progress, save quiz attempts and enrol in the full course.
Sign in to track progress / enrolThe Four Moves Behind Every Attack
Security coverage in the press is a stream of new names: a new malware family, a new campaign, a new group, a new vulnerability with a logo. It creates an impression of endless novelty, and endless novelty is demoralising, because nobody can keep up with it.
The impression is misleading. Underneath the names, the number of ways into an organisation is small. Almost every breach you will ever read about begins with one of four moves.
Move one: trick a person
Persuade somebody with legitimate access to do something on the attacker's behalf. Click this, open that, approve this payment, read out this code, reset this password.
This is social engineering, and it remains the most common opening move by a wide margin, for the simple reason that people are reachable. A firewall has no inbox. Your colleagues do.
The Arup case is a pure example. No technical compromise occurred at any point. A person was persuaded.
Move two: steal a login
Obtain valid credentials and use them. No exploit, no malware, no clever technique. The attacker signs in exactly as you would, because as far as the system is concerned, they are you.
Credentials arrive through several routes: reused passwords exposed in an unrelated breach, a convincing fake login page, malware that reads what you type, or simply buying them from a market where such things are traded.
This move is the reason Module 3 exists and is the longest technical module in this course. An attacker who logs in legitimately generates no alerts, trips no defences, and looks exactly like an employee working late.
Move three: exploit an unpatched flaw
Find a known defect in software the organisation runs, and use the published method of abusing it.
The word known carries the weight. The overwhelming majority of successful exploitation uses a flaw that was publicly disclosed, and for which a fix already existed, sometimes for years. Genuinely unknown vulnerabilities are real, expensive, and mostly reserved for high value targets. Ordinary organisations are far more often breached through something that a routine update would have closed.
Move four: abuse access that was legitimately granted
Use permissions that were given on purpose, for purposes they were not intended for. Sometimes this is an insider. More often it is an attacker who has completed one of the first three moves and now finds that the account they hold can reach far more than its owner ever needed.
This is where an incident becomes a catastrophe. The first three moves get an attacker inside. The fourth determines how much of the organisation that is worth.
Why this framing is worth carrying
It gives you a way to reason about anything new, including technologies that did not exist when this lesson was written.
When some unfamiliar threat appears, ask which move it actually is. Prompt injection, the subject of Module 5, sounds exotic and genuinely is a new technique. But look at what it does: it manipulates a system with legitimate access into acting for an attacker. That is move four with a new delivery mechanism, and the defence follows immediately from that classification. Restrict what the system can do, and the technique loses most of its value.
The same works in reverse when someone is selling you something. If a product does not reduce the likelihood or the impact of one of the four moves, it is decoration.
Real intrusions are rarely a single move. They are a sequence, and understanding the sequence explains why two organisations hit by the same attack can have wildly different outcomes.
A representative chain looks like this. A convincing message reaches an employee, who enters credentials on a fake page. That is move one, delivering move two. The attacker now holds a valid account and signs in without generating any alarm. From inside, they discover the account has broader access than the employee's role requires, and they reach a file share containing customer records. That is move four. Along the way they find an internal server running an unpatched version of something and use it to obtain broader control. That is move three.
One employee clicked one link. The organisation lost its customer database.
Now run the same chain against a differently configured organisation. The employee clicks the same link, but the account uses a passkey, so the harvested password is worthless and move two fails at the first step. The chain stops there.
Or suppose it does not. Suppose the attacker gets in. The account can reach only the three systems the employee's job requires, so move four yields a marketing folder rather than the customer database. Internal systems are patched, so move three has nothing to work with.
Same attack, same click, same human error. The difference in outcome is entirely a function of decisions made months earlier by people who were not present when the link was clicked.
This is the most important structural insight in security, and it is why so much of this course is about configuration rather than vigilance. You cannot prevent every first move. You can decide in advance how far the second, third and fourth get.
An attacker manipulates a company's AI support assistant into revealing internal configuration data. Which of the four moves best describes what happened?
Social engineering
Click to flipPersuading a person with legitimate access to act on the attacker's behalf. The most common opening move, because people are reachable in a way that infrastructure is not.
Click to flip backUnderneath the endless supply of new names, there are four ways in: trick a person, steal a login, exploit an unpatched flaw, or abuse access that was legitimately granted. New techniques, prompt injection included, are new deliveries of old moves, and classifying them tells you what the defence must be. Real breaches chain the moves together, which means you cannot stop every first step but you can decide in advance how far the chain travels.