learn/phase-1/p1-w1/lesson 03
Week 1 · lesson 3

Anatomy of a Cyber Attack & Security Programs

Conceptual lesson, no terminal needed.

What you'll learn

  • Walk through the four stages of a typical cyber attack in order.
  • Map the two sides of security: the attacker's goals and the defender's program.
  • Recognise the building blocks of a security program (risk, governance, controls, ethics).

Anatomy of a Cyber Attack & Security Programs

Security has two sides of the same coin: cyber criminals who attack, and cyber professionals who defend. To defend well, you first have to understand how an attack actually unfolds.

How an attack looks, step by step

Almost every real attack moves through the same four stages:

  1. Conduct research (reconnaissance), gather information about the target: domain names, email addresses, phone numbers, employees, and the technologies they use. Mostly quiet and public.
  2. Identify targets, find the weak spots: an unpatched server, a reused password, a person who clicks links. This is where research turns into a plan.
  3. Exploit targets, carry out the attack: phishing, malware, social engineering, or a software exploit. This is the loud part.
  4. Do bad things (actions on objective), steal data, gain unauthorized access, disrupt a service, or quietly modify information.

Notice that stages 1 and 2 are often invisible to the victim. By the time the "exploit" lands, the attacker already knows a lot. A good defender tries to break the chain as early as possible, ideally before stage 3.

The two sides

Cyber criminalsCyber professionals
Find one way inHave to close every way in
Need to succeed onceNeed to succeed every time
Choose the timingReact to the timing

This asymmetry is why defenders rely on a program, not heroics.

Elements of a typical security program

A single firewall or antivirus is a control, not a program. A real security program is the system around the controls:

  • Risk management, decide what is worth protecting and how much to spend doing it.
  • Security governance & management, policies, ownership, and accountability: who decides, who answers.
  • Security controls, the actual defenses (technical, physical, and administrative).
  • Professional ethics, the rules a practitioner holds themselves to, including never testing systems without permission.

Takeaway

Attacks are a process: research → identify → exploit → act. Defense is a program: risk → governance → controls → ethics. Learning to see both sides at once is the core skill of this whole field.

Check your understanding

3 questions

Type an answer and press Check. Grading is keyword-based and forgiving, so short answers are fine.

  1. 1

    Put the four stages of a typical cyber attack in order.

  2. 2

    A phishing email that steals a password belongs to which attack stage?

  3. 3

    An attacker spends a week collecting a company's employee emails and the software it runs, before sending anything. Which attack stage is this?