What Is Cyber Threat Intelligence (CTI)? Types and Use Cases
Cyber threat intelligence (CTI) turns raw data into decisions. This guide covers the four types, the intelligence lifecycle, IOCs vs TTPs, the frameworks that structure analysis, and the use cases that make CTI valuable to SOC, IR, and vulnerability teams.
Modern security teams are not short on data. Logs, alerts, scans, and feeds pile up faster than anyone can read them. The organizations that defend successfully are rarely the ones collecting the most — they are the ones that turn what they collect into decisions. That conversion is the job of cyber threat intelligence (CTI).
What Is Cyber Threat Intelligence (CTI)?
Cyber threat intelligence (CTI) is evidence-based, analyzed knowledge about existing or emerging threats — their actors, motivations, and techniques — packaged so a defender can decide what to do next. It is the product of collecting raw information, then processing and analyzing it into context that drives action, not just another data feed.
That last distinction is the whole discipline. A list of malicious IP addresses is data. A briefing that explains which adversary uses those addresses, what they are after, and how to detect and block them is intelligence. CTI lives at the layer where data becomes operational knowledge — and per the widely cited Gartner definition, it must include context, mechanisms, indicators, implications, and actionable advice to earn the name.
Why CTI Matters in 2026
Without intelligence, a security team treats every threat as equally likely and equally severe. Attackers do not operate that way. A ransomware crew hitting hospitals this quarter is not running the playbook of a state group collecting against defense contractors, and generic defense serves neither well. CTI makes defense specific: it tells executives where to invest, tells SOC analysts which detections to prioritize, and tells incident responders which adversary they are likely facing and how it behaves once inside.
This is also where CTI connects to the broader discipline of tracking adversaries. Intelligence is only as good as your understanding of who is behind the keyboard — which is why CTI and adversary study are usually taught together. For the actor side of that pairing, see our companion guides on threat intelligence and threat actors and what a threat actor actually is; this page focuses on the intelligence discipline itself.
The Four Types of Cyber Threat Intelligence
CTI is conventionally divided into four overlapping types, organized by audience and time horizon.
- Strategic — high-level intelligence for executives and boards: long-term trends, geopolitical drivers, sector-wide threat patterns, and regulatory shifts. Usually narrative (briefings and reports), meant to inform investment and policy.
- Operational — specific campaigns and the groups behind them: who is targeting which industries this quarter, their objectives, and how their operations unfold. Consumed by security leadership and IR teams to anticipate attacks.
- Tactical — the tactics, techniques, and procedures (TTPs) adversaries use, consumed by defenders building detections and hardening systems. MITRE ATT&CK is the dominant taxonomy here.
- Technical — the most granular layer: indicators of compromise (IOCs) such as malicious IPs, domains, URLs, and file hashes, fed into automated tooling. It has the shortest shelf life of the four, because attackers rotate infrastructure constantly.
IOCs vs TTPs: The Pyramid of Pain
The gap between technical and tactical intelligence has a well-known model: David Bianco's Pyramid of Pain. It ranks indicators by how much pain denying them causes the attacker. At the bottom sit hash values, IP addresses, and domain names — trivial for an adversary to change, so blocking them buys you hours. At the top sit TTPs: the behaviors an actor would have to fundamentally re-tool to abandon. Intelligence built on IOCs is cheap and perishable; intelligence built on TTPs is harder to produce but far more durable, which is why mature programs push their effort up the pyramid.
The Cyber Threat Intelligence Lifecycle
Producing intelligence is a repeating cycle, not a one-time task. Most CTI programs follow some version of the six-stage lifecycle inherited from traditional intelligence doctrine: direction, collection, processing, analysis, dissemination, and feedback. The diagram below traces one turn of that loop.
● THE CTI LIFECYCLE Six stages that turn raw data into decisions — and loop back to sharpen the next round. |
1 · DIRECTION Define the questions intelligence must answer — the collection requirements. |
| ↓ |
2 · COLLECTION Gather raw material: internal telemetry, OSINT, feeds, ISACs, government advisories. |
| ↓ |
3 · PROCESSING Normalize, deduplicate, translate, and enrich so the material can be analyzed. |
| ↓ |
4 · ANALYSIS Where data becomes intelligence: judge credibility, draw conclusions, tailor findings. |
| ↓ |
5 · DISSEMINATION Deliver to the right consumer in the right form: SIEM rule, exec brief, or IR playbook. |
| ↓ |
6 · FEEDBACK ↻ Did it help? What was missing? The answer resets Direction — skip this step and the cycle never improves. |
Model: the classic intelligence cycle, adapted for CTI (CIA/Joint doctrine; SANS, Recorded Future). |
The stage teams skip most often is the last one. Feedback — asking whether the intelligence actually helped and what was missing — is what turns a static feed into a program that gets sharper each cycle. Skip it and you collect the same low-value data indefinitely.
Where Threat Intelligence Comes From
The raw material of CTI flows from several distinct source types, each with different trade-offs in coverage, freshness, and reliability.
- Open-source intelligence (OSINT) — public reporting, vendor research, conference talks, malware repositories, and social media. Broad coverage, variable quality.
- Commercial feeds and platforms — paid, curated threat data from vendors. Higher quality and faster than free sources, with wide variation across providers.
- Information Sharing and Analysis Centers (ISACs) — sector-specific communities that share threat information among members and with government. Especially strong for industry-specific threats.
- Government advisories — bulletins from agencies such as CISA, the FBI, the UK's NCSC, and their equivalents. CISA's Known Exploited Vulnerabilities catalog is a standout free source.
- Dark web and underground forums — direct observation of criminal marketplaces, leak sites, and the forums where attackers coordinate.
- Internal telemetry — logs, alerts, and incident data from inside the organization; often the highest-fidelity source available, because it describes the attacks you are actually facing.
The Frameworks That Structure CTI
Analysis is not freeform; the field leans on a few shared frameworks so findings are comparable across teams and vendors. Three matter most. MITRE ATT&CK is a curated knowledge base of real-world adversary tactics and techniques — the lingua franca for tactical intelligence and detection engineering. The Diamond Model of Intrusion Analysis maps every intrusion across four vertices — adversary, capability, infrastructure, and victim — to reason about how they relate. And the Cyber Kill Chain breaks an intrusion into sequential stages so defenders can decide where to intervene. Used together, they let an analyst describe an actor's behavior, structure the evidence, and map it to a point in the attack where a control can break the chain.
How Organizations Use CTI
Intelligence is only useful once it becomes action. The most common use cases:
- SOC detection engineering — convert tactical and technical intelligence into detection rules in the SIEM, EDR, or IDS. Every credible new TTP becomes a candidate detection.
- Threat hunting — form hypotheses about likely adversary behavior based on who targets your sector, then proactively hunt for those behaviors in internal data.
- Incident response — during an active incident, knowing whether you face an opportunistic criminal or a patient state actor shapes containment and remediation.
- Vulnerability prioritization — intelligence on which flaws are being actively exploited in the wild is one of the strongest signals for deciding what to patch first, a core input to any vulnerability management program.
- Executive risk decisions — strategic intelligence informs where to build controls, what insurance to carry, and which regions to operate in.
- Brand and exposure monitoring — watching leak sites and forums for mentions of the organization gives early warning of compromised credentials or planned attacks.
Common CTI Pitfalls
Most CTI programs that fail do so for the same handful of reasons. Recognizing them early is the cheapest way to avoid them.
- Collecting without direction. Subscribing to a dozen feeds because they exist, then drowning in volume. Without collection requirements, more data makes the problem worse.
- Mistaking data for intelligence. Forwarding raw IOC lists to operators as “intelligence” produces alert fatigue, not decisions.
- Failing to operationalize. Excellent reports nobody uses. Intelligence is valuable only when it changes behavior — detections written, patches prioritized, decisions made.
- Treating CTI as a tool, not a discipline. Buying a threat intelligence platform no more produces intelligence than buying a microscope produces biology. The platform is plumbing; the analysis is the work.
Frequently Asked Questions
What is the difference between threat data and threat intelligence?
Threat data is raw information — a list of suspicious IPs, a feed of malware hashes. Threat intelligence is what you get after that data is analyzed and contextualized so a decision-maker can act on it.
What are the four types of cyber threat intelligence?
Strategic (high-level, for executives), operational (specific campaigns and actors), tactical (TTPs), and technical (specific indicators of compromise).
What is the CTI lifecycle?
A repeating six-stage cycle — direction, collection, processing, analysis, dissemination, and feedback — that turns raw information into intelligence and feeds lessons back into the next round.
Do small organizations need a CTI program?
Yes, at a scale that fits their size. Most do not need an in-house team — joining a sector ISAC, subscribing to a few high-quality feeds, and following the threats most relevant to their industry is enough to be meaningfully better defended than going without.