analyzing-threat-landscape-with-misp

analyzing-threat-landscape-with-misp is a skill for Claude Code, Codex from autohandai/community-skills. It costs 75 tokens per session (343 once invoked), scanned A, a copy of analyzing-threat-landscape-with-misp, Apache-2.0.

A guide for analyzing a MISP threat-intelligence database. MISP is a platform for sharing and organizing information about malicious activity, such as IP addresses, domains, file hashes, malware, and threat groups.

In plain words
What is it for?
Use it to query MISP with PyMISP, summarize events and indicators, track threat actors and malware families, and generate time-based threat-landscape reports.
Why use it?
It turns stored intelligence into summaries of activity, indicator types, threat actors, techniques, and changes over time. This helps analysts understand which threats are most common in their data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to query MISP with PyMISP, summarize events and indicators, track threat actors and malware families, and generate time-based threat-landscape reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/autohandai/community-skills/analyzing-threat-landscape-with-misp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add autohandai/community-skills --skill analyzing-threat-landscape-with-misp
Clone the repo
git clone --depth 1 https://github.com/autohandai/community-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for analyzing-threat-landscape-with-misp

README.md
[![agentmods](https://agentmods.dev/badge/skills/autohandai/community-skills/analyzing-threat-landscape-with-misp/github.svg)](https://agentmods.dev/skills/autohandai/community-skills/analyzing-threat-landscape-with-misp)
Your own site
<a href="https://agentmods.dev/skills/autohandai/community-skills/analyzing-threat-landscape-with-misp"><img src="https://agentmods.dev/badge/skills/autohandai/community-skills/analyzing-threat-landscape-with-misp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for analyzing-threat-landscape-with-misp

Your own site · 80×15
<a href="https://agentmods.dev/skills/autohandai/community-skills/analyzing-threat-landscape-with-misp"><img src="https://agentmods.dev/badge/skills/autohandai/community-skills/analyzing-threat-landscape-with-misp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 343 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 84% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.00343
Opus 5 $0.00037 $0.00171
Sonnet 5 $0.00015 $0.00069
Haiku 4.5 $0.00007 $0.00034

Measured 9d ago against content hash a1884dd843fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

analyzing-threat-landscape-with-misp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/agent.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

84% identical to analyzing-threat-landscape-with-misp — 56 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

analyzing-threat-landscape-with-misp/SKILL.md · 43 lines

What it actually says

Instructions

  1. Install dependencies: pip install pymisp
  2. Configure MISP URL and API key.
  3. Run the agent to generate threat landscape analysis:
    • Pull event statistics by threat level and date range
    • Analyze attribute type distributions (IP, domain, hash, URL)
    • Identify top MITRE ATT&CK techniques from event tags
    • Track threat actor activity via galaxy clusters
    • Generate temporal trend analysis of IOC submissions
python scripts/agent.py --misp-url https://misp.local --api-key YOUR_KEY --days 90 --output landscape_report.json

Examples

Threat Landscape Summary

Period: Last 90 days
Events analyzed: 1,247
Top threat level: High (43%)
Top attribute type: ip-dst (31%), domain (22%), sha256 (18%)
Top MITRE technique: T1566 Phishing (89 events)
Top threat actor: APT28 (34 events)
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 43 lines · 75 tokens per session scan A a1884dd843fa

Subscribe to this mod's changes

analyzing-threat-landscape-with-misp is a skill published in the GitHub repository autohandai/community-skills (11 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 75 tokens to every session and 343 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 84% identical to analyzing-threat-landscape-with-misp, differing in 56 lines, and is treated as a copy.

Related

Other skills, from other repositories

analyzing-threat-landscape-with-misp

Analyze the threat landscape using MISP (Malware Information Sharing Platform) by querying event statistics, attribute distributions, threat actor galaxy clusters, and tag trends over time. Uses PyMISP to pull event data, compute IOC type breakdowns, identify top threat actors and malware families, and generate threat…

pinkpixel-dev/skills-collection-1 · 75 tokens

analyzing-threat-landscape-with-misp

Analyze the threat landscape using MISP (Malware Information Sharing Platform) by querying event statistics, attribute distributions, threat actor galaxy clusters, and tag trends over time. Uses PyMISP to pull event data, compute IOC type breakdowns, identify top threat actors and malware families, and generate threat…

marysatasselshaped667/skills-collection-1 · 75 tokens

analyzing-threat-landscape-with-misp

Analyze the threat landscape using MISP (Malware Information Sharing Platform) by querying event statistics, attribute distributions, threat actor galaxy clusters, and tag trends over time. Uses PyMISP to pull event data, compute IOC type breakdowns, identify top threat actors and malware families, and generate threat…

RobotFlow-Labs/skills-repo · 75 tokens

analyzing-memory-forensics-with-lime-and-volatility

A method for collecting Linux computer memory with LiME and examining it with Volatility 3, a framework for extracting evidence from memory images.

killvxk/cybersecurity-skills-zh · 92 tokens

analyzing-memory-forensics-with-lime-and-volatility

Performs Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysis with Volatility 3 framework. Extracts process lists, network connections, bash history, loaded kernel modules, and injected code from Linux memory images. Use when performing incident response on compromised Linux systems.

plurigrid/asi · 71 tokens

analyzing-memory-forensics-with-lime-and-volatility

Performs Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysis with Volatility 3 framework. Extracts process lists, network connections, bash history, loaded kernel modules, and injected code from Linux memory images. Use when performing incident response on compromised Linux systems.

pinkpixel-dev/skills-collection-1 · 71 tokens