Threat Intelligence Training
From intelligence fundamentals to advanced actor profiling and intelligence production — the complete curriculum for a Cyber Threat Intelligence analyst. Global context, free open-source tools throughout.
There is a critical distinction that most security practitioners never learn: the difference between information and intelligence. Information is raw data — a list of IP addresses, a domain name, a hash, a log entry. Intelligence is information that has been collected, processed, analysed, and put into context for a specific decision-maker to act on. Sharing a list of 10,000 IP addresses with a SOC analyst is not intelligence. Telling the SOC team "these 14 IP addresses are active Cobalt Strike C2 servers targeting Indian BFSI organisations, here is the detection query, and here is the TTP pattern so you can hunt for activity before this week's patch window" — that is intelligence.
The intelligence cycle is a six-phase process that transforms raw data into finished intelligence products. Understanding this cycle is not academic — it is the operational framework you will use every single day as an analyst.
2. Collection: Gathering raw data from sources that could answer your PIRs. Sources: open web, dark web, technical feeds (OSINT), human sources (HUMINT — industry contacts, ISACs, law enforcement partnerships), and your own internal telemetry.
3. Processing: Converting raw data into a usable format. Translating, decoding, normalising, deduplicating, and loading into your intelligence platform (MISP, OpenCTI). This is often automated but requires human oversight for quality.
4. Analysis: The core intellectual work. Making sense of processed data. Identifying patterns, attributing activity, assessing adversary intent and capability, and drawing conclusions with explicit confidence levels. This is where junior analysts struggle most — it requires judgment, not just data processing.
5. Production: Packaging the analysis for the consumer. Different formats for different audiences: a bullet-point executive summary, a detailed technical report with TTPs and detection rules, or a raw IOC feed for automated consumption. The same analysis produces different products for different consumers.
6. Dissemination & Feedback: Delivering the product to the consumer and getting feedback. Did it answer their question? Was it timely? Was the format appropriate? Feedback drives the next cycle's planning phase.
Operational Intelligence — For security management and IR teams. Time horizon: days to weeks. Question: Is there an active campaign targeting our sector right now? What is the current attacker infrastructure? Format: campaign report with TTPs, IOCs, and detection opportunities. Consumer: IR team leads, Threat Hunt team.
Tactical Intelligence — For SOC analysts and detection engineers. Time horizon: hours to days. Question: What specific techniques is this actor using? What does their malware do? What detection rules catch it? Format: TTP analysis, MITRE ATT&CK mappings, Sigma rules. Consumer: SOC Tier 2/3, Detection Engineers.
Technical Intelligence — For automated consumption and Tier 1 analysts. Time horizon: minutes to hours. Question: What IPs, domains, and hashes are associated with this threat? Format: machine-readable IOC feeds (STIX/TAXII, CSV). Consumer: SIEM, firewall, EDR, Tier 1.
Analytic models give structure to your thinking. Without a model, threat analysis becomes a free-form description of events with no systematic relationship between them. With a model, you can identify gaps in your knowledge, predict attacker behaviour, and communicate findings consistently. Three models are used by professional CTI analysts globally.
The Diamond Model of Intrusion Analysis (Caltagirone, Pendergast, Betz, 2013) is the most useful for threat intelligence. It states that every intrusion event has four features arranged in a diamond: Adversary (who), Infrastructure (where), Capability (how), and Victim (who was targeted). The diamond is connected by edges representing relationships — and the model's power is that discovering any feature gives you intelligence clues about all the others.
If you only know the victim (a healthcare company in Singapore), the model directs your collection: which adversaries target this victim profile, what capabilities have they used against similar victims, and what infrastructure do they operate?
If you find infrastructure (a suspicious domain), the model asks: who owns this infrastructure (adversary), who is it pointed at (victim), and what capability is it serving (malware C2, phishing, credential harvesting)?
The model also enables pivoting — using a known indicator to find related indicators. C2 domain → look up registrant → find other domains by same registrant → new infrastructure IOCs → hunt for those in your SIEM.
Attribution language: Instead of describing an attacker as "they used PowerShell to download things," you say "T1059.001 (PowerShell) for Execution, T1071.001 (Web Protocols) for C2." This makes your reports machine-readable and comparable across organisations.
Coverage analysis: Map an actor's known TTPs to the ATT&CK matrix. The gaps are your blind spots — techniques they use that your detections don't cover.
Threat comparison: Two different actors using the same technique can be compared. Do they use the same sub-technique? The same tooling for it? Overlap = possible shared toolkit, shared developers, or copycat behaviour.
Intelligence analysis fails not because of missing data but because of cognitive biases — systematic errors in human thinking that cause analysts to draw wrong conclusions from correct data. Confirmation bias (seeking information that confirms existing beliefs), anchoring (over-weighting the first piece of information received), and groupthink (adopting the consensus view without critical examination) have all contributed to major intelligence failures.
Structured Analytic Techniques (SATs) are documented methods for applying disciplined, structured thinking to analytic problems. They force you to consider alternative explanations, challenge your assumptions, and separate what you know from what you infer. They were developed by intelligence professionals and adopted in cybersecurity CTI because the same cognitive failures occur in both domains.
Key Assumptions Check: List every assumption your analysis depends on. For each, ask: how confident are you? What would happen to your conclusion if this assumption is wrong? Explicitly state assumptions rather than embedding them invisibly in your analysis.
Indicators or Signposts: Before an event occurs, define what observable indicators would signal each possible outcome. If Lazarus Group is planning a SWIFT attack, what would you see in advance? This moves analysis from reactive to predictive.
Red Cell / Devil's Advocate: Assign a team member to argue the opposite position — "the attacker is NOT APT41, and here is why." Forces stress-testing of attribution conclusions before they become official assessments.
High Confidence: Multiple independent sources confirm. Direct technical evidence. Observed, not inferred. Use: "We assess with high confidence that..."
Moderate Confidence: Some corroboration but with gaps. Mostly technical but with some inference. Use: "We assess with moderate confidence..."
Low Confidence: Limited sources. Significant inference. Plausible but not confirmed. Use: "We assess with low confidence..." or "We note the possibility that..."
Never omit uncertainty from an intelligence product. An overconfident wrong assessment is far more damaging than an honest "insufficient information to conclude."