SigmaHQ/rules/windows/sysmon/sysmon_password_dumper_lsass.yml

16 lines
581 B
YAML
Raw Normal View History

2017-02-12 15:33:09 +00:00
title: Password Dumper Remote Thread in LSASS
description: Detects password dumper activity by monitoring remote thread creation EventID 8 in combination with the lsass.exe process as TargetImage. The process in field Process is the malicious program. A single execution can lead to hundrets of events.
reference: Internal research
2017-02-12 14:50:39 +00:00
detection:
selection:
EventLog: Microsoft-Windows-Sysmon/Operational
EventID: 8
TargetProcess: 'C:\Windows\System32\lsass.exe'
StartModule: ''
2017-02-12 14:50:39 +00:00
condition: selection
falsepositives:
- unknown
2017-02-16 17:02:26 +00:00
level: high
2017-02-12 15:33:09 +00:00