Pass the Hash Activity 2

Last updated on:

About the rule

Rule Type

Standard

Rule Description

Detects the attack technique pass the hash which is used to move laterally inside the network

Severity

Trouble

Rule Requirement

Criteria

Action1: actionname = "Successful logon" AND ((SECURITYID = "S-1-0-0" AND LOGONTYPE = 3 AND LOGON_PROCESS = "NtLmSsp" AND KEYLENGTH = 0) OR (LOGONTYPE = 9 AND LOGON_PROCESS = "seclogo")) AND CALLER != "ANONYMOUS LOGON" select Action1.HOSTNAME,Action1.MESSAGE,Action1.USERNAME,Action1.DOMAIN,Action1.REMOTEHOST,Action1.REMOTEIP,Action1.LOGONTYPE,Action1.PROCESSNAME

Detection

Execution Mode

realtime

Log Sources

Active Directory

Author

Dave Kennedy, Jeff Warren (method) / David Vassallo (rule)