analyzing-indicators-of-compromise

Consolidate VirusTotal, AbuseIPDB, and MalwareBazaar results into a unified confidence score and disposition.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Axxxxxxaaann/KAIRI-Skills --skill analyzing-indicators-of-compromise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-indicators-of-compromise
Source: https://github.com/Axxxxxxaaann/KAIRI-Skills/tree/main/skills/analyzing-indicators-of-compromise
Command: npx skills add https://github.com/Axxxxxxaaann/KAIRI-Skills --skill analyzing-indicators-of-compromise

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

An IOC analysis and enrichment workflow that scores and triages indicators of compromise (IOCs) by consolidating multi-source intelligence from VirusTotal, AbuseIPDB, and MalwareBazaar.

Core Features & Use Cases

  • Multi-source enrichment from VirusTotal, AbuseIPDB, and MalwareBazaar
  • Contextual scoring and dispositioning of IOCs for blocking, monitoring, or investigation
  • Use Case: triage phishing IOC sets from security alerts or threat intel feeds and determine containment actions

Quick Start

Supply an IOC to the agent to obtain enrichment data, a confidence score, and a recommended disposition.

Frequently Asked Questions about analyzing-indicators-of-compromise

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

FAQPage Schema
How do I automate IOC enrichment across VirusTotal, AbuseIPDB, and MalwareBazaar?

IOC enrichment consolidates intelligence from VirusTotal, AbuseIPDB, and MalwareBazaar into a unified confidence score and disposition. Supply an indicator to the agent to query these APIs and obtain structured enrichment data for incident response.

Can I triage IPs, domains, URLs, and file hashes with multi-source threat intelligence?

Yes, threat intelligence triage supports IPs, domains, URLs, and file hashes. The workflow queries multiple sources to contextualize the indicator, returning a confidence score and recommended disposition for blocking, monitoring, or investigating.

What API keys do I need to score indicators of compromise for incident response?

Scoring indicators of compromise requires active API access to VirusTotal, AbuseIPDB, and MalwareBazaar. You must also define a scoring framework to interpret the consolidated results into a structured disposition for your incident response workflow.

How do I calculate a confidence score for phishing indicators from threat intel feeds?

Confidence scoring consolidates VirusTotal, AbuseIPDB, and MalwareBazaar results for a given IOC into a unified score. You must define the scoring framework to determine the containment actions for phishing indicators from threat intel feeds.

Does this IOC analysis workflow require any specific Python dependencies?

IOC analysis requires the Python requests library to fetch threat intelligence data. The workflow operates as a script with reference components to consolidate API responses into a structured confidence score.

When should I use multi-source IOC enrichment instead of querying a single threat intelligence platform?

Multi-source IOC enrichment is ideal when triaging alerts or threat intel feeds that require cross-referencing between VirusTotal, AbuseIPDB, and MalwareBazaar to determine containment actions. It provides a unified confidence score rather than isolated platform data.