2017-03-13 15:16:34 +00:00
title : Detects Pass the Hash Activity
2017-03-08 17:04:31 +00:00
status : experimental
2017-03-08 19:35:26 +00:00
description : 'Detects the attack technique pass the hash which is used to move laterally inside the network'
2017-03-08 17:04:31 +00:00
reference : https://github.com/iadgov/Event-Forwarding-Guidance/tree/master/Events
author : Ilias el Matani (rule), The Information Assurance Directorate at the NSA (method)
logsource :
product : windows
service : security
description : The successful use of PtH for lateral movement between workstations would trigger event ID 4624, a failed logon attempt would trigger an event ID 4625
detection :
selection :
- EventID : 4624
LogonType : '3'
2017-03-08 17:48:06 +00:00
LogonProcess : 'NtLmSsp'
2017-03-18 22:05:16 +00:00
WorkstationName : '%Workstations%'
ComputerName : '%Workstations%'
2017-03-08 17:04:31 +00:00
- EventID : 4625
LogonType : '3'
2017-03-08 17:48:06 +00:00
LogonProcess : 'NtLmSsp'
2017-03-18 22:05:16 +00:00
WorkstationName : '%Workstations%'
ComputerName : '%Workstations%'
2017-04-03 23:57:58 +00:00
filter :
AccountName : 'ANONYMOUS LOGON'
condition : selection and not filter
2017-03-08 17:04:31 +00:00
falsepositives :
- Administrator activity
- Penetration tests
2017-03-13 15:16:34 +00:00
level : medium