threat-hunting-methodology

threat-hunting-methodology is a skill for Claude Code, Codex from HermeticOrmus/LibreSecOps-Claude-Code. It costs 0 tokens per session (2,833 once invoked), scanned A, original, MIT.

A practical guide to threat hunting, the human-led search for attackers who evade automatic security alerts. It explains how to form testable questions, examine data, and record the investigation.

In plain words
What is it for?
It helps plan hunts, choose data and time limits, analyze security records, use threat intelligence, and document results.
Why use it?
It gives investigations a repeatable structure instead of relying on guesswork. It also explains how to search for evidence when no existing alert matches the behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps plan hunts, choose data and time limits, analyze security records, use threat intelligence, and document results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hermeticormus/libresecops-claude-code/threat-hunting-methodology
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HermeticOrmus/LibreSecOps-Claude-Code --skill threat-hunting-methodology
Clone the repo
git clone --depth 1 https://github.com/HermeticOrmus/LibreSecOps-Claude-Code

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for threat-hunting-methodology

README.md
[![agentmods](https://agentmods.dev/badge/skills/hermeticormus/libresecops-claude-code/threat-hunting-methodology/github.svg)](https://agentmods.dev/skills/hermeticormus/libresecops-claude-code/threat-hunting-methodology)
Your own site
<a href="https://agentmods.dev/skills/hermeticormus/libresecops-claude-code/threat-hunting-methodology"><img src="https://agentmods.dev/badge/skills/hermeticormus/libresecops-claude-code/threat-hunting-methodology/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for threat-hunting-methodology

Your own site · 80×15
<a href="https://agentmods.dev/skills/hermeticormus/libresecops-claude-code/threat-hunting-methodology"><img src="https://agentmods.dev/badge/skills/hermeticormus/libresecops-claude-code/threat-hunting-methodology.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,833 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02833
Opus 5 $0.00000 $0.01417
Sonnet 5 $0.00000 $0.00567
Haiku 4.5 $0.00000 $0.00283

Measured 10d ago against content hash 3fe2ac9ca794, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

threat-hunting-methodology scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/blue-team-detection/skills/threat-hunting-methodology/SKILL.md · 284 lines

How it starts

The opening of the file, as written. The whole thing — 284 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Threat Hunting Methodology

Hypothesis-driven hunting framework, data analysis techniques, and hunt documentation patterns for proactive threat detection.

Knowledge Base

What is Threat Hunting

Threat hunting is the proactive, analyst-driven search for threats that have evaded automated detection. Unlike detection engineering (which builds rules that fire automatically), hunting is a human-led investigation that uses hypotheses, data analysis, and domain expertise to find adversary activity that does not match any existing rule.

Hunting assumes the adversary is already inside. The question is not "are we safe?" but "what evidence would we expect to see if we were compromised?"

The Hypothesis-Driven Framework

Every hunt starts with a hypothesis. A good hypothesis is:

  • Testable: Can be confirmed or refuted with available data
  • Specific: Targets a particular technique, actor, or behavior
  • Scoped: Has defined time windows and system boundaries
  • Intelligence-driven: Based on threat intelligence, ATT&CK techniques, or known detection gaps
Hypothesis Template:
"If [threat actor / technique / behavior] is present in our environment,
we would expect to see [specific indicators] in [data source]
within [time window]."

Example:
"If an adversary is using DNS tunneling for data exfiltration (T1071.004),
we would expect to see endpoints making unusually high volumes of DNS TXT
queries or queries to domains with high entropy subdomains in our DNS
logs within the last 30 days."

Hunt Categories

Intelligence-Driven Hunts: Based on new threat intelligence -- a published APT report, a new CVE, an industry advisory. "Is this threat present in our environment?"

Technique-Driven Hunts: Based on ATT&CK techniques, particularly those without automated detections. "Do we have evidence of T1055 (Process Injection)?"

Anomaly-Driven Hunts: Based on statistical outliers in telemetry. "What processes are running that have never been seen before?" "What users are authenticating at unusual times?"

Read the full file on GitHub · 284 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 284 lines · 0 tokens per session scan A 3fe2ac9ca794

Subscribe to this mod's changes

threat-hunting-methodology is a skill published in the GitHub repository HermeticOrmus/LibreSecOps-Claude-Code (4 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,833 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

implementing-devsecops-security-scanning

Integrates Static Application Security Testing (SAST), Dynamic Application Security Testing (DAST), and Software Composition Analysis (SCA) into CI/CD pipelines using open-source tools. Covers Semgrep for SAST, Trivy for SCA and container scanning, OWASP ZAP for DAST, and Gitleaks for secrets detection. Activates for…

xalgorix/xalgorix · 109 tokens

building-devsecops-pipeline-with-gitlab-ci

Design and implement a comprehensive DevSecOps pipeline in GitLab CI/CD integrating SAST, DAST, container scanning, dependency scanning, and secret detection.

xalgorix/xalgorix · 43 tokens

integrating-dast-with-owasp-zap-in-pipeline

This skill covers integrating OWASP ZAP (Zed Attack Proxy) for Dynamic Application Security Testing in CI/CD pipelines. It addresses configuring baseline, full, and API scans against running applications, interpreting ZAP findings, tuning scan policies, and establishing DAST quality gates in GitHub Actions and GitLab…

xalgorix/xalgorix · 76 tokens

implementing-runtime-application-self-protection

Deploy Runtime Application Self-Protection (RASP) agents to detect and block attacks from within application runtime, covering OpenRASP integration, attack pattern detection, and security policy configuration for Java and Python web applications.

xalgorix/xalgorix · 51 tokens

integrating-dast-with-owasp-zap-in-pipeline

This skill covers integrating OWASP ZAP (Zed Attack Proxy) for Dynamic Application Security Testing in CI/CD pipelines. It addresses configuring baseline, full, and API scans against running applications, interpreting ZAP findings, tuning scan policies, and establishing DAST quality gates in GitHub Actions and GitLab…

adriannoes/awesome-agentic-ai · 76 tokens

audit-production-readiness

Audit a repository or service for release-blocking bugs, security, data/privacy, AI-agent, supply-chain, operability, and scale risks. Use for deep code audits, threat models, pre-production reviews, vulnerability triage, incidents, defensive investigation, release gates, or evidence-based 10k-to-1M-user readiness.

kingggg5/shipproof · 72 tokens