Cyberattacks are often described as a chain, but real intrusions are not reliably linear. Adversaries may skip, repeat, or perform objectives in parallel. MITRE ATT&CK is better understood as a knowledge base of observed tactics and techniques—not a guaranteed timeline.

Still, grouping common objectives helps defenders identify where prevention, detection, and containment can interrupt an operation.

1. Reconnaissance and Resource Development

The adversary gathers information about people, domains, exposed services, suppliers, technologies, and credentials, and may prepare infrastructure or accounts for the operation.

Reconnaissance is difficult to eliminate because much of it uses public information. The goal is to reduce useful exposure and find preparation early.

2. Initial Access and Execution

Common entry paths include phishing, valid accounts, exposed remote services, public-facing application vulnerabilities, trusted relationships, and supply-chain compromise. After entry, the adversary attempts to execute code or abuse legitimate functionality.

3. Persistence, Privilege, and Defense Impairment

An intruder may create or alter accounts, SSH keys, scheduled tasks, services, startup mechanisms, IAM policies, images, or application components. They may seek more privileges, hide activity, or impair security controls and logging.

4. Credential Access, Discovery, and Lateral Movement

The adversary looks for credentials and maps hosts, services, trust relationships, cloud resources, databases, and backups. Stolen identities or remote-management tools can then provide access to additional systems.

This is often a strong containment point: isolating a small number of affected identities and hosts may prevent an initial foothold from becoming an environment-wide incident.

5. Collection, Command and Control, and Exfiltration

Attackers may collect files, database records, email, credentials, screenshots, or cloud data, then stage and transfer it through an existing control channel or another service.

Encryption can limit content inspection, so behavioral and metadata-based detection remain important.

6. Impact

The final objective may be disruption, encryption, destruction, manipulation, fraud, or loss of availability. Exfiltration and impact can occur together, as in double-extortion ransomware.

7. Build Detection Around Behaviors

Do not rely on a single product or indicator. Map the techniques relevant to your environment, verify that required telemetry exists, create detections for high-risk behaviors, and test them with authorized exercises. Prioritize:

The objective is not to stop an abstract attack at one perfect point. It is to create multiple opportunities to prevent, observe, contain, and recover.

References

Primary references: the live MITRE ATT&CK Enterprise tactics, the NIST Cybersecurity Framework 2.0, and NIST SP 800-61 Rev. 3.