SigmaHQ/rules/windows/sysmon/sysmon_password_dumper_lsass.yml
2017-02-19 09:19:06 +01:00

18 lines
607 B
YAML

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.
author: Thomas Patzke
logsource:
- product: sysmon
detection:
selection:
EventLog: Microsoft-Windows-Sysmon/Operational
EventID: 8
TargetProcess: 'C:\Windows\System32\lsass.exe'
StartModule: ''
condition: selection
falsepositives:
- unknown
level: high