analyzing-threat-intelligence-feeds

Converts threat intelligence feeds into normalized, deduplicated STIX 2.1 indicators.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill analyzing-threat-intelligence-feeds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-threat-intelligence-feeds
Source: https://github.com/YukiIto1999/ctf-sleuth/tree/main/.claude/skills/analyzing-threat-intelligence-feeds
Command: npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill analyzing-threat-intelligence-feeds

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires taxii2-client, stix2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the ingestion and normalization of threat intelligence feeds into standardized STIX 2.1 indicators, enabling faster detection and contextualization of threats.

Core Features & Use Cases

  • Ingests TAXII 2.1 or REST threat intel feeds and parses STIX 2.1 data.
  • Deduplicates indicators and normalizes them into a unified schema for enrichment and correlation.
  • Exports enriched indicators and context for SIEM, TIPs, and incident response workflows.

Quick Start

Configure a TAXII server URL or collection URL and execute the full pipeline to fetch, deduplicate, normalize to STIX 2.1, score feed quality, and export STIX bundles.

Frequently Asked Questions about analyzing-threat-intelligence-feeds

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

FAQPage Schema
How do I normalize and deduplicate OSINT threat intelligence feeds into STIX 2.1 indicators?

To normalize and deduplicate OSINT threat intelligence feeds, this Skill ingests TAXII 2.1 or REST feed data and parses it into standardized STIX 2.1 indicators. It applies a unified schema for deduplication, preparing the indicators for enrichment and correlation.

Do I need a TAXII 2.1 server URL to ingest threat intel feeds into STIX format?

You need a TAXII 2.1 server URL or a collection URL to ingest threat intel feeds into STIX format. Alternatively, you can provide an optional ioc-file as input. The pipeline also requires the taxii2-client and stix2 Python libraries to function.

What is the best way to automate CTI workflow ingestion for SIEM and incident response?

The best way to automate CTI workflow ingestion for SIEM and incident response is to execute a full pipeline that fetches, deduplicates, and normalizes feed data. This Skill scores feed quality and exports enriched STIX bundles directly for security infrastructure consumption.

Can I export enriched STIX 2.1 bundles for Threat Intelligence Platforms (TIPs)?

Yes, you can export enriched STIX 2.1 bundles for Threat Intelligence Platforms (TIPs). The Skill processes ingested feed data through normalization and deduplication, then exports the enriched indicators and context specifically for TIPs, SIEM, and incident response workflows.

Why does my threat intelligence feed require indicator normalization and deduplication?

Threat intelligence feeds require indicator normalization and deduplication to resolve inconsistencies and overlapping data from multiple OSINT sources. Standardizing them into a unified STIX 2.1 schema enables accurate threat detection, contextualization, and correlation across security tools.