What Is Cyber Threat Intelligence?
MAINTAINED BY
Axel Moreau
TECHNICAL REVIEW
Samuel Hassine
LAST UPDATED
Aug 25, 2026
NEXT SCHEDULED REVIEW
Feb 25, 2027
TL;DR
- Cyber threat intelligence is analyzed knowledge about threats, produced to answer someone's actual question - not a raw feed of indicators.
- Intelligence is produced through a lifecycle: direction, collection, processing, analysis, dissemination and feedback. Skipping direction is the most common failure.
- CTI comes in four levels - strategic, operational, tactical and technical - each answering a different question for a different audience.
- You can start with one analyst, clear requirements, a handful of free sources and an open source platform like OpenCTI. Volume is not the goal; relevance is.
Every security team runs on decisions: which alert to escalate, which vulnerability to patch first, which controls to invest in next. Cyber threat intelligence (CTI) exists to make those decisions less blind. It is the practice of collecting what can be known about attackers - who they are, what they want, how they operate - and turning it into something a specific person can act on.
This guide is written for people starting from zero. It defines CTI in plain language, walks through how intelligence actually gets produced, untangles the acronyms (STIX, TAXII, MITRE ATT&CK), and ends with honest advice on starting small.
Threat data, threat information, threat intelligence
The three terms get used interchangeably, but the difference between them is the whole point of the discipline:
- Threat data is raw and unprocessed: IP addresses, file hashes, domain names. On its own, a hash tells you nothing about whether it matters to you.
- Threat information is data with context attached: this hash belongs to this malware family, seen in this campaign, delivered through this loader.
- Threat intelligence is information that has been analyzed against a question someone actually asked: does this campaign target organizations like ours, and what should we change this week because of it?
That last step - analysis against a real question - is what most so-called intelligence feeds skip. A feed of indicators is data delivery. Intelligence exists only when a human decision gets easier because of it.
The intelligence lifecycle, step by step
Mature CTI teams follow a lifecycle, usually described in five or six phases. The labels vary between frameworks; the logic does not.
- Direction. Decide what questions you are answering and for whom. These are your intelligence requirements - for example: which ransomware groups target European healthcare, and which of their techniques would work on us?
- Collection. Gather raw material against those requirements: open source reporting, commercial feeds, sharing communities such as ISACs, vendor research and your own internal telemetry and incident data.
- Processing. Normalize what you collected so it can be worked with: deduplicate, translate, and structure it in a consistent format. This is where STIX earns its keep.
- Analysis. Turn processed information into judgments: what does this mean for us, how confident are we, and what should change because of it. This is the human core of the discipline.
- Dissemination and feedback. Deliver the result in the form each audience needs - a briefing, a report, a detection rule, a blocked indicator - then ask whether it helped. Feedback loops back into direction, and the cycle repeats.
New programs most often fail at the first step: they start collecting before anyone has agreed on the questions. Collection without direction produces volume, not insight.
The four levels of threat intelligence
CTI is usually split into four levels. The split matters because each level answers a different question, for a different audience, on a different time horizon.
Level | Question it answers | Main audience | Horizon |
|---|---|---|---|
Strategic | Who threatens us, why, and what risk trends matter? | Executives, board, risk owners | Months to years |
Operational | Which campaigns and actors are active against us now? | SOC leads, IR teams, hunt leads | Weeks to months |
Tactical | Which TTPs do those actors use, and can we detect them? | Detection engineers, threat hunters | Days to weeks |
Technical | Which indicators - IPs, hashes, domains - should we match? | SOC analysts, security tooling | Hours to days |
A common trap is buying technical intelligence - indicator feeds - and expecting strategic answers from it. Indicators age out in days; the why behind an attack does not.
STIX, TAXII and MITRE ATT&CK, in plain words
STIX (Structured Threat Information eXpression) is a common format for describing threats - a shared vocabulary in which threat actor, campaign, indicator and the relationships between them mean the same thing in every tool. If intelligence is knowledge, STIX is the grammar it is written in.
TAXII is the transport that moves STIX around: a protocol platforms use to publish and subscribe to collections of intelligence. STIX is the letter; TAXII is the postal service.
MITRE ATT&CK is a public, community-maintained catalog of adversary behaviors: tactics (what attackers are trying to achieve) and techniques (how they do it), drawn from real-world observation. It gives defenders a shared map. Instead of saying they did something clever with scheduled tasks, you can say T1053 - and anyone can check whether their detections cover it.
Who consumes threat intelligence
Intelligence has no value until someone uses it. In practice, a CTI function serves several very different customers:
- SOC analysts use technical intel to enrich alerts: is this IP known infrastructure, is this hash known malware?
- Incident responders use operational intel to understand who they are likely dealing with and what that actor tends to do next.
- Detection engineers and threat hunters use tactical intel - TTPs mapped to ATT&CK - to decide which detections and hunts to build.
- Vulnerability managers use intel to prioritize: of the thousands of open CVEs, which are actually being exploited by actors that target us?
- Executives and risk owners use strategic intel to steer budget and posture.
Intelligence is a product, not a feed. A feed delivers the same bytes to everyone; a product is shaped for a specific consumer's decision. If nobody downstream changed a decision because of your intel, you shipped data, not intelligence.
What adoption actually looks like
Honest expectations help. Industry surveys - the annual SANS CTI survey is the most cited - have tracked the same trends for years: CTI has moved from a niche discipline to a mainstream function, but maturity is uneven.
The pattern behind those numbers: most organizations consume intelligence, far fewer direct it. The gap between the two is requirements - which is exactly why the lifecycle starts there.
How to start without a big team
You do not need a threat intelligence team to start doing threat intelligence. You need three things: one or two written intelligence requirements, a small set of sources you actually read, and a place to structure what you learn so it accumulates instead of evaporating in bookmarks and chat threads.
That last part is where a threat intelligence platform earns its place. Open source options like OpenCTI let you store knowledge as structured STIX objects, connect free sources, map everything to ATT&CK and share it with the tools and people who act on it. Start with one requirement, one weekly product - even a half-page email - and one consumer who reads it. Grow from evidence that it helps.
MAINTAINED BY
Axel Moreau
Website & SEO Manager
TECHNICAL REVIEW

Samuel Hassine
CEO and co-founder
Keep reading
What Is Automated Red Teaming?
Automated red teaming, defined: how it differs from BAS, PTaaS, manual and AI red teaming, how it works, what to look for in a platform, and how to measure a program.
Read the guideThe (Definitive) List of Open Source SIEM Platforms Worth Evaluating
Explore the best open source SIEM options for 2026. Learn to evaluate and choose the right platform for your security needs - and why a SIEM alone is not enough.
Read the guideWhat Is Incident Response?
The phases, roles and decisions that turn a security incident from chaos into a process - and how each incident makes the next one easier.
Read the guide