Best for
- Security teams wanting persistent memory and structure for threat hunting
- Analysts using Claude Code, GitHub Copilot, or Cursor
- Organizations wiring existing PEAK/TaHiTI processes into AI workflows
ATHF is a MIT-licensed threat hunting framework maintained by Nebulock Inc., created by Sydney Marrone. Its MCP server (since v0.11.0) exposes 17 tools covering hunt management, semantic search, ATT&CK coverage, research, and hypothesis generation. The default stdio transport is the safest; the sse/streamable-http transports are unauthenticated and bound to loopback, with the README explicitly advising caution and an authenticating proxy.
The Agentic Threat Hunting Framework (ATHF) is the memory and automation layer for threat hunting programs. It is a markdown-based framework that documents hunts using the LOCK pattern (Learn → Observe → Check → Keep) and maintains a searchable repository of past investigations, enabling AI assistants to reference your environment and previous work. ATHF works with any SIEM/EDR platform and any hunting methodology (PEAK, TaHiTI, or your own). Since v0.11.0 it ships an MCP server that exposes hunt management, semantic search, ATT&CK coverage, research, investigations, and AI-powered hypothesis generation directly to AI coding assistants.
{"athf":{"command":"athf-mcp","env":{"ATHF_WORKSPACE":"/path/to/your/hunts"}}}