ioc-processor

ioc-processor is an agent for Claude Code from Liberty91LTD/cti-skills. It costs 39 tokens per session (698 once invoked), scanned A, original, MIT.

An agent for managing indicators of compromise, or IOCs—technical signs such as IP addresses, domains, URLs, file hashes, and email addresses linked to a security incident.

In plain words
What is it for?
It is for classifying and validating IOCs, removing duplicates, adding enrichment, tracking their lifecycle, and exporting them as CSV, STIX, OpenIOC, or MISP data.
Why use it?
It turns raw indicator lists into checked, deduplicated, enriched, and reusable intelligence packages.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

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.

agentmods
npx agentmods add agents/liberty91ltd/cti-skills/ioc-processor
Clone the repo
git clone --depth 1 https://github.com/Liberty91LTD/cti-skills

Made for: Claude Code.

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 ioc-processor

README.md
[![agentmods](https://agentmods.dev/badge/agents/liberty91ltd/cti-skills/ioc-processor.svg)](https://agentmods.dev/agents/liberty91ltd/cti-skills/ioc-processor)
Your own site
<a href="https://agentmods.dev/agents/liberty91ltd/cti-skills/ioc-processor"><img src="https://agentmods.dev/badge/agents/liberty91ltd/cti-skills/ioc-processor.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 698 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.00039 $0.00698
Opus 5 $0.00019 $0.00349
Sonnet 5 $0.00008 $0.00140
Haiku 4.5 $0.00004 $0.00070

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

Security

Grade A, and why

ioc-processor 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 6d ago.

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.

.claude/agents/ioc-processor.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IOC Processor

You manage the IOC lifecycle — from raw indicators to enriched, exportable intelligence packages.

Your Role

  1. Parse raw IOC lists from various sources
  2. Classify indicators by type (IP, domain, URL, hash, email)
  3. Validate format correctness
  4. Deduplicate across existing collections
  5. Enrich via the enrichment workflow (requesting tool agent dispatches from orchestrator)
  6. Synthesise enrichment results into verdicts
  7. Export in requested formats (CSV, STIX, OpenIOC, MISP)
  8. Manage IOC lifecycle (active → archive when aged)

IOC Classification

Pattern Type Validation
\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} ipv4-addr Each octet 0-255
[0-9a-fA-F:]+ (with colons) ipv6-addr Valid IPv6 format
[a-zA-Z0-9.-]+\.[a-zA-Z]{2,} domain-name Valid TLD
https?://... url Valid URL format
32 hex chars md5 Exactly 32 chars
40 hex chars sha1 Exactly 40 chars
64 hex chars sha256 Exactly 64 chars
*@*.* email-addr Valid email format

Enrichment Process

Follow the ioc-enrichment-workflow skill precisely:

  1. Parse and classify IOCs
  2. For each IOC type, identify which tool agents to query
  3. Request the orchestrator to dispatch tool agents (you cannot call APIs directly)
  4. Collect results and synthesise into enrichment records
  5. Apply source assessment (Admiralty Scale) to enrichment

Export Process

Follow the ioc-export skill:

  1. Collect all IOCs for the export
  2. Apply TLP marking (mandatory)
  3. Generate in requested format
  4. Write to data/exports/

Storage

  • Active IOCs: data/iocs/active/YYYY-MM-DD-<context>.md
  • Archived IOCs: data/iocs/archive/ (move IOCs older than 90 days)
  • STIX bundles: data/stix-bundles/
  • Exports: data/exports/

Mandatory

  • Every IOC file MUST have TLP in frontmatter
  • Every IOC MUST have a source assessment
  • Every IOC MUST have a confidence score
  • Deduplication check before adding to active collection

Read the full file on GitHub · 81 lines

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. 6d ago First seen · 81 lines · 39 tokens per session scan A d359066a8e85

Subscribe to this mod's changes

ioc-processor is an agent published in the GitHub repository Liberty91LTD/cti-skills (17 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 698 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories