ioc-pivot

Solid

IOC pivots for a CVE — top IPs, ASNs, geo distribution, ATT&CK technique chain, Shadowserver scan counts (1d/7d/30d/90d averages), CrowdSec community sightings, merged in-the-wild timeline. Optional STIX 2.1 bundle export for Splunk / Sentinel / Cortex / Tines ingestion. Use when investigating an active CVE, building a blocklist, exporting to SOAR, or correlating with internal SIEM logs.

AI & Automation 9 stars 1 forks Updated 4 days ago Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Vulnetix IOC Pivot Skill ## Use when - A CVE is actively exploited and you need a blocklist of attacker IPs/ASNs to feed your edge firewall. - Exporting to STIX 2.1 for Splunk / Sentinel / Cortex / Tines ingestion. - Building a geo-distribution view of attack origin for an executive brief. - Correlating CrowdSec community sightings with internal SIEM detections. - Mapping the ATT&CK technique chain associated with the exploit. ## Don't use for - Generating detection rules for the IDS — use `/vulnetix:detection-rules`. - Single-CVE enrichment without IOC focus — use `/vulnetix:vuln`. - Cross-CVE IOC search by country/ASN — use `vulnetix vdb iocs list` directly (this skill is per-CVE). ## Conventions This skill follows [`_lib/contract.md`](../_lib/contract.md): the Vulnetix CLI is auto-installed by hooks, `.vulnetix/capabilities.yaml` is always present, every `vulnetix vdb` call is piped through a verified `jq` filter from [`_lib/jq/`](../_lib/jq/), independent calls run in parallel as concurrent Bash tool calls, and trailing follow-ups are limited to one line. See the contract for output style, memory write rules, and cooldowns. Builds a SOC-grade IOC view for a single CVE — combines `vdb iocs` (CrowdSec sightings + Shadowserver counts) and `vdb sightings` (merged timeline) into a single report. Exports STIX bundle when the user has a SOAR sink. ## Step 1: Load capabilities Read `.vulnetix/capabilities.yaml`. Capture `derived.soar` to decide STIX export; capture `de...

Details

Author
Vulnetix
Repository
Vulnetix/pix-ai-coding-assistant
Created
4 months ago
Last Updated
4 days ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category