HADES: Detecting Active Directory Attacks via Whole Network Provenance Analytics
Qi Liu, Kaibin Bao, Wajih Ul Hassan, Veit Hagenmeyer
TL;DR
HADES tackles the challenge of detecting AD-driven attacks that move laterally across an enterprise by combining a lightweight authentication anomaly detector with a novel logon session–based execution partitioning that enables precise cross-machine provenance tracing. The system operates in two stages: first flagging authentication anomalies, then constructing whole-network attack graphs through fine-grained, session-level tracing and triaging alerts with a threat-score mechanism that weights credential access, discovery, and privilege escalation. Evaluations on MITRE-emulation datasets and real emulation plans show that HADES outperforms open-source SIEM rules and a commercial detector, significantly reducing false positives while providing contextual, explainable attack graphs and rapid response times for SOC workflows. The approach offers practical impact by enabling on-demand, scalable AD attack detection with transferable parameters suitable for diverse enterprise deployments.
Abstract
Due to its crucial role in identity and access management in modern enterprise networks, Active Directory (AD) is a top target of Advanced Persistence Threat (APT) actors. Conventional intrusion detection systems (IDS) excel at identifying malicious behaviors caused by malware, but often fail to detect stealthy attacks launched by APT actors. Recent advance in provenance-based IDS (PIDS) shows promises by exposing malicious system activities in causal attack graphs. However, existing approaches are restricted to intra-machine tracing, and unable to reveal the scope of attackers' traversal inside a network. We propose HADES, the first PIDS capable of performing accurate causality-based cross-machine tracing by leveraging a novel concept called logon session based execution partitioning to overcome several challenges in cross-machine tracing. We design HADES as an efficient on-demand tracing system, which performs whole-network tracing only when it first identifies an authentication anomaly signifying an ongoing AD attack, for which we introduce a novel lightweight authentication anomaly detection model rooted in our extensive analysis of AD attacks. To triage attack alerts, we present a new algorithm integrating two key insights we identified in AD attacks. Our evaluations show that HADES outperforms both popular open source detection systems and a prominent commercial AD attack detector.
