IOC Defanger
Developer Official v1.0.1Extracts indicators of compromise from raw text and neutralises them deterministically, so they are safe to share, then drafts an analyst note.
by skrptiq
Sign in to import this skrpt into your workspace.
Sign inWhat's included 3 nodes
IOC Defanger
Extract IOCs, defang them deterministically, and draft an analyst note.
Analyst Note
Drafts a short threat-analyst note from the defanged indicators.
Analyst Note
Drafts an analyst note from defanged indicators.
Regex extract
built-in · offline · 0 tokensPull every match of a regular expression out of the text.
Defang
built-in · offline · 0 tokensNeutralise URLs, emails and IPs so they can't be clicked or auto-linked.
Requirements 1 service
- LLM Service
Security Passed
Detected
- Services: llm-service
- Permissions:
- Data Handling:
Version history 1 release
GH#820 — migrate both builtin steps (extract-iocs, defang-iocs) to the node-less `local.builtin` shape (#802 D1b): `id`/`input`/`context`, no backing skill nodes/edges; the `defang` step now takes `input: {{steps.extract-iocs.output}}` (was a from_step binding); downstream ref `{{steps.Defang IOCs.output}}` → `{{steps.defang-iocs.output}}`. Deterministic output unchanged. contents skills 3→1.
More from Developer
View all →Onboarding Setup Pipeline
Generates personalized onboarding materials and interview questions
Ralph Wiggum Loop
Autonomous development loop — pick a task, implement, test, commit, repeat until done
API Weather Pipeline
Demonstrates schema-driven API integration: reads an OpenWeatherMap API schema, composes requests, and generates a weather briefing