threat-hunter

Guide hypothesis-driven threat hunts and convert findings into LimaCharlie D&R rules.

Updated Nov 5, 2025
One-click install
npx skills add https://github.com/tekgrunt/boot-test --skill threat-hunter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: threat-hunter
Source: https://github.com/tekgrunt/boot-test/tree/main/.claude-plugin/plugins/limacharlie-skills/skills/threat-hunter
Command: npx skills add https://github.com/tekgrunt/boot-test --skill threat-hunter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Threat-hunters need a structured, hypothesis-driven approach to detect and investigate threats, and to turn insights into automated defenses.

Core Features & Use Cases

  • Hypothesis-driven hunting guidance aligned with MITRE ATT&CK
  • Data collection, querying, pivoting, and documentation workflows
  • Conversion of successful hunts into D&R rules for automation, with best practices for baselining and suppression

Quick Start

Define a focused hunting hypothesis and run a LCQL query over recent data to validate it.

Frequently Asked Questions about threat-hunter

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

FAQPage Schema
How do I start hypothesis-driven threat hunting using MITRE ATT&CK?

Hypothesis-driven threat hunting starts by defining a focused assumption about adversary behavior mapped to MITRE ATT&CK. You then validate it by running targeted queries over recent data to identify anomalies and investigate potential threats.

What is the best way to convert threat hunting findings into automated detections?

Converting threat hunting findings into automated detections involves turning validated query results into D&R rules. This establishes automated defenses, applying best practices for baselining normal activity and suppressing false positives to ensure reliable alerts.

How do I construct LCQL queries for incident response data collection?

Constructing LCQL queries for incident response involves guiding data collection and querying workflows across LimaCharlie. You pivot through collected telemetry to validate hunting hypotheses and document investigative steps for broader analysis.

Does threat hunting work for building proactive defense workflows and baselines?

Threat hunting supports proactive defense workflows by establishing behavioral baselines and developing detections. It structures the investigation process to ensure data collection and analysis directly satisfy proactive defense requirements.

Can I use LimaCharlie for hypothesis-driven detections and incident response?

LimaCharlie supports hypothesis-driven detections and incident response by enabling structured data querying and pivoting. It allows operators to document findings and convert successful hunts directly into automated detection and response rules.

What are the limitations of hypothesis-driven threat hunting?

Hypothesis-driven threat hunting limitations include the necessity of defining a focused initial hypothesis and requiring recent data availability to validate LCQL queries. Without accurate baselining and suppression, automated detections risk generating excessive false positives.