Hayabusa
БесплатноНе проверенEnables EVTX (Windows Event Log) analysis via Hayabusa, providing tools to scan event logs and retrieve detection rules.
Описание
Enables EVTX (Windows Event Log) analysis via Hayabusa, providing tools to scan event logs and retrieve detection rules.
README
MCP server that wraps the Hayabusa CLI for EVTX (Windows Event Log) analysis, exposing scan_evtx and get_hayabusa_rules tools.
Prerequisites
- Python 3.10+ (this machine's default
python/pyis 3.8 — usepy -3.13explicitly; see below) - The Hayabusa binary —
download_hayabusa.py(below) fetches it into./hayabusa/, whichserver.pyfinds automatically. Alternatively, setHAYABUSA_PATHor puthayabusaonPATH.
Setup
py -3.13 -m pip install -r requirements.txt
py -3.13 download_hayabusa.py # downloads Hayabusa for this platform into ./hayabusa/
server.py finds the downloaded binary automatically — no env var needed. On Linux, set HAYABUSA_LIBC=musl at download time if you need the musl build instead of the glibc default.
Run
py -3.13 server.py
This starts the server on stdio, for use with an MCP client (e.g. Claude Code, Claude Desktop).
Tool: scan_evtx
| Argument | Type | Default | Description |
|---|---|---|---|
evtx_path |
str | required | Path to a single .evtx file to scan |
min_severity |
str | medium |
Minimum severity to include: informational, low, medium, high, critical |
Returns a formatted JSON string (total_detections + a detections array), or {"error": ...} on failure (missing file, missing Hayabusa binary, non-zero exit, timeout, locked/inaccessible file, invalid min_severity).
Tool: get_hayabusa_rules
| Argument | Type | Default | Description |
|---|---|---|---|
keyword |
str | "" |
Case-insensitive substring matched against each rule's title/id/tags/category. Empty = all rules. |
limit |
int | 50 |
Max rules returned, clamped to [1, 500] (there are ~5000 rule files total) |
Returns a formatted JSON string: total_rules_scanned, total_matches, returned, truncated, and a rules array (each with title, id, level, status, category, tags, source, path), sorted highest-severity-first. The first call per server process takes a few seconds (parsing ~5000 YAML rule files); results are cached in memory afterward, so subsequent calls are near-instant regardless of keyword/limit.
Status
Verified against a real, locally downloaded Hayabusa v3.10.0 and real EVTX data (including a locked live Windows event log, to confirm error handling). See CLAUDE.md for architecture notes and known gaps.
Установка Hayabusa
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/chiomao23/MCP-Detection-Knowledge-BasesFAQ
Hayabusa MCP бесплатный?
Да, Hayabusa MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Hayabusa?
Нет, Hayabusa работает без API-ключей и переменных окружения.
Hayabusa — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Hayabusa в Claude Desktop, Claude Code или Cursor?
Открой Hayabusa на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Hayabusa with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
