Cyber Knowledge · Domain 01 of 10

Cyber Threat Intelligence (CTI)

A zero-to-hero syllabus: everything from "what counts as intelligence" through the frameworks professionals actually use, the tradecraft that keeps analysis honest, and how CTI output becomes a working detection. Ten modules, in the order most people should learn them.

Under construction

This syllabus is live but still being reviewed and expanded. Treat it as a working draft until this notice is removed.

Module 1 — Foundations: What CTI Is

7 terms

Start here. These are the definitions everything else in this syllabus assumes you already know.

Data vs. Information vs. Intelligence

Data is a raw, unprocessed observation (a log line, a hash). Information is data organized into context. Intelligence is information analyzed against a specific requirement to produce an assessment a decision-maker can act on.

Threat vs. Vulnerability vs. Risk

A threat is a potential cause of harm (an actor or event); a vulnerability is a weakness that could be exploited; risk is the likelihood and impact of a threat exploiting a vulnerability against a specific asset.

Indicator of Compromise (IOC)

An observable artifact — hash, IP, domain, mutex, registry key — that suggests a system has already been compromised.

Indicator of Attack (IOA)

A behavior-based signal that an attack is in progress or imminent, independent of any specific static artifact — for example, "process X spawns process Y, then makes an outbound connection."

Tactics, Techniques, and Procedures (TTPs)

The "how" of an adversary. Tactics are the goal (e.g., persistence); techniques are the method (e.g., scheduled task); procedures are the specific implementation a given actor uses.

Threat Actor / Threat Group / Campaign

A threat actor is an individual or group conducting malicious activity. A threat group is a tracked cluster of activity attributed, with varying confidence, to a common actor. A campaign is a bounded set of operations sharing goals, timeframe, or infrastructure.

Module 2 — The Intelligence Cycle & Intelligence Types

6 terms

The production process behind every CTI product, and the four altitudes intelligence gets consumed at.

The Intelligence Cycle

The repeatable production process — Direction, Collection, Processing, Analysis & Production, Dissemination, and Feedback — that turns a stakeholder question into a usable product.

Priority Intelligence Requirements (PIRs)

The specific, stakeholder-defined questions that drive what a CTI team collects and analyzes, e.g. "Is our sector being targeted by ransomware affiliates this quarter?"

Strategic Intelligence

High-level, non-technical intelligence for executives — trends, geopolitical drivers, and business risk — usually with a long time horizon.

Operational Intelligence

Intelligence about specific campaigns or planned operations, used to anticipate and prepare for a particular threat.

Tactical Intelligence

Actor TTPs and behavior patterns used to build detections and inform hunting — the analyst- and engineer-facing layer.

Technical Intelligence

The most granular layer: raw IOCs, malware samples, and infrastructure data, often machine-consumable and the fastest to go stale.

Module 3 — Core Frameworks & Models

9 terms

The shared vocabulary that lets analysts, engineers, and vendors describe the same adversary behavior consistently.

MITRE ATT&CK

A globally accessible knowledge base of adversary tactics and techniques based on real-world observations, organized as a matrix (Enterprise, Mobile, ICS) and used as the common language for describing behavior.

MITRE ATLAS

An ATT&CK-style knowledge base specifically for adversarial threats against AI and machine-learning systems.

Cyber Kill Chain (Lockheed Martin)

A seven-stage intrusion model — Reconnaissance, Weaponization, Delivery, Exploitation, Installation, Command & Control, Actions on Objectives — used to identify where a defense can break the attack.

Diamond Model of Intrusion Analysis

A model that represents every intrusion event as four connected vertices — Adversary, Infrastructure, Capability, and Victim — used to pivot between known facts and discover new ones.

MITRE D3FEND

A knowledge graph of defensive techniques mapped to the offensive techniques they counter, complementing ATT&CK from the defender's side.

Pyramid of Pain

David Bianco's model ranking indicator types by how much cost it imposes on an adversary to change them when detected — trivial (hash values) at the bottom, painful (TTPs) at the top.

STIX / TAXII

STIX (Structured Threat Information Expression) is a standardized language for representing threat intelligence as structured data. TAXII (Trusted Automated Exchange of Intelligence Information) is the transport protocol used to share it between platforms.

Traffic Light Protocol (TLP)

A labeling scheme — RED, AMBER, AMBER+STRICT, GREEN, CLEAR — that tells a recipient how widely a piece of intelligence may be shared.

VERIS

A common vocabulary for describing security incidents consistently, enabling data-driven incident analysis such as the annual Verizon Data Breach Investigations Report.

Module 4 — Collection & Sources

8 terms

Where CTI actually comes from, roughly ordered from broadest to most organization-specific.

OSINT (Open Source Intelligence)

Intelligence derived from publicly available sources: news, social media, forums, code repositories, certificate transparency logs, and more.

HUMINT / SIGINT / GEOINT / TECHINT

Adjacent intelligence disciplines — Human, Signals, Geospatial, and Technical intelligence — that CTI sometimes draws on or parallels in tradecraft.

Dark Web & Closed-Source Monitoring

Collection from restricted-access forums, marketplaces, and Telegram/Discord channels where criminal actors trade access, tools, and stolen data.

Threat Intelligence Feeds

Structured streams of indicators or reports, from open-source (abuse.ch, ThreatFox), commercial (vendor feeds), or community (ISAC/ISAO) sources.

Passive DNS

A historical record of DNS resolutions over time, used to pivot from a known-bad domain to related infrastructure without directly querying the adversary's systems.

Honeypots & Honeynets

Deliberately vulnerable systems or networks deployed to attract, observe, and collect intelligence on attacker behavior.

Malware Sandboxing

Automated dynamic analysis — detonating a sample in an isolated environment — as a collection source for behavioral IOCs and TTPs.

Internal Telemetry

SIEM, EDR, firewall, and proxy logs from your own environment — often the most relevant and highest-fidelity CTI source for your specific organization.

Module 5 — Analysis Techniques & Tradecraft

9 terms

The discipline that separates intelligence analysis from guessing — and the part most self-taught analysts skip.

Structured Analytic Techniques (SATs)

A family of formal methods — Analysis of Competing Hypotheses, Key Assumptions Check, Red Team analysis — used to counter cognitive bias and improve analytic rigor.

Analysis of Competing Hypotheses (ACH)

A technique that evaluates all plausible explanations against the evidence simultaneously, rather than trying to confirm a single favored hypothesis.

Sherman Kent's Analytic Tradecraft

The foundational doctrine of intelligence analysis, including the use of consistent "words of estimative probability" to express confidence without false precision.

Words of Estimative Probability

Standardized language — "almost certainly," "likely," "roughly even chance," "unlikely" — that maps qualitative confidence to a consistent probability range across a team.

Confidence Levels

A separate axis from probability: confidence reflects the quality, reliability, and corroboration of the underlying sourcing, not the likelihood of the conclusion itself.

Admiralty Code / NATO System

A standardized two-part rating — source reliability A–F, information credibility 1–6 — used to grade raw reporting before it's used in analysis.

Link Analysis / Infrastructure Pivoting

Following relationships between entities — domains, IPs, certificates, WHOIS registrants, malware hashes — to expand a single indicator into a broader picture of adversary infrastructure.

Attribution

The process, and inherent difficulty, of tying an intrusion to a specific actor or sponsor. Usually expressed with an explicit confidence level, since false flags and shared tooling make certainty rare.

Analytic Bias

Systematic errors in judgment — confirmation bias, mirror-imaging, anchoring — that structured techniques and peer review are designed to catch.

Module 6 — The Threat Actor Landscape

6 terms

Who you're actually tracking, and why the same group can have five different names.

Advanced Persistent Threat (APT)

A sophisticated, typically state-sponsored or state-aligned actor conducting stealthy, long-term intrusions with defined strategic objectives.

Threat Actor Naming Conventions

Different vendors track — and name — the same underlying activity differently: Mandiant (APTxx / UNCxxxx), CrowdStrike (animal + adjective, e.g. "Fancy Bear"), Microsoft (weather names, e.g. "Midnight Blizzard"), MITRE ATT&CK (Gxxxx group IDs).

Ransomware-as-a-Service (RaaS)

A criminal business model where ransomware developers lease their malware and infrastructure to "affiliates," who conduct the actual intrusions and split the profits.

Initial Access Broker (IAB)

A specialized criminal actor who breaches organizations and then sells that access to other threat actors — often ransomware affiliates — rather than exploiting it directly.

Hacktivism

Politically or ideologically motivated cyber activity — defacement, DDoS, leaks — aimed at making a statement rather than direct financial gain.

Insider Threat

Risk originating from someone with legitimate access — malicious, negligent, or compromised — rather than an external adversary.

Module 7 — Intelligence Products & Sharing

6 terms

What CTI actually hands to the rest of the organization, and where teams pool intelligence with each other.

Finished Intelligence

Refined, analyzed intelligence output ready for a consumer, as opposed to raw data — spans flash/tactical alerts, actor profiles, and long-form strategic assessments.

Threat Actor Profile

A finished-intelligence product consolidating everything known about a tracked group — TTPs, targeting, tooling, and history — as a reference for analysts and detection engineers.

Indicator Enrichment & Scoring

Adding context — first/last seen, confidence, related campaigns, TLP marking — to raw indicators so downstream consumers can prioritize and act on them.

Threat Intelligence Platform (TIP)

Software used to aggregate, correlate, enrich, and disseminate threat intelligence — e.g. MISP, OpenCTI, ThreatConnect, Anomali.

ISAC / ISAO

Information Sharing and Analysis Center/Organization — sector-specific (e.g. FS-ISAC for finance) or cross-sector communities for sharing threat intelligence among trusted peers.

Stakeholder-Tailored Reporting

The discipline of adjusting the same underlying finding for different audiences — an executive summary versus a SOC-facing technical bulletin.

Module 8 — Operationalizing CTI (CTI → Detection)

6 terms

Where CTI stops being a report and starts being a rule that fires. See also the Detection & SOC library section.

From TTP to Detection Rule

The workflow of translating an adversary behavior into a written detection, commonly expressed in Sigma (generic), YARA (file/memory pattern matching), or Snort/Suricata (network) formats.

Detection Engineering Handoff

The point where CTI's tactical output — a TTP, a new IOC set — becomes an engineering backlog item with defined telemetry requirements and validation criteria.

Threat Hunting Hypothesis

A falsifiable statement — "if actor X is present, telemetry Y should show Z" — derived from CTI, used to proactively search for compromise that automated detections may have missed.

Adversary Emulation

Deliberately reproducing a specific tracked actor's TTPs — via tools like Atomic Red Team or MITRE Caldera — to validate whether existing detections actually fire.

ATT&CK Coverage Mapping

Plotting your organization's detections against the ATT&CK matrix to visualize gaps and prioritize new detection engineering work.

Purple Teaming

A collaborative exercise where red team (attack) and blue team (defense) work together in real time to validate and improve detection coverage, rather than operating as adversarial, siloed exercises.

Module 9 — Tools of the Trade

7 tools

What an analyst actually opens day to day. AdversaryGraph, this site's own platform, connects most of these workflows into one CTI-to-detection tool — see the product page.

MISP

An open-source threat intelligence platform for storing, correlating, and sharing IOCs and threat data, including "galaxies" of actor and malware taxonomy.

OpenCTI

An open-source platform for structuring, storing, and visualizing threat intelligence knowledge as a connected graph, with native STIX2 support.

VirusTotal

A multi-engine scanning and enrichment service for files, URLs, domains, and IPs, widely used for first-pass indicator triage.

Shodan & Censys

Internet-wide scanning search engines used to discover exposed services, adversary infrastructure, and misconfigured assets.

Maltego

A link-analysis and visualization tool for graphing relationships between entities during infrastructure pivoting and OSINT investigations.

YARA

A pattern-matching tool for identifying and classifying malware samples based on textual or binary signatures.

ATT&CK Navigator

A web tool for visualizing, annotating, and comparing coverage across the ATT&CK matrix — for example, an actor's known techniques versus your detections.

Module 10 — Career Path & Continuing Education

4 topics

Where "zero" ends and "hero" begins — how to keep going after this page.

CTI Analyst Tiers

Entry-level roles often focus on indicator triage and enrichment (tactical/technical); senior roles move toward actor tracking, campaign analysis, and strategic reporting.

Relevant Certifications

Options include GCTI (SANS/GIAC Cyber Threat Intelligence) and CTIA (EC-Council), plus broader analyst certifications like GCFA or OSCP for adjacent skill depth.

Recommended Learning Order

Start with the intelligence cycle and ATT&CK, practice indicator pivoting and OSINT, learn a structured analytic technique, then build toward actor tracking and finished-intelligence writing.

Ethics & Legal Boundaries

CTI collection must stay within authorized scope and applicable law — accessing systems without authorization, even for "research," is illegal regardless of intent.

Continue Your CTI Path

This syllabus is the map. For the worked examples, read the CTI & Threat Intelligence guides in the Library, browse selected CTI research, or work hands-on inside AdversaryGraph, which implements this entire workflow — enrichment, ATT&CK mapping, actor tracking, and detection handoff — as a self-hosted platform.