SigmaHQ/rules/windows/sysmon/sysmon_password_dumper_lsass.yml

23 lines
744 B
YAML
Raw Normal View History

2017-02-12 15:33:09 +00:00
title: Password Dumper Remote Thread in LSASS
2018-07-17 21:58:11 +00:00
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 hundreds of events.
references:
- https://jpcertcc.github.io/ToolAnalysisResultSheet/details/WCE.htm
status: stable
author: Thomas Patzke
logsource:
product: windows
service: sysmon
2017-02-12 14:50:39 +00:00
detection:
selection:
EventID: 8
TargetImage: 'C:\Windows\System32\lsass.exe'
StartModule: null
2017-02-12 14:50:39 +00:00
condition: selection
2018-07-17 21:58:11 +00:00
tags:
- attack.credential_access
- attack.t1003
- attack.s0005
2017-02-12 14:50:39 +00:00
falsepositives:
- unknown
2017-02-16 17:02:26 +00:00
level: high