mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
17 lines
550 B
YAML
17 lines
550 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:
|
|
EventID: 8
|
|
TargetProcess: 'C:\Windows\System32\lsass.exe'
|
|
StartModule: ''
|
|
condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|
|
|
|
|