What is Threat Hunting?
Threat Hunting is the practice of proactively searching through networks, endpoints, and logs to find attackers who have evaded automated detection. It is analyst-led work, driven by hypotheses about how an attacker might behave, not by alerts.
What it is
Threat Hunting is a structured, human-driven investigation process. A hunter starts with a hypothesis, such as "a credential-dumping tool ran on a domain controller last week," then queries logs, endpoint telemetry, and network data to confirm or disprove it. The process is iterative. Hunters use frameworks like MITRE ATT&CK to map adversary techniques and build queries around expected behaviors. Findings either surface a real intrusion or produce new detection rules that prevent the same gap in the future.
Why it matters
Automated tools catch known threats well. They struggle with novel techniques, slow-moving attackers, and living-off-the-land activity that blends into normal traffic. Threat hunting fills that gap. Studies consistently show that attackers dwell inside networks for weeks or months before detection. A regular hunting cadence shortens that window. It also surfaces blind spots in logging coverage and tuning gaps in existing detection tools like SIEM and XDR.
How tools address it
Tools in the Threat Hunting category accelerate the analyst's workflow rather than replace the analyst. Common capabilities include:
- IOC sweeping: Matching known indicators across historical logs and endpoint data.
- Infrastructure tracking: Mapping malicious IPs, domains, and command-and-control servers to find related activity.
- Dark web indexing: Searching Tor and other darknets for leaked credentials or references to an organization.
- MITRE ATT&CK integration: Surfacing relevant techniques and analytics, such as those in the MITRE Cyber Analytics Repository, to guide hypothesis formation.
- Log investigation: Querying activity data without requiring a full SIEM deployment.
Detection Engineering is a close neighbor. Hunting often produces the raw material that detection engineers turn into permanent rules. Managed Detection and Response (MDR) services sometimes include hunting as part of their offering.