correlate-ioc

Correlate IOC lists against SIEM alerts and SOAR cases.

120|34|Updated May 9, 2025
One-click install
npx skills add https://github.com/dandye/ai-runbooks --skill correlate-ioc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: correlate-ioc
Source: https://github.com/dandye/ai-runbooks/tree/main/skills/correlate-ioc
Command: npx skills add https://github.com/dandye/ai-runbooks --skill correlate-ioc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps security teams rapidly determine if a given IOC has previously triggered alerts or is part of ongoing investigations by correlating IOC lists with SIEM and case data.

Core Features & Use Cases

  • IOC correlation: query SIEM alerts and SOAR cases for matches to IOCs.
  • Context enrichment: summarize related alerts and cases to guide incident response.
  • Use Case: Before starting an investigation, verify whether an IOC is already under observation to scope the engagement.

Quick Start

Query the system with an IOC list to retrieve related SIEM alerts and open cases.

Frequently Asked Questions about correlate-ioc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I correlate IOCs across SIEM alerts and SOAR cases?

Correlate IOCs across SIEM alerts and SOAR cases by querying SIEM and SOAR APIs with an IOC list and time frame, returning related alerts, open cases, correlation status, and malicious confidence levels.

What is the best way to check if an IOC is already part of an ongoing investigation?

Check if an IOC is part of an ongoing investigation by querying SOAR cases with a provided IOC list and case filter, which returns related cases and a correlation status flag indicating active observance.

Do I need SIEM and SOAR API access to correlate indicators of compromise?

Yes, you need SIEM and SOAR API access to correlate indicators of compromise, because the Skill queries these platforms directly to surface related alerts and cases for the provided IOC list.

Can I scope an incident response engagement using a list of IOCs?

Scope an incident response engagement using a list of IOCs by providing the list with a specified time frame in hours, which returns related SIEM alerts, related cases, and malicious confidence to guide the response.

How does IOC correlation summarize related alerts for threat hunting?

IOC correlation summarizes related alerts for threat hunting by matching an IOC list against SIEM and SOAR data, returning contextual summaries of related alerts, cases, and a malicious confidence score.

What inputs are required to find SIEM alerts related to a threat campaign?

Finding SIEM alerts related to a threat campaign requires an IOC list, a time frame in hours, and an optional SOAR case filter, returning correlated SIEM alerts, related cases, and correlation status.