Converts research on system behavior and adversary tradecraft into structured hunt hypotheses.
Install
mkdir -p .claude/skills/hunt-focus-definition && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2993" && unzip -o skill.zip -d .claude/skills/hunt-focus-definition && rm skill.zipInstalls to .claude/skills/hunt-focus-definition
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Define a focused hunt hypothesis by synthesizing completed system internals and adversary tradecraft research. Use this skill after research has been completed to narrow a high-level hunt topic into a single, concrete attack pattern with clear investigative intent. This skill produces a structured, testable hypothesis and should be used before selecting data sources, defining environment scope, or developing analytics.Key capabilities
- →Normalizes research into structured hunt templates
- →Selects single dominant attack pattern for investigation
- →Maps telemetry to hypothesis components
- →Enforces investigative scope boundaries
- →Synthesizes system internals with adversary tradecraft
How it works
It applies a logic template to synthesize existing research notes into a constrained, actionable investigative statement.
Inputs & outputs
When to use hunt-focus-definition
- →Formulate a testable hunt hypothesis
- →Synthesize research for attack investigations
- →Define investigative intent for specific threats
- →Prepare for data source selection in a hunt
About this skill
Define Hunt Focus
This skill synthesizes completed research on system internals and adversary tradecraft into a single, focused hypothesis that defines what specific attack pattern will be investigated in the hunt.
It is executed after research has been completed and before detailed hunt planning, environment scoping, or query development.
Workflow
- You MUST complete each step in order and MUST NOT proceed until the current step is complete.
- You MUST NOT perform new web searches or introduce new research in this skill.
Step 1: Synthesize Research Context
Establish the context required to define a focused hunt hypothesis using the outputs of prior research.
- Use the provided hunt research context.
- Draw only from:
- System internals research findings
- Adversary tradecraft research findings
- Identified candidate abuse patterns
- Do NOT read additional reference documents or perform new research.
This step is complete when there is sufficient context to reason about a concrete, observable attack pattern.
Step 2: Select a Single Attack Pattern
Select one attack pattern to focus the hunt.
- Choose the pattern that is:
- Most realistic for the environment
- Clearly observable based on expected telemetry
- Actionable for hypothesis-driven investigation
- If multiple patterns exist, select the dominant one.
Do NOT select multiple patterns.
Step 3: Generate the Hunt Hypothesis
Create a structured hunt hypothesis describing the selected attack pattern.
- Use the format defined in
references/hypothesis-template.mdwithin this step ONLY. - Populate all required sections of the template.
Do NOT define time windows, environment scope, data sources, or constraints in this step.
Those details are defined later when the hunt is assigned to a specific environment or operational context.
When not to use it
- →Broad security discovery without specific targets
- →Initial research phases before data is gathered
Limitations
- →Requires pre-existing, completed research content
- →Forces a single pattern, ignoring complex multi-stage attacks
How it compares
It transforms unstructured research into a rigid hypothesis format suitable for data analysis, preventing scope creep.
Compared to similar skills
hunt-focus-definition side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| hunt-focus-definition (this skill) | 1 | 7mo | No flags | Intermediate |
| red-team-tools-and-methodology | 7 | 6mo | Review | Advanced |
| hunt-research-system-and-tradecraft | 1 | 7mo | No flags | Intermediate |
| security-research | 0 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by OTRF
View all by OTRF →You might also like
red-team-tools-and-methodology
davila7
This skill should be used when the user asks to "follow red team methodology", "perform bug bounty hunting", "automate reconnaissance", "hunt for XSS vulnerabilities", "enumerate subdomains", or needs security researcher techniques and tool configurations from top bug bounty hunters.
hunt-research-system-and-tradecraft
OTRF
Research system internals and adversary tradecraft to ground a threat hunt in real system behavior and realistic abuse patterns. Use this skill at the start of hunt planning, when you are given a high-level hunt topic but lack a clear understanding of how the system normally operates or how adversaries are known to abuse it. This skill informs early hunt direction by producing candidate abuse patterns, key assumptions, and cited sources, and should be used before defining a concrete hunt hypothesis or selecting data sources.
security-research
protoLabsAI
Run a multi-step security intelligence workflow: scan CVE feeds, check Exploit-DB, aggregate security RSS, correlate with target intel, generate threat brief.
code-understanding
gadievron
Provides adversarial code comprehension for security research, mapping architecture, tracing data flows, and hunting vulnerability variants to build ground-truth understanding before or alongside static analysis.
anti-reversing-techniques
T-Sunm
Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or u...
forensics
novice1248
CTFのForensics(フォレンジクス)ジャンル。パケット解析、ファイルカービング、ステガノグラフィ、メモリフォレンジクスについて説明。Forensics問題に取り組む際に参照。