vault-ingest

Ingests forensic sources into CyberSecSuite vault with delta tracking and semantic indexing.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/DCx7C5/cybersecsuite --skill vault-ingest-dcx7c5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-ingest
Source: https://github.com/DCx7C5/cybersecsuite/tree/main/.claude/skills/vault-ingest
Command: npx skills add https://github.com/DCx7C5/cybersecsuite --skill vault-ingest-dcx7c5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingests and semantically indexes forensic sources into the CyberSecSuite vault, enabling delta-tracked ingestion, automatic extraction of entities, IOCs, and TTPs, and updating wiki pages and caches.

Core Features & Use Cases

  • Ingests files or URLs into the vault and skips unchanged sources via delta-tracking.
  • Extracts actionable intelligence (entities, IOCs, TTPs) and creates or updates wiki pages, index, and hot cache.
  • Use Case: A SOC analyst ingests incident artifacts to auto-populate the vault with searchable intelligence and linked references.

Quick Start

Ingest a new source by specifying the file path or URL.

Frequently Asked Questions about vault-ingest

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

FAQPage Schema
How do I automatically extract IOCs and TTPs from forensic sources?

Forensic source ingestion involves loading files or URLs into the CyberSecSuite vault to semantically index artifacts. The process extracts actionable intelligence, including entities, IOCs, and TTPs, then automatically generates and updates linked wiki pages. It uses delta-tracking to skip unchanged sources and maintain indices efficiently.

Can I ingest URLs and local files into the vault without duplicating data?

Yes, you can ingest both URLs and local files without duplicating data because the skill uses delta-tracked ingestion. It automatically identifies and skips unchanged sources during the ingestion process. This ensures that subsequent scans only process new or modified forensic artifacts, keeping indices updated efficiently.

How do I build a wiki from ingested forensic artifacts?

To build a wiki from ingested forensic artifacts, specify the file path or URL for ingestion. The skill extracts entities, IOCs, and TTPs from the sources, then automatically creates and updates wiki pages with linked references. It also performs housekeeping on indices and hot caches to maintain vault searchability.

Does vault ingest require specific MCP tools to orchestrate intelligence extraction?

Yes, vault ingest relies on the vault_ingest and vault_status MCP tools to orchestrate the extraction process. These tools manage the ingestion of local files and URLs, coordinate the extraction of entities, IOCs, and TTPs, and handle wiki maintenance. No additional dependencies are required beyond this MCP tool integration.

What is delta-tracked ingestion for cybersecurity vaults?

Delta-tracked ingestion is a mechanism that identifies and skips unchanged forensic sources when ingesting files or URLs into the vault. By comparing source states, it ensures only new or modified data is processed for entity, IOC, and TTP extraction. This optimizes performance and maintains updated indices without redundant processing.