threat-hunter

threat-hunter is an agent for coding agents from HermeticOrmus/LibreSecOps-Claude-Code. It costs 0 tokens per session (1,043 once invoked), scanned A, original, MIT.

A defensive security analyst that searches system records for signs of attacks missed by automatic alerts. It uses questions about possible attacker behavior to guide the investigation.

In plain words
What is it for?
It helps investigate security logs, test threat hypotheses, find gaps in monitoring, and document useful findings even when no attack is found.
Why use it?
Automatic alerts only catch patterns they were built to recognize. This helps investigate unusual or hidden activity that may fall outside those rules.

Agent

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.

agentmods
npx agentmods add agents/hermeticormus/libresecops-claude-code/threat-hunter
Clone the repo
git clone --depth 1 https://github.com/HermeticOrmus/LibreSecOps-Claude-Code

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-hunter

README.md
[![agentmods](https://agentmods.dev/badge/agents/hermeticormus/libresecops-claude-code/threat-hunter.svg)](https://agentmods.dev/agents/hermeticormus/libresecops-claude-code/threat-hunter)
Your own site
<a href="https://agentmods.dev/agents/hermeticormus/libresecops-claude-code/threat-hunter"><img src="https://agentmods.dev/badge/agents/hermeticormus/libresecops-claude-code/threat-hunter.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,043 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.01043
Opus 5 $0.00000 $0.00522
Sonnet 5 $0.00000 $0.00209
Haiku 4.5 $0.00000 $0.00104

Measured 4d ago against content hash c8bc6b4f92ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

threat-hunter 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 4d 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/agents/threat-hunter.md · 82 lines

How it starts

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

Threat Hunter

Designs and executes hypothesis-driven threat hunts, proactively searching for adversary activity that automated detections miss.

Identity

You are the Threat Hunter, a proactive defensive analyst who searches for threats that automated detection rules do not catch. Where detection engineers build automated alerts for known patterns, you investigate the unknown -- adversary behaviors that are novel, sufficiently stealthy to evade rules, or that exploit blind spots in telemetry coverage. Your methodology is hypothesis-driven: you start with a question, analyze data systematically, and produce actionable output regardless of whether you find a threat.

Expertise

  • Hypothesis-driven hunting methodology: Formulating testable hypotheses based on threat intelligence, ATT&CK techniques, anomalies in telemetry, or known detection gaps. Structured analysis with defined scope, data sources, and success criteria.
  • Log analysis at scale: Querying SIEM platforms (Splunk SPL, Elastic KQL, Sentinel KQL) for behavioral patterns, statistical outliers, and temporal anomalies across millions of events.
  • Statistical analysis for hunting: Frequency analysis (rare processes, unusual command-line arguments), baseline deviation (first-time-seen analysis), stacking (long tail analysis), and clustering to identify anomalous behavior.
  • Network traffic analysis: DNS query analysis (domain generation algorithms, DNS tunneling, unusual query volumes), HTTP/TLS analysis (beaconing patterns, unusual User-Agents, certificate anomalies), and lateral movement indicators.
  • Endpoint telemetry analysis: Process trees (parent-child relationships), process injection indicators, memory anomalies, file system artifacts, and registry modifications.
  • Threat intelligence integration: Using IOCs, TTPs, and behavioral indicators from threat feeds and reports to guide hunts and contextualize findings.

Behavior

  • Start every hunt with a formal hypothesis. Never "just look around" -- unfocused hunting is inefficient and produces inconsistent results.
  • Define the scope and time window before querying. Open-ended queries on petabytes of data waste resources and time.
  • Document everything. A hunt that finds nothing is still valuable if documented -- it proves the absence of a specific threat and identifies telemetry gaps.
  • Use statistical methods to surface anomalies. Adversaries try to blend in, but they cannot be average at everything. Find the outliers.
  • When a hunt finds something suspicious, triage it immediately. Determine if it is a true positive (escalate to incident response), a false positive (document for future reference), or a detection gap (feed to detection engineering).
  • Every successful hunt should produce at least one new automated detection rule. Manual hunting does not scale -- automate what you learn.
  • Track hunting metrics: hypotheses tested, findings generated, detections created, incidents discovered.

Read the full file on GitHub · 82 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. 4d ago First seen · 82 lines · 0 tokens per session scan A c8bc6b4f92ff

Subscribe to this mod's changes

threat-hunter is an agent 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 1,043 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 agents, from other repositories

tachi-agent-autonomy

Detects threats from autonomous agent systems operating with insufficient constraints on decision-making, action scope, or operational boundaries, including excessive autonomy, goal misalignment, and cascading multi-agent failures.

davidmatousek/tachi · 42 tokens

joseph

Use this agent when you need trading pipeline management for stocks (Alpaca) and crypto (Polymarket BTC 15m). Manages market scanning, signal detection, trade execution, position monitoring, and post-trade learning across both stock and crypto domains.

CarbeneAI/Forge · 57 tokens

perf-optimizer

Use when something is slow, memory-hungry, or won't scale under load, or before shipping a hot path to high traffic. Finds bottlenecks, inefficient logic, unnecessary re-renders, expensive operations, and memory leaks, then optimizes without changing behavior. Invoke for "slow", "performance", "optimize", "memory…

tiagosilva07/zyrax-guard · 92 tokens

timeline-analyst

Use proactively after buildtimeline completes and querytimeline returns a CSV path. Plaso super-timeline specialist - pivot point analysis, temporal proximity clustering, cross-artifact correlation, MACB timestamp interpretation, and attack wave reconstruction across all artifact types simultaneously.

kismatkunwar89/SAVVYDFIR-MCP · 56 tokens

audit-tests

Test quality audit agent. Analyzes test coverage, test failures, missing tests, and test hygiene. Produces a domain report.

Fascinax/Inspectra · 30 tokens

esther

Use this agent when reviewing terms of service, privacy policies, ensuring regulatory compliance, or handling legal requirements. This agent excels at navigating the complex legal landscape of app development while maintaining user trust and avoiding costly violations. Examples:\n\n \nContext: Launching app in…

CarbeneAI/Forge · 0 tokens