What is TTPs?
Tactics, Techniques, and Procedures (TTPs) describe the behavioral patterns, methods, and operational processes threat actors use to conduct attacks. The three-tier hierarchy runs from the most abstract level (why) to the most specific (how, exactly, this time), and it gives defenders a far more durable way to characterize an adversary than any single indicator.
Definition
- TTPs
- Tactics, Techniques, and Procedures (TTPs) describe the behavioral patterns, methods, and operational processes threat actors use to conduct attacks. The three-tier hierarchy runs from the most abstract level (why) to the most specific (how, exactly, this time), and it gives defenders a far more durable way to characterize an adversary than any single indicator.
How TTPs Works
The TTP framework originates from military intelligence doctrine and was adapted for cybersecurity through MITRE and the broader threat intel community. Tactics represent the adversary's high-level goal at a given point in the attack (Initial Access, Privilege Escalation, Lateral Movement, Exfiltration). Techniques describe the general method used to achieve that goal (spearphishing attachment, pass-the-hash, DNS tunneling for exfiltration). Procedures are the specific implementation details observed in one campaign or by one actor (the exact phishing lure text, the specific LOLBin invoked, the particular C2 framework's default beacon interval).
This hierarchy maps directly onto the MITRE ATT&CK framework, which organizes thousands of documented adversary behaviors into a matrix of tactics (columns) and techniques (rows), each technique further broken into sub-techniques with real-world procedure examples pulled from public incident reporting. A single technique, T1055 Process Injection, covers dozens of different procedures across different malware families, all sharing the same underlying behavioral signature: code running inside another process's memory space rather than its own.
TTPs matter for threat intelligence because they are far more durable than IOCs. An actor can rotate C2 IP addresses in minutes and recompile malware to generate a new hash in seconds, but retooling an entire operational workflow, the initial access method, the persistence mechanism, the lateral movement tooling, takes real engineering effort and often campaign-level planning. This is why threat groups get tracked by TTP overlap even when every individual IOC across two campaigns is different: the same actor tends to reuse the same procedures because they work and because building new tradecraft is expensive.
Security teams use TTP knowledge in two directions. Defensively, they map detection coverage against the ATT&CK matrix to find gaps: if your SIEM has zero rules covering any Credential Access technique, that's a visibility hole regardless of how many IOC feeds you subscribe to. From a threat intel perspective, they profile specific actors by the TTPs observed across incidents attributed to them, then prioritize defenses against the techniques used by groups known to target their industry or region.
TTPs in SOC Operations
Understanding TTPs lets you think one step ahead of the alert in front of you instead of reacting to it in isolation. When you see suspicious encoded PowerShell execution, that's a technique, and your next question should be which tactic it's serving: is this Execution (running a payload), Defense Evasion (obfuscating a command from AV), or both at once? From there you can reason about what technique probably comes next in a typical chain, persistence via a scheduled task or registry run key, or lateral movement via WMI, and go looking for it proactively rather than waiting for the next alert to fire on its own. This TTP-based thinking is also what turns alert response into accurate incident scoping. If you recognize a technique as belonging to a known ransomware precursor's TTP set (certain LOLBins, certain discovery commands, certain staging paths), you escalate immediately instead of treating it as an isolated low-severity finding, because you know the tactic that typically follows. During write-ups and handoffs, describing what happened in TTP terms rather than just listing IOCs also makes your findings reusable: an IOC list goes stale in days, but a note that the actor used T1053.005 (scheduled task) for persistence and T1021.002 (SMB) for lateral movement remains true and searchable long after the original indicators are gone, and it's exactly what a threat hunter or the next analyst on shift needs to pick up where you left off.
Practice TTPs in a Real SOC
SOCSimulator provides hands-on training with realistic SIEM, XDR, and Firewall interfaces. Build real analyst skills investigating ttps scenarios with zero consequences, free.
Related Terms
MITRE ATT&CK® is a globally accessible knowledge base of adversary tactics and techniques observed i...
An Indicator of Compromise (IOC) is an observable artifact, such as a file hash, IP address, domain ...
An Indicator of Attack (IOA) is a behavioral signal that identifies adversary intent and technique a...
Threat intelligence is analyzed, contextualized information about current and emerging cyber threats...
Threat hunting is the proactive, human-led process of searching through security telemetry to find h...
More Concepts Terms
Related SOC Training Resources
SOC Analyst (Tier 1) Career Guide: Salary & Skills
Tier 1 SOC Analysts are the front line. You monitor alert queues, triage incoming detections, classify them as true or f…
Read more Career PathDetection Engineer Career Guide: Salary & Skills
Detection Engineers build the rules, analytics, and automated workflows that determine what the SOC can see. You transla…
Read more Career PathSecurity Engineer Career Guide: Salary & Skills
Security Engineers build and maintain the infrastructure that SOC analysts depend on. You deploy SIEMs, configure firewa…
Read more ComparisonSOCSimulator vs LetsDefend: Comparison
SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…
Read more ComparisonSOCSimulator vs CyberDefenders: Comparison
SOCSimulator trains the operational workflow: alert triage, correlation, and response under pressure. CyberDefenders tra…
Read more ToolSIEM Training Console: SOCSimulator
The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…
Read more ToolXDR Training Console: SOCSimulator
The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…
Read more TechniqueMITRE ATT&CK® Techniques: Detection Training Library
Browse all MITRE ATT&CK® techniques with detection strategies and example alerts.
Read more Career PathCybersecurity Career Paths: 2026 Guide
Explore SOC analyst career paths with salary data, required skills, and certification roadmaps.
Read more PlaybookSOC Investigation Playbooks: Step-by-Step Guides
Practitioner investigation playbooks with decision trees and real SIEM queries.
Read more FeatureShift Mode: Real-Time SOC Simulation
Practice alert triage under realistic time pressure with SLA timers and noise injection.
Read more FeatureOperations: Guided Training Operations
Structured CTF-style investigation operations covering real-world attack scenarios.
Read more