CRMay 27, 2021

Hopper: Modeling and Detecting Lateral Movement (Extended Report)

arXiv:2105.13442v141 citations
Originality Highly original
AI Analysis

This addresses the challenge of identifying internal adversary movements in enterprise security, offering a significant improvement over prior methods by reducing false positives.

The paper tackles the problem of detecting lateral movement in enterprise attacks by presenting Hopper, a system that analyzes login activity graphs and achieves a 94.5% detection rate across over 300 attack scenarios with fewer than 9 daily alerts.

In successful enterprise attacks, adversaries often need to gain access to additional machines beyond their initial point of compromise, a set of internal movements known as lateral movement. We present Hopper, a system for detecting lateral movement based on commonly available enterprise logs. Hopper constructs a graph of login activity among internal machines and then identifies suspicious sequences of loginsthat correspond to lateral movement. To understand the larger context of each login, Hopper employs an inference algorithm to identify the broader path(s) of movement that each login belongs to and the causal user responsible for performing a path's logins. Hopper then leverages this path inference algorithm, in conjunction with a set of detection rules and a new anomaly scoring algorithm, to surface the login paths most likely to reflect lateral movement. On a 15-month enterprise dataset consisting of over 780 million internal logins, Hop-per achieves a 94.5% detection rate across over 300 realistic attack scenarios, including one red team attack, while generating an average of <9 alerts per day. In contrast, to detect the same number of attacks, prior state-of-the-art systems would need to generate nearly 8x as many false positives.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes