mcp-hayabusa
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-hayabusaScan the EVTX file at /tmp/lab/sample.evtx and summarize top findings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-hayabusa
This repo is my working space for Modules 3 & 4 — MCP Hayabusa in AI Cyber Defense Ops, a Just Hacking Training (JHT) course offered by Women in CyberSecurity (WiCyS) and taught by Anton Ovrutsky. All modules found in the ai-defense-labs repo at https://github.com/SBecraft/ai-defense-labs
The course centers on the Claude ecosystem — Claude Code and Claude Desktop — rather than treating AI as a single chat model bolted onto existing tools. Claude Code in particular behaves more like a productivity suite than a model: it ships with Hooks, Skills, Slash Commands, MCP support, and session/context management, and the course is built around learning how to compose those pieces into real detection engineering and threat intel workflows.
An MCP (Model Context Protocol) server that wraps Hayabusa — a Windows event log fast-forensics timeline generator — for EVTX analysis, and doubles as a small detection engineering knowledge base.
What it exposes
Three tools:
scan_evtx— runs Hayabusa against an EVTX file and returns structured JSON findings, filterable by severity and rule title. Scans the curatedcustom_rules/set.get_hayabusa_rules— lists the ~5000 Sigma rules Hayabusa ships with, optionally filtered by keyword.analyze_coverage— given an ATT&CK technique ID or tactic name, reports which techniques the curated rules cover, partially cover, or leave as gaps.
Four resources, under the detection:// URI scheme:
detection://rules— index of the curated Sigma rulesdetection://rules/{rule_name}— a rule's raw YAMLdetection://rules/by-technique/{technique_id}— rules tagged with an ATT&CK techniquedetection://attack/techniques/{technique_id}— technique detail plus a coverage verdict
Related MCP server: hayabusa-mcp
Stack
Python 3, the
mcplibrary (stdio transport),pydantic,pyyamlHayabusa CLI, downloaded as a prebuilt binary and invoked as a subprocess
Running
python scripts/download_hayabusa.py # fetch the Hayabusa binary
python scripts/download_attack_data.py # fetch the MITRE ATT&CK STIX bundle
pip install -r requirements.txt
python tests/test_scan_evtx.py # manual smoke testThe server is normally launched by an MCP client via .mcp.json rather than
run directly. The Hayabusa binary and ATT&CK data are fetched per-machine and
gitignored; custom_rules/ is authored content and checked in.
A Note on Placeholders
This is public coursework, so anything that pointed at my local machine or personal accounts has been replaced with generic placeholders:
Placeholder | Stands for |
| the home directory this repo was developed in |
| the Windows user profile (Claude Desktop config lives here) |
| this repo's absolute path on disk |
Commits are authored under a GitHub noreply address rather than a personal email. If you clone this, substitute your own paths — the placeholder paths are documentation, not working config, and nothing is meant to run against them as written.
The hostnames, IPs, domains, accounts, and incident write-ups here are
synthetic lab data. The insecurebank.local domain in environment/, the
INC-2024-* case files in investigations/, and the scenarios in playbooks/
describe a fictional environment built for the coursework — they do not
correspond to any real network, organization, or incident. Sample EVTX files in
tests/samples/ come from the public
EVTX-ATTACK-SAMPLES repo.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables an LLM client to scan Windows event log files (EVTX) for suspicious activity using Hayabusa, and browse its detection rules directly in conversation.Last updated
- Alicense-qualityBmaintenanceEnables Windows Event Log (EVTX) analysis by wrapping Hayabusa, exposing scan and rule retrieval tools.Last updatedMIT
- Flicense-qualityCmaintenanceEnables EVTX (Windows Event Log) analysis via Hayabusa, providing tools to scan event logs and retrieve detection rules.Last updated
- Flicense-qualityBmaintenanceAnalyze Windows event logs (EVTX files) using Hayabusa, with tools to scan EVTX files for detections and list Hayabusa detection rules.Last updated
Related MCP Connectors
55 tools, 7 Resources, Sigma rules, email SPF/DMARC, MITRE, CVE/KEV, risk_score. No key.
Offline methodology engine for authorized penetration testing, CTF, and security research.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SBecraft/mcp-hayabusa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server