SigmaHQ/rules/windows/builtin/win_pass_the_hash.yml
IeM 9f5e5a2366 Update win_pass_the_hash.yml
Added placeholders for WorkstationName to detect network logons between Workstations.
2017-03-13 16:09:32 +01:00

27 lines
994 B
YAML

title: Detects Pass the hash Activity
status: experimental
description: 'Detects the attack technique pass the hash which is used to move laterally inside the network'
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'
LogonProcess: 'NtLmSsp'
KeyLength: '0'
WorkstationName: %Workstations%
- EventID: 4625
LogonType: '3'
LogonProcess: 'NtLmSsp'
KeyLength: '0'
WorkstationName: %Workstations%
condition: selection
falsepositives:
- Administrator activity
- Penetration tests
level: high