From mas-hunt
Use when hunting Windows compromise from forensic evidence with full-visibility ingestion into Elasticsearch (ECS), including Zimmerman-coverage artifacts and mandatory 5-layer validation before verdict.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mas-hunt:windows-threat-huntThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Condensed doctrine for Windows evidence hunting:
Condensed doctrine for Windows evidence hunting:
evidence.path + evidence.system.path).NO_VERDICT is the default state.
A verdict is allowed only when all five layers pass.
At minimum, ingest:
SYSTEM, SOFTWARE, SAM, SECURITY, DEFAULT, NTUSER.DAT, UsrClass.dat, Amcache.hve)*.pf)$MFT) + USN Journal ($Extend\\$UsnJrnl:$J when available)*.log, *.etl, *.txt, *.json, *.xml, *.csv) with path-derived indexingEvtxECmd, RECmd, MFTECmd, PECmd, SBECmd, SrumECmd, JLECmd, LECmd, etc.) when CSVs existDefault prefix: windows-evidence
{prefix}-evtx{prefix}-registry{prefix}-shellbags{prefix}-prefetch{prefix}-mft{prefix}-usnjrnl{prefix}-shortcuts{prefix}-srum{prefix}-exec-events{prefix}-artifact-inventory{prefix}-log-<path-derived-name>{prefix}-zimmerman-<tool> (when Zimmerman CSV outputs are found)uv run ${CLAUDE_PLUGIN_ROOT}/skills/windows-threat-hunt/scripts/ingest_windows_full_visibility.py \
--evidence-root /path/to/evidence \
--es-url http://localhost:9200 \
--index-prefix windows-evidence
uv run ${CLAUDE_PLUGIN_ROOT}/skills/windows-threat-hunt/scripts/validate_windows_5_layers.py \
--es-url http://localhost:9200 \
--index-prefix windows-evidence \
--output /path/to/evidence/windows-validation-report.json
VERDICT_ALLOWEDNO_VERDICTsvchost.exe in wrong path is a red flag.For field details, Zimmerman mapping, and analyst checklist, see reference.md.
npx claudepluginhub pmatheus/mas-hunt --plugin mas-huntProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.