Real breaches follow a recognisable pattern. Security professionals call it the attack lifecycle. Understanding the stages shows you where it can be stopped.
Stage 1: Reconnaissance
The attacker gathers information, often automated. They scan for exposed systems, harvest employee names from LinkedIn, and look for leaked credentials. No alarm goes off, because nothing has technically been attacked yet.
Stage 2: Initial access (getting in)
This is the doorway, and it's usually one of the three entry points above. A phishing email lands, an employee enters their password on a fake page, or an automated scanner finds an exposed server. The attacker now has a foothold.
Stage 3: Escalation and lateral movement
Once inside, the attacker rarely lands where the valuable data is. So they move. They try to escalate privileges (turn a low-level account into an admin) and move sideways across the network toward the systems that matter. This is where least privilege pays off: if every account is tightly scoped, a single compromise stays contained.
Stage 4: Exfiltration or impact
Finally, the goal. The attacker steals the data, deploys ransomware to encrypt it, or both, modern ransomware usually steals data first, then encrypts, so it can extort you twice. By the time you notice, the damage is often already done.
The critical insight: there is a gap, often weeks or months, between initial access and impact. That gap is your opportunity, if you can see the attacker moving.