| Scraping employee names and job titles from LinkedIn | Reconnaissance | Nothing has been sent or built yet. Gathering target information is always phase 1. |
| Embedding a macro payload into a Word document | Weaponization | The weapon is being assembled offline, on the attacker side. Nothing has touched the target. |
| Dropping malicious USB drives in the car park | Delivery | Delivery is the moment the payload is transmitted toward the target, whatever the medium. |
| Sending a spear-phishing email with a malicious link | Delivery | The email is the transport. It becomes Exploitation only once the victim acts on it. |
| A compromised website triggers a browser vulnerability | Exploitation | Code is now executing on the victim machine. That is the line between Delivery and Exploitation. |
| The victim opens the attachment and the macro runs | Exploitation | Same rule: the payload has executed. The email that carried it was Delivery. |
| Malware creates a scheduled task so it survives reboot | Installation | Persistence is the signature of Installation. Ask whether the access would survive a restart. |
| A backdoor is written into the registry Run key | Installation | Establishing a foothold that outlives the initial exploit. |
| An infected host beacons to an external server every 60 seconds | Command & Control | The attacker now has a remote channel. Beaconing and DNS tunnelling both live here. |
| Traffic is tunnelled out over DNS to an attacker domain | Command & Control | The channel itself is C2, even when the goal is eventually exfiltration. |
| Customer records are copied to an external file-sharing service | Actions on Objectives | Exfiltration is the mission being accomplished, the final phase. |
| Files across the network are encrypted and a ransom note appears | Actions on Objectives | Impact on the target is the objective, not a step toward it. |