Skip to content

Threat Intelligence Fundamentals

Cyber threat intelligence converts raw data about adversary activity into actionable knowledge that guides detection, investigation, and security decisions. This topic covers the intelligence cycle, the four levels of threat intelligence, and the major frameworks used to structure and share that knowledge.

Last updated:

Share

Threat intelligence is the product of collecting, processing, and analysing information about adversaries so that defenders can make better decisions. It transforms raw signals, such as a suspicious IP address or a malware sample, into finished knowledge that answers specific questions: who is attacking, what methods they use, and what an organisation should do in response. The discipline borrows its structure from military and government intelligence practice and adapts it to the pace and technical complexity of cyber operations. Effective threat intelligence tells a defender not just that an attack happened, but why it happened and what is likely to happen next.

The field is organised around two foundational concepts. The first is the intelligence cycle, a repeating process that moves from defining information requirements through collection, processing, and analysis to dissemination and feedback. The second is a four-tier model that separates intelligence by the audience it serves and the decision horizon it addresses. Strategic intelligence informs board-level risk decisions over months or years. Operational intelligence guides security teams preparing for or responding to a specific campaign. Tactical intelligence tells analysts which techniques to detect. Technical intelligence gives tools and sensors the specific indicators they need to fire an alert.

Several frameworks have become standard reference points for the field. MITRE ATT&CK provides a structured vocabulary for describing adversary behaviour drawn from documented real-world incidents. The Diamond Model provides an analytic structure for relating an adversary, their infrastructure, the victim, and the capability used. STIX and TAXII define how intelligence is packaged and transported between organisations. These frameworks are not competing alternatives; they address different parts of the same workflow and are routinely used together.

By the end of this topic you will be able to:

  • Describe the six phases of the intelligence cycle and explain the role of each phase in producing actionable intelligence.
  • Distinguish the four levels of threat intelligence and match each level to the audience and decision it supports.
  • Explain how MITRE ATT&CK organises adversary behaviour and apply it to map observed indicators to specific technique IDs.
  • Describe the Diamond Model's four elements and use them to structure an analytic assessment of a threat.
  • Explain what STIX and TAXII do and why automated, machine-readable sharing of threat intelligence matters at scale.
Key terms
Indicator of Compromise (IoC)
A specific, observable artefact that suggests a system may have been compromised. Examples include malicious IP addresses, file hashes, domain names, and registry keys. IoCs are the primary form of technical-level threat intelligence.
Tactics, Techniques, and Procedures (TTPs)
The behavioural signature of an adversary. Tactics are the high-level goals (e.g., initial access, persistence). Techniques are the specific methods used to achieve those goals. Procedures are the detailed implementation steps. TTPs are harder for attackers to change than IoCs.
MITRE ATT&CK
A publicly maintained knowledge base of adversary tactics and techniques observed in real-world attacks, organised into a matrix. Each technique has a unique ID, a description, detection guidance, and mitigation recommendations. Used globally as a common vocabulary for threat intelligence.
Diamond Model
An analytic framework that structures a cyber intrusion event around four linked elements: adversary, capability, infrastructure, and victim. The model makes explicit the relationships between these elements and supports pivot analysis during an investigation.
STIX
Structured Threat Information eXpression. A standardised, machine-readable language for encoding and sharing threat intelligence objects such as indicators, threat actors, campaigns, and malware. Maintained by OASIS and widely supported by commercial and open-source intelligence platforms.
TAXII
Trusted Automated eXchange of Intelligence Information. The transport protocol used to share STIX content between organisations. TAXII defines server and client roles, collection discovery, and pull or push delivery mechanisms. Used together with STIX to enable automated, cross-organisation intelligence sharing.

The intelligence cycle

The intelligence cycle is the repeating workflow through which raw information is converted into finished intelligence and then consumed by decision-makers whose feedback refines the next cycle. The model originates in national intelligence practice and has been adopted, with minor variations in terminology, by virtually every major threat intelligence framework. The six standard phases are direction, collection, processing, analysis, dissemination, and feedback.

Direction defines the intelligence requirements: what questions does the organisation need answered, what decisions will the intelligence inform, and what is the time horizon? Without clear direction, collection teams gather data indiscriminately, producing large volumes that cannot be prioritised. An incident response team needs answers within hours. A security strategy team may need trend analysis over quarters. The direction phase establishes which of these drives the current cycle.

Collection gathers the raw material needed to answer the requirements. Sources divide broadly into open-source intelligence (OSINT) from public sources such as threat feeds, security blogs, and domain registration records; closed-source or commercial intelligence from vendors; sharing communities such as ISACs (Information Sharing and Analysis Centers); and internal telemetry from the organisation's own logs and sensors. No single source is sufficient. Collection from multiple independent sources allows cross-validation and reduces the risk that a single source's errors propagate through to finished intelligence.

Processing converts collected data into a form that can be analysed: normalising formats, removing duplicates, deduplicating IoCs, translating foreign-language sources, and enriching raw indicators with context such as geolocation or autonomous system data. Analysis applies expert judgment to the processed data to identify patterns, attribute behaviour, assess adversary intent, and project likely future activity. Dissemination delivers the finished product to the intended audience in the right format, at the right level of detail, and in time to support the decision it was commissioned to inform. Feedback from consumers closes the loop: if the intelligence did not answer the question or arrived too late, the cycle is adjusted.

The four levels of threat intelligence

Threat intelligence is not one product. It is a family of products differentiated by the audience they serve, the questions they answer, and the time horizon they address. The four-level model is the standard way to describe these distinctions.

LevelPrimary audienceKey questionsTypical form
StrategicExecutives, board, risk officersWhat threat trends should shape our security investment? What is our risk exposure over the next year?Reports, briefings, risk summaries
OperationalSecurity managers, incident response leadsIs a specific threat actor targeting our sector? What campaign is underway and what is its objective?Campaign reports, adversary profiles
TacticalSOC analysts, detection engineersWhat techniques is this adversary using? What should we tune our detection rules to find?TTP reports, ATT&CK mappings
TechnicalSIEM platforms, EDR tools, firewallsWhich IP addresses, domains, and file hashes are associated with this threat?IoC feeds, STIX bundles

Strategic intelligence describes the threat environment at the highest level of abstraction. A strategic report might assess the likelihood that a nation-state will conduct destructive attacks against critical infrastructure in a given region over the next twelve months. The audience is executives and risk committees who allocate security budgets and accept or transfer organisational risk. The report contains no IP addresses. It contains geopolitical context, sector targeting patterns, and risk likelihood assessments.

Operational intelligence addresses a specific adversary campaign: who is behind it, what is their stated or inferred objective, what sectors or organisations are being targeted, and what is their current phase of activity. A financial institution that learns a known fraud group has acquired credential databases from their sector and is preparing a large-scale account-takeover campaign has operational intelligence. That knowledge drives preparation: monitoring specific account types, increasing authentication friction, and coordinating with peer institutions.

Tactical intelligence translates campaign knowledge into detection and response guidance. It identifies which techniques, as described in MITRE ATT&CK, the adversary is known to use, which defensive controls are most effective against those techniques, and what process or artefact evidence defenders should look for. Technical intelligence is the most granular level and the most perishable. Specific IoCs such as IP addresses and domains can change within hours as attackers rotate infrastructure. File hashes change with each recompile of a malware binary. Technical intelligence is useful but must be consumed quickly and refreshed continuously.

MITRE ATT&CK: organising adversary behaviour

MITRE ATT&CK (Adversarial Tactics, Techniques, and Common Knowledge) is a structured knowledge base of observed adversary behaviour maintained by the MITRE Corporation, a US non-profit that operates federally funded research centres. The framework is based on documented real-world incidents and is updated continuously as new threat intelligence is contributed. It is freely available and has become the de facto common vocabulary for threat intelligence globally, used by security vendors, government agencies, and research organisations across the US, EU, UK, and internationally.

ATT&CK organises adversary activity into a matrix with tactics as columns and techniques as rows. Tactics are the high-level goals an adversary pursues during an intrusion: initial access, execution, persistence, privilege escalation, defence evasion, credential access, discovery, lateral movement, collection, command and control, exfiltration, and impact. Each tactic contains multiple techniques, each with a unique alphanumeric identifier. For example, T1566 is Phishing, a technique under the Initial Access tactic. Techniques are further divided into sub-techniques: T1566.001 is Spearphishing Attachment; T1566.002 is Spearphishing Link.

For an investigator, ATT&CK serves several functions. When examining an incident, mapping observed artefacts and behaviours to ATT&CK technique IDs allows the analyst to communicate findings in a language that other teams, other organisations, and intelligence sharing platforms understand without translation. The mapping also drives detection gap analysis: if an adversary known to use T1003 (OS Credential Dumping) is targeting the organisation and the SOC has no detection rule for that technique, that gap is visible and actionable. ATT&CK Navigator, a free web tool, allows analysts to overlay threat actor profiles and current detection coverage on the same matrix to identify priorities.

The Diamond Model of intrusion analysis

The Diamond Model, introduced by Caltagirone, Pendergast, and Betz in a 2013 paper, provides an analytic framework for understanding and documenting a single intrusion event. It arranges four elements at the vertices of a diamond: adversary, capability, infrastructure, and victim. Every cyber intrusion event has all four elements. The model makes their relationships explicit and structures the analyst's pivot from one element to another.

The adversary is the actor conducting the intrusion. The capability is the tool or technique used, whether malware, an exploit, or a social engineering method. The infrastructure is the systems the adversary uses to deliver and control the capability, including command-and-control servers, phishing domains, and compromised relay hosts. The victim is the targeted organisation or system. The model adds two meta-features: the socio-political context describing the adversary's motivation and target relationship, and the technology context describing the platforms involved.

During an investigation, the Diamond Model drives pivot analysis. If you know the infrastructure (a command-and-control domain), you can pivot to find other victims connecting to the same infrastructure. If you know the capability (a specific malware family), you can pivot to find other campaigns using the same tool, which may reveal the adversary. If you know the adversary, you can anticipate their likely infrastructure choices and capabilities. The model does not dictate where to start; it clarifies which relationships are available and what evidence each pivot requires.

The model also supports campaign analysis across multiple events. Intrusion events that share an adversary or a capability or overlap on infrastructure can be grouped into an activity cluster. Establishing those clusters is the foundation of threat actor attribution and long-term tracking of adversary groups over time.

STIX, TAXII, and structured intelligence sharing

Sharing threat intelligence between organisations multiplies its value. An IoC seen at one financial institution and shared to peers before the attacker pivots can prevent several subsequent intrusions. But informal sharing through emails or PDF reports does not scale and cannot be ingested automatically by security platforms. STIX and TAXII together provide the language and the transport needed for automated, machine-readable sharing.

STIX (Structured Threat Information eXpression), currently at version 2.1, defines a set of domain objects that represent intelligence concepts: indicators, malware, threat actors, campaigns, attack patterns, tools, vulnerabilities, and others. Each object has a standard set of properties, including a unique identifier, a creation timestamp, and a confidence value. Objects are related to each other through relationship objects. A STIX bundle containing an indicator object, a malware object, and a relationship object linking them represents a coherent intelligence package that a receiving platform can parse, ingest, and act on without human reformatting.

TAXII (Trusted Automated eXchange of Intelligence Information), currently at version 2.1, defines the API through which STIX content is published and consumed. A TAXII server exposes collections of STIX objects. Clients can discover available collections, pull new objects since a given timestamp, or subscribe to push notifications. This enables near-real-time distribution of new indicators from a threat intelligence platform to every subscribing organisation, at machine speed, without manual intervention.

ISACs (Information Sharing and Analysis Centers) are sector-specific organisations that facilitate intelligence sharing among member organisations. They exist for financial services (FS-ISAC), healthcare (H-ISAC), energy (E-ISAC), and many other sectors, operating in the US, EU, UK, and other jurisdictions. Many ISACs use STIX/TAXII for automated distribution of member-contributed intelligence. In India, the Indian Computer Emergency Response Team (CERT-In) provides advisories and coordinates sector-level sharing. The EU's ENISA (European Union Agency for Cybersecurity) performs a comparable coordination role across member states.

Check your understanding
Question 1 of 4· 0 answered

A security operations centre receives a daily feed of 50,000 malicious IP addresses from a public source. Analysts find the feed produces many false positives and old, stale entries. Which phase of the intelligence cycle is most deficient in this workflow?

Key Takeaways

  • Threat intelligence converts raw data about adversary activity into actionable knowledge by running it through a six-phase intelligence cycle: direction, collection, processing, analysis, dissemination, and feedback.
  • The four levels of threat intelligence (strategic, operational, tactical, technical) each serve a different audience and decision horizon; effective intelligence programmes produce products at all four levels rather than focusing only on IoC feeds.
  • MITRE ATT&CK provides a common vocabulary for adversary behaviour that allows investigators, defenders, and intelligence teams to communicate findings without translation, and to identify detection gaps by mapping adversary technique IDs against existing controls.
  • The Diamond Model structures an intrusion event around four elements (adversary, capability, infrastructure, victim), enabling systematic pivot analysis and the clustering of related events into adversary activity groups.
  • STIX and TAXII together enable automated, machine-readable sharing of threat intelligence between organisations; investigators must also understand data protection obligations under applicable law (GDPR in the EU/UK, the Digital Personal Data Protection Act 2023 in India) before contributing personal data to shared feeds.
What is the difference between threat data and threat intelligence?
Threat data is raw, unprocessed information such as IP addresses, file hashes, or malware samples. Threat intelligence is that data converted into actionable knowledge by adding context, analysis, and relevance to a specific organisation or investigation. A list of malicious IP addresses is data; understanding that those IPs belong to a financially motivated group targeting payment processors is intelligence.
What are the four levels of cyber threat intelligence?
The four levels are strategic (high-level risk trends for executives), operational (details about specific adversary campaigns and intentions), tactical (attacker techniques and procedures relevant to defenders), and technical (specific indicators such as IP addresses, hashes, and domains). Each level addresses a different audience and decision horizon.
What is the intelligence cycle and why does it matter for cyber investigations?
The intelligence cycle is the iterative process through which raw information becomes finished intelligence. The standard phases are direction, collection, processing, analysis, dissemination, and feedback. It matters because skipping phases, such as collecting data without clear requirements or disseminating findings without analysis, produces output that cannot be acted on reliably.
What is MITRE ATT&CK and how is it used in threat intelligence?
MITRE ATT&CK is a publicly available knowledge base of adversary tactics, techniques, and procedures derived from real-world observations. Threat intelligence analysts use it to describe attacker behaviour in a standard vocabulary, map observed indicators to known technique IDs, and compare intelligence reports across organisations. It also helps defenders identify detection gaps by mapping their controls against the full technique matrix.
What are STIX and TAXII and why are they used together?
STIX (Structured Threat Information eXpression) is a standardised language for describing threat intelligence objects such as indicators, campaigns, and threat actors. TAXII (Trusted Automated eXchange of Intelligence Information) is the transport protocol used to share STIX content between organisations and platforms. Together they allow automated, machine-readable sharing of threat intelligence across sector boundaries.

Test yourself on Cyber Forensics with free, timed mocks.

Practice Cyber Forensics questions

Found this useful? Pass it along.

Share

Spotted an error in this page? Report a correction or read our editorial standards.

Your journey to becoming a forensic professional starts here.

Practice with mock tests, learn from structured notes, and get your questions answered by a global forensic community, all in one place.