Horizon Scanning
Horizon scanning identifies emerging threats, opportunities, and developments that could impact the organisation's security posture in the medium to long term (6-24 months).
Process
1. Define Scope
- Time horizon (6 months? 12 months? 24 months?)
- Focus areas (specific sectors, threat types, geographies)
- Stakeholder needs (what decisions will this inform?)
2. Identify Weak Signals
Weak signals are early indicators of emerging trends. Sources:
- Academic research and conference papers (BlackHat, DEF CON, CCC, academic journals)
- Underground forum discussions (new tools, techniques being discussed)
- Patent filings and startup activity (indicators of new capabilities)
- Geopolitical developments (sanctions, conflicts, elections)
- Regulatory changes (new compliance requirements creating new attack surfaces)
- Technology adoption trends (new tech = new attack surface)
3. Categorise Signals
| Category |
Examples |
| Emerging TTPs |
New exploitation techniques, novel social engineering methods, AI-augmented attacks |
| Technology shifts |
New platforms widely adopted, legacy tech being deprecated, cloud migration patterns |
| Threat actor evolution |
New groups emerging, existing groups changing targets, capability development |
| Geopolitical drivers |
Conflicts, sanctions, elections, diplomatic shifts |
| Regulatory/legal |
New laws, enforcement actions, liability changes |
| Underground economy |
New services, market shifts, ecosystem changes |
4. Develop Scenarios
For each significant signal, develop three scenarios:
- Best case: Signal does not materialise or is mitigated
- Worst case: Signal materialises with maximum impact
- Most likely: Balanced assessment based on available evidence
5. Assess Impact and Likelihood
For each scenario:
- Likelihood (using probability yardstick from likelihood-language skill)
- Impact on organisation (Critical/High/Moderate/Low/Negligible)
- Time to materialise
- Confidence in assessment
6. Identify Early Warning Indicators
For each high-impact scenario, define:
- What observable indicators would suggest this is materialising?
- Where would we see these indicators? (collection sources)
- How frequently should we monitor?
Output Template
## Horizon Scanning Report: [Focus Area]
**Period**: [Time horizon]
**Date**: YYYY-MM-DD
### Executive Summary
[Key emerging threats and their implications]
### Emerging Threats
#### [Threat 1]: [Title]
- **Signal strength**: Weak / Emerging / Established
- **Time horizon**: [When could this materialise?]
- **Likelihood**: [Probability yardstick term]
- **Potential impact**: [Critical/High/Moderate/Low]
- **Confidence**: [Level with rationale]
- **Description**: [What is this threat and why does it matter?]
- **Early warning indicators**: [What to watch for]
- **Recommended action**: [Proactive steps]
### Scenario Analysis
[For top 2-3 threats, develop best/worst/most likely scenarios]
### Collection Gaps
[What we need to monitor but currently can't]
Common Signals to Monitor (CTI)
- AI-powered phishing/deepfakes maturation
- Quantum computing impact on cryptography
- Supply chain security tooling gaps
- Cloud-native attack technique evolution
- Ransomware business model evolution
- Nation-state cyber capability proliferation
- Infostealer-to-ransomware pipeline evolution
- Edge device/IoT exploitation trends
1---2name: horizon-scanning3description: Use when the user asks "what is coming next?", wants strategic forecasting, or is hunting weak signals of emerging threats before they materialise. Covers signal identification, trend analysis, and scenario development.4---56# Horizon Scanning78Horizon scanning identifies emerging threats, opportunities, and developments that could impact the organisation's security posture in the medium to long term (6-24 months).910## Process1112### 1. Define Scope13- Time horizon (6 months? 12 months? 24 months?)14- Focus areas (specific sectors, threat types, geographies)15- Stakeholder needs (what decisions will this inform?)1617### 2. Identify Weak Signals18Weak signals are early indicators of emerging trends. Sources:19- Academic research and conference papers (BlackHat, DEF CON, CCC, academic journals)20- Underground forum discussions (new tools, techniques being discussed)21- Patent filings and startup activity (indicators of new capabilities)22- Geopolitical developments (sanctions, conflicts, elections)23- Regulatory changes (new compliance requirements creating new attack surfaces)24- Technology adoption trends (new tech = new attack surface)2526### 3. Categorise Signals2728| Category | Examples |29|----------|---------|30| **Emerging TTPs** | New exploitation techniques, novel social engineering methods, AI-augmented attacks |31| **Technology shifts** | New platforms widely adopted, legacy tech being deprecated, cloud migration patterns |32| **Threat actor evolution** | New groups emerging, existing groups changing targets, capability development |33| **Geopolitical drivers** | Conflicts, sanctions, elections, diplomatic shifts |34| **Regulatory/legal** | New laws, enforcement actions, liability changes |35| **Underground economy** | New services, market shifts, ecosystem changes |3637### 4. Develop Scenarios38For each significant signal, develop three scenarios:39- **Best case**: Signal does not materialise or is mitigated40- **Worst case**: Signal materialises with maximum impact41- **Most likely**: Balanced assessment based on available evidence4243### 5. Assess Impact and Likelihood44For each scenario:45- Likelihood (using probability yardstick from likelihood-language skill)46- Impact on organisation (Critical/High/Moderate/Low/Negligible)47- Time to materialise48- Confidence in assessment4950### 6. Identify Early Warning Indicators51For each high-impact scenario, define:52- What observable indicators would suggest this is materialising?53- Where would we see these indicators? (collection sources)54- How frequently should we monitor?5556## Output Template5758```markdown59## Horizon Scanning Report: [Focus Area]60**Period**: [Time horizon]61**Date**: YYYY-MM-DD6263### Executive Summary64[Key emerging threats and their implications]6566### Emerging Threats6768#### [Threat 1]: [Title]69- **Signal strength**: Weak / Emerging / Established70- **Time horizon**: [When could this materialise?]71- **Likelihood**: [Probability yardstick term]72- **Potential impact**: [Critical/High/Moderate/Low]73- **Confidence**: [Level with rationale]74- **Description**: [What is this threat and why does it matter?]75- **Early warning indicators**: [What to watch for]76- **Recommended action**: [Proactive steps]7778### Scenario Analysis79[For top 2-3 threats, develop best/worst/most likely scenarios]8081### Collection Gaps82[What we need to monitor but currently can't]83```8485## Common Signals to Monitor (CTI)86- AI-powered phishing/deepfakes maturation87- Quantum computing impact on cryptography88- Supply chain security tooling gaps89- Cloud-native attack technique evolution90- Ransomware business model evolution91- Nation-state cyber capability proliferation92- Infostealer-to-ransomware pipeline evolution93- Edge device/IoT exploitation trends