Prerequisites
- Target system, dependencies and environment configured.
Usage
Purpose
The most common failure of a threat-intel programme is that the intel doesn't reach defence — it accumulates in a platform as reports and indicators nobody operationalises. Intelligence only has value when it drives action: indicators become blocks and alerts, TTPs become detections and hunts. This skill covers closing that loop — turning threat intel into concrete detection and defensive action — the connective tissue between the intel domain and the detection/hunting domains.
When to use it
Continuously, as the output side of the intel programme. It's what makes intelligence worth collecting; without it, all the collection, vetting, and enrichment produces nothing. It connects directly to threat-informed detection (which consumes intel to prioritise) and operationalising-a-hunt (the mirror discipline for hunting).
Procedure
- Route indicators into automated detection and blocking. Vetted indicators (past the false-positive checks) should flow automatically into the SIEM/EDR/firewall as detections and blocks — an IP/domain/hash tied to a threat becomes an alert or block without manual work. This is the tactical loop, and automation is essential (perishable indicators must land fast).
- Turn TTPs into behavioural detections — the higher-value loop. Actor and campaign intelligence describes how adversaries operate; translate those TTPs into behavioural detections (Sigma rules mapped to ATT&CK — the detection domain). This is far more durable than indicator blocking, because it catches the technique regardless of infrastructure (Pyramid of Pain).
- Prioritise detection engineering with intel. Intel about which actors and techniques target your sector should drive what detections you build next (threat-informed detection). Intel isn't just indicators to block — it's a prioritisation signal for the whole detection programme.
- Turn intel into hunts. Intelligence about an actor's tradecraft or a campaign's techniques becomes hunt hypotheses (the hunting domain) — "actor X uses technique Y; let's hunt for Y in our environment". Intel gives hunts their best, most relevant hypotheses.
- Feed intel into enrichment. Threat intel enriches alerts (is this alert's IP known-bad?) — the SOC alert-enrichment and enrichment-and-context skills consume intel to make alerts actionable. This is intel improving triage, not just creating new detections.
- Close the loop back — internal findings become intel. Detections and hunts that find threats produce new intel (IoCs, TTPs) that feeds back into the intel programme — the most relevant intel of all is what actually hit you. The loop runs both ways.
- Measure that intel drives action. Track detections created from intel, blocks applied, hunts run, and threats caught — evidence the intel is operationalised, not shelved. Intel that produces no detections or blocks isn't earning its cost.
Cheatsheet
#1 intel-programme failure: intel sits in the platform, UNUSED. value = DRIVING ACTION.
close the loop
INDICATORS -> automated detection + blocking (SIEM/EDR/firewall)
tactical loop ; automate (perishable -> land fast) ; vetted past FP checks
TTPs -> behavioural detections (Sigma + ATT&CK) <- higher-value, durable
catches the technique regardless of infrastructure (Pyramid of Pain)
intel -> PRIORITISE detection engineering (threat-informed detection: what to build next)
intel -> HUNTS (actor uses Y -> hunt for Y) — intel gives hunts their best hypotheses
intel -> ENRICHMENT (is this alert's IP known-bad?) — improves triage, not just new rules
loop runs BOTH ways: internal detections/hunts -> new IoCs/TTPs -> back into intel
(what actually hit you = the most relevant intel)
MEASURE: detections created / blocks applied / hunts run / threats caught
no detections or blocks from intel = shelved, not earning its cost
Reading the loop
- Intel accumulating in a platform with no detections or blocks produced = the classic, most-common failure; all the collection and enrichment produces nothing if it doesn't reach defence. Operationalising is what makes intel worth having.
- Indicators flowing automatically into detection/blocking = the tactical loop working; perishable indicators land fast without manual work. Manual indicator handling is too slow and doesn't scale.
- TTPs turned into behavioural detections = the higher-value loop; because it catches the technique regardless of infrastructure, it's far more durable than blocking indicators that rotate. This is where intel pays off most.
- Intel prioritising the detection backlog = intel as a strategic signal, not just indicators; what targets your sector should drive what you build (threat-informed detection).
- Intel becoming hunt hypotheses = intel giving hunts their most relevant targets; an actor's known TTPs are exactly what to hunt for.
- Internal findings feeding back into intel = the loop running both ways; what hit you is the best intel, and closing this loop makes the programme compound.
- Measured detections/blocks/hunts/catches from intel = proof it's operationalised; without these, the intel is shelved.
Pitfalls
- Intel that never reaches defence. The dominant failure — collection, vetting, and enrichment produce nothing if intel sits unused in a platform. Operationalising into detection/blocking/hunting is the whole point.
- Only blocking indicators. Indicator blocking is the perishable, low-durability loop; the high-value move is turning TTPs into behavioural detections that survive infrastructure changes. Do both, but invest in TTPs.
- Manual indicator handling. Perishable indicators must land in tools fast and automatically; manual routing is too slow and doesn't scale.
- Not using intel to prioritise detection. Intel is a strategic signal for what to build, not just a stream of indicators to block; skipping this wastes its prioritisation value.
- A one-way loop. Not feeding internal detections/hunts back into intel misses the most relevant intelligence — what actually targeted you. Close the loop both ways.
- Not measuring. Without tracking detections/blocks/hunts produced from intel, you can't tell if it's operationalised or shelved.
References
- The detection threat-informed-detection, writing-sigma-rules, and mapping-to-attack skills
- The threat-hunting operationalising-a-hunt and hunting-with-attack skills
- The SOC enrichment-and-context and detection alert-enrichment skills
- The Pyramid of Pain (indicators vs TTPs durability)
Inputs
- Relevant source code, logs, network traces, or system specifications.
Outputs
- Analysis findings, security audit report, or generated code artifacts.
1---2name: mapping-intel-to-detection3description: Use when turning threat intelligence into detections and hunts — closing the loop so intel drives defence instead of sitting in a platform as unused reports.4---5678## Prerequisites9- Target system, dependencies and environment configured.1011## Usage12### Purpose1314The most common failure of a threat-intel programme is that the intel doesn't reach defence — it accumulates in a platform as reports and indicators nobody operationalises. Intelligence only has value when it drives action: indicators become blocks and alerts, TTPs become detections and hunts. This skill covers closing that loop — turning threat intel into concrete detection and defensive action — the connective tissue between the intel domain and the detection/hunting domains.1516### When to use it1718Continuously, as the output side of the intel programme. It's what makes intelligence worth collecting; without it, all the collection, vetting, and enrichment produces nothing. It connects directly to threat-informed detection (which consumes intel to prioritise) and operationalising-a-hunt (the mirror discipline for hunting).1920### Procedure21221. **Route indicators into automated detection and blocking.** Vetted indicators (past the false-positive checks) should flow automatically into the SIEM/EDR/firewall as detections and blocks — an IP/domain/hash tied to a threat becomes an alert or block without manual work. This is the tactical loop, and automation is essential (perishable indicators must land fast).232. **Turn TTPs into behavioural detections — the higher-value loop.** Actor and campaign intelligence describes *how* adversaries operate; translate those TTPs into behavioural detections (Sigma rules mapped to ATT&CK — the detection domain). This is far more durable than indicator blocking, because it catches the technique regardless of infrastructure (Pyramid of Pain).243. **Prioritise detection engineering with intel.** Intel about which actors and techniques target your sector should drive *what detections you build next* (threat-informed detection). Intel isn't just indicators to block — it's a prioritisation signal for the whole detection programme.254. **Turn intel into hunts.** Intelligence about an actor's tradecraft or a campaign's techniques becomes hunt hypotheses (the hunting domain) — "actor X uses technique Y; let's hunt for Y in our environment". Intel gives hunts their best, most relevant hypotheses.265. **Feed intel into enrichment.** Threat intel enriches alerts (is this alert's IP known-bad?) — the SOC alert-enrichment and enrichment-and-context skills consume intel to make alerts actionable. This is intel improving triage, not just creating new detections.276. **Close the loop back — internal findings become intel.** Detections and hunts that find threats produce new intel (IoCs, TTPs) that feeds back into the intel programme — the most relevant intel of all is what actually hit you. The loop runs both ways.287. **Measure that intel drives action.** Track detections created from intel, blocks applied, hunts run, and threats caught — evidence the intel is operationalised, not shelved. Intel that produces no detections or blocks isn't earning its cost.2930### Cheatsheet3132```33#1 intel-programme failure: intel sits in the platform, UNUSED. value = DRIVING ACTION.3435close the loop36 INDICATORS -> automated detection + blocking (SIEM/EDR/firewall)37 tactical loop ; automate (perishable -> land fast) ; vetted past FP checks38 TTPs -> behavioural detections (Sigma + ATT&CK) <- higher-value, durable39 catches the technique regardless of infrastructure (Pyramid of Pain)40 intel -> PRIORITISE detection engineering (threat-informed detection: what to build next)41 intel -> HUNTS (actor uses Y -> hunt for Y) — intel gives hunts their best hypotheses42 intel -> ENRICHMENT (is this alert's IP known-bad?) — improves triage, not just new rules4344loop runs BOTH ways: internal detections/hunts -> new IoCs/TTPs -> back into intel45 (what actually hit you = the most relevant intel)4647MEASURE: detections created / blocks applied / hunts run / threats caught48 no detections or blocks from intel = shelved, not earning its cost49```5051### Reading the loop5253- **Intel accumulating in a platform with no detections or blocks produced** = the classic, most-common failure; all the collection and enrichment produces nothing if it doesn't reach defence. Operationalising is what makes intel worth having.54- **Indicators flowing automatically into detection/blocking** = the tactical loop working; perishable indicators land fast without manual work. Manual indicator handling is too slow and doesn't scale.55- **TTPs turned into behavioural detections** = the higher-value loop; because it catches the technique regardless of infrastructure, it's far more durable than blocking indicators that rotate. This is where intel pays off most.56- **Intel prioritising the detection backlog** = intel as a strategic signal, not just indicators; what targets your sector should drive what you build (threat-informed detection).57- **Intel becoming hunt hypotheses** = intel giving hunts their most relevant targets; an actor's known TTPs are exactly what to hunt for.58- **Internal findings feeding back into intel** = the loop running both ways; what hit you is the best intel, and closing this loop makes the programme compound.59- **Measured detections/blocks/hunts/catches from intel** = proof it's operationalised; without these, the intel is shelved.6061### Pitfalls6263- **Intel that never reaches defence.** The dominant failure — collection, vetting, and enrichment produce nothing if intel sits unused in a platform. Operationalising into detection/blocking/hunting is the whole point.64- **Only blocking indicators.** Indicator blocking is the perishable, low-durability loop; the high-value move is turning TTPs into behavioural detections that survive infrastructure changes. Do both, but invest in TTPs.65- **Manual indicator handling.** Perishable indicators must land in tools fast and automatically; manual routing is too slow and doesn't scale.66- **Not using intel to prioritise detection.** Intel is a strategic signal for what to build, not just a stream of indicators to block; skipping this wastes its prioritisation value.67- **A one-way loop.** Not feeding internal detections/hunts back into intel misses the most relevant intelligence — what actually targeted you. Close the loop both ways.68- **Not measuring.** Without tracking detections/blocks/hunts produced from intel, you can't tell if it's operationalised or shelved.6970### References7172- The detection threat-informed-detection, writing-sigma-rules, and mapping-to-attack skills73- The threat-hunting operationalising-a-hunt and hunting-with-attack skills74- The SOC enrichment-and-context and detection alert-enrichment skills75- The Pyramid of Pain (indicators vs TTPs durability)7677## Inputs78- Relevant source code, logs, network traces, or system specifications.7980## Outputs81- Analysis findings, security audit report, or generated code artifacts.