Threat Intelligence
Research current threat intelligence for "$ARGUMENTS" covering recent CVEs, exploits, threat actor TTPs, MITRE ATT&CK mapping, and defensive recommendations.
Process
Research current threats:
- Use WebSearch to research current threats, vulnerabilities, and exploits targeting "$ARGUMENTS"
- Search for recent CVEs (last 12 months) affecting the technology or ecosystem
- Search for known threat actors targeting the technology or industry
- Search for recent security advisories and vendor patches
Identify recent CVEs and exploits:
- List relevant CVEs with: CVE ID, CVSS score, description, affected versions, exploit availability
- Categorize by severity (Critical, High, Medium, Low)
- Note which CVEs have known exploits in the wild
- Identify if patches are available and their release dates
- Check for proof-of-concept code or exploit kit inclusion
Analyze threat actor TTPs (if applicable):
- Identify known threat actors targeting the technology or industry
- Document their tactics, techniques, and procedures
- Note known campaigns and their objectives (espionage, financial, disruption)
- Assess capability and sophistication level
- Identify indicators of compromise (IOCs) associated with known actors
Map to MITRE ATT&CK framework:
- Map identified threats to MITRE ATT&CK techniques
- Cover relevant tactics: Initial Access, Execution, Persistence, Privilege Escalation, Defense Evasion, Credential Access, Discovery, Lateral Movement, Collection, Exfiltration, Impact
- Identify which ATT&CK techniques are most relevant to the organization
- Note detection opportunities for each mapped technique
Assess relevance to the organization:
- Evaluate which threats are most likely to affect the organization based on:
- Technology stack overlap with targeted technologies
- Industry alignment with threat actor targeting
- Geographic relevance of threat actors
- Exposure surface (internet-facing, internal only, supply chain)
- Rate overall threat level: Critical, High, Medium, Low
Recommend defensive measures:
- Prioritized list of defensive actions based on threat assessment
- Immediate actions: patch critical CVEs, update detection rules, review configurations
- Short-term: implement additional monitoring for identified TTPs, update firewall rules
- Strategic: architecture changes to reduce attack surface, security control improvements
- Map recommendations to specific threats for traceability
Write the artifact to .metapowers/security/$ARGUMENTS/threat-intel.md with heading:
Threat Intelligence Report
Include sections:
- Executive Summary — key threats, risk level, and top recommendations
- CVE Analysis — recent vulnerabilities with severity, exploit status, and patch availability
- Threat Actor Profile — known actors, TTPs, and campaign history (if applicable)
- MITRE ATT&CK Mapping — techniques and detection opportunities
- Relevance Assessment — threat applicability to the organization
- Defensive Recommendations — prioritized actions with timeline
Output
The threat intelligence report written to .metapowers/security/$ARGUMENTS/threat-intel.md. Present a summary to the user highlighting:
- Top threats and their severity
- Critical CVEs requiring immediate attention
- Most relevant threat actor TTPs
- Priority defensive recommendations
1---2name: threat-intel3description: Research threat intelligence for a specific technology or threat actor4---56# Threat Intelligence78Research current threat intelligence for "$ARGUMENTS" covering recent CVEs, exploits, threat actor TTPs, MITRE ATT&CK mapping, and defensive recommendations.910## Process11121. **Research current threats:**13 - Use WebSearch to research current threats, vulnerabilities, and exploits targeting "$ARGUMENTS"14 - Search for recent CVEs (last 12 months) affecting the technology or ecosystem15 - Search for known threat actors targeting the technology or industry16 - Search for recent security advisories and vendor patches17182. **Identify recent CVEs and exploits:**19 - List relevant CVEs with: CVE ID, CVSS score, description, affected versions, exploit availability20 - Categorize by severity (Critical, High, Medium, Low)21 - Note which CVEs have known exploits in the wild22 - Identify if patches are available and their release dates23 - Check for proof-of-concept code or exploit kit inclusion24253. **Analyze threat actor TTPs (if applicable):**26 - Identify known threat actors targeting the technology or industry27 - Document their tactics, techniques, and procedures28 - Note known campaigns and their objectives (espionage, financial, disruption)29 - Assess capability and sophistication level30 - Identify indicators of compromise (IOCs) associated with known actors31324. **Map to MITRE ATT&CK framework:**33 - Map identified threats to MITRE ATT&CK techniques34 - Cover relevant tactics: Initial Access, Execution, Persistence, Privilege Escalation, Defense Evasion, Credential Access, Discovery, Lateral Movement, Collection, Exfiltration, Impact35 - Identify which ATT&CK techniques are most relevant to the organization36 - Note detection opportunities for each mapped technique37385. **Assess relevance to the organization:**39 - Evaluate which threats are most likely to affect the organization based on:40 - Technology stack overlap with targeted technologies41 - Industry alignment with threat actor targeting42 - Geographic relevance of threat actors43 - Exposure surface (internet-facing, internal only, supply chain)44 - Rate overall threat level: Critical, High, Medium, Low45466. **Recommend defensive measures:**47 - Prioritized list of defensive actions based on threat assessment48 - Immediate actions: patch critical CVEs, update detection rules, review configurations49 - Short-term: implement additional monitoring for identified TTPs, update firewall rules50 - Strategic: architecture changes to reduce attack surface, security control improvements51 - Map recommendations to specific threats for traceability52537. **Write the artifact** to `.metapowers/security/$ARGUMENTS/threat-intel.md` with heading:5455 ## Threat Intelligence Report5657 Include sections:58 - **Executive Summary** — key threats, risk level, and top recommendations59 - **CVE Analysis** — recent vulnerabilities with severity, exploit status, and patch availability60 - **Threat Actor Profile** — known actors, TTPs, and campaign history (if applicable)61 - **MITRE ATT&CK Mapping** — techniques and detection opportunities62 - **Relevance Assessment** — threat applicability to the organization63 - **Defensive Recommendations** — prioritized actions with timeline6465## Output6667The threat intelligence report written to `.metapowers/security/$ARGUMENTS/threat-intel.md`. Present a summary to the user highlighting:68- Top threats and their severity69- Critical CVEs requiring immediate attention70- Most relevant threat actor TTPs71- Priority defensive recommendations