ELI5: What is Hypothesis-driven Hunting?

It is like being a scientist who says “I bet the attacker came in through the side door” and then goes looking for evidence to prove or disprove that guess.

Definition

Hypothesis-driven hunting is a threat hunting methodology that begins with a structured hypothesis about how an attacker might be operating in the environment, then systematically searches for evidence to confirm or refute the hypothesis. The hypothesis is formed based on threat intelligence, knowledge of the environment, attacker TTPs, and analytical reasoning.

Key Details

  • Example hypothesis: “A threat actor using PowerShell for lateral movement would exhibit encoded command execution and unusual WMI activity”
  • Hypothesis quality determines hunt effectiveness — should be specific, testable, and based on real attacker behavior
  • MITRE ATT&CK provides a library of TTPs to form hypotheses from
  • Results in either confirmed hypothesis (investigation) or refuted hypothesis (improved knowledge of normal baseline)
  • Mature hunting programs feed refuted hypotheses back as new detection rules

Connections