kqlElastic-2.0from elastic/detection-rules
Potential Pass-the-Hash (PtH) Attempt
Quality
92
FP risk
—
Forks
0
Views
0
Rule sourcerules/windows/lateral_movement_alternate_creds_pth.toml
host.os.type:"windows" and
event.category : "authentication" and event.action : "logged-in" and
winlog.logon.type : "NewCredentials" and event.outcome : "success" and
user.id : (S-1-5-21-* or S-1-12-1-*) and winlog.event_data.LogonProcessName : "seclogo"