Threat Hunting
Threat hunting is the practice of actively searching logs, endpoints, and network telemetry for adversary behavior that existing alerts missed. It complements detection by starting from a hypothesis about how an attacker could operate, then testing that hypothesis against collected data.
itDefensive security and security operations | OpenSkills.info
Intro
Threat Hunting
Threat hunting is the active search for adversary activity that automated detection has not already flagged. A hunter starts from a hypothesis about how an attacker could operate in a specific environment, then tests that hypothesis against telemetry from endpoints, identities, network flows, and logs.
Detection and hunting share tooling and data, but they differ in direction. Detection waits for an alert; hunting goes looking. Detection answers "what did my rule fire on?"; hunting answers "if an adversary used this technique here, what would it look like, and is it present?" A mature security operations program uses both: detection for known patterns at scale, hunting for the gaps and the novel.
Why hunting exists
Alerts are reactive and incomplete. Defenders face adversaries who adapt, use legitimate credentials and tools, and avoid signatures. Telemetry that detectors require often exists but is not wired to a rule. Hunting exists to close that gap by combining adversary knowledge, environment knowledge, and analytic questions before an incident forces the question.
A hunt does not replace incident response. When a hunt confirms malicious activity, it hands off to responders who scope, contain, and recover. When a hunt confirms benign activity, it still leaves value: a documented analytic, a refined baseline, and a detection that can fire the next time.
Continue the course
This section is part of the paid course.
See pricing to subscribe, or log in if you already have access.
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
Sources
- https://www.sans.org/white-papers/37172/
Supports
- Threat hunting as hypothesis-driven, not data-driven, work
- Forming a question tied to assets, data sources, and threat models
- https://attack.mitre.org/resources/
Supports
- ATT&CK as a knowledge base of observed adversary behavior
- Tactics, techniques, sub-techniques, and procedures; matrices and domains
- Detections, threat intelligence, adversary emulation, and assessment use cases
- The stated limits of group mappings and "don't shout bingo" guidance
- https://car.mitre.org/
Supports
- The Cyber Analytics Repository as analytics keyed to ATT&CK techniques and data sources
- Translating a hypothesis into a query against endpoint and network telemetry
- https://github.com/OTRF/ThreatHunter-Playbook
Supports
- A community-driven, open-source collection of detection logic and adversary tradecraft
- Detection development patterns mapped to ATT&CK
- https://medium.com/@palantir/alerting-and-detection-strategy-framework-52dc33722df2
Supports
- The Alerting and Detection Strategy framework structure for goal, metadata, severity, false-positive handling, and response guidance
- https://github.com/0x4D31/awesome-threat-detection
Supports
- Discovery of MITRE ATT&CK Navigator, MITRE CAR, the ThreatHunter Playbook, Sigma, and YARA as ecosystem resources
