SigmaHQ/rules/windows/builtin/win_susp_lsass_dump.yml
2017-02-19 11:08:40 +01:00

19 lines
520 B
YAML

title: Password Dumper Activity on LSASS
description: Detects process handle on LSASS process with certain access mask and object type SAM_DOMAIN
status: experimental
reference: https://twitter.com/jackcr/status/807385668833968128
logsource:
product: windows
detection:
selection:
EventLog: Security
EventID: 4656
ProcessName: 'C:\Windows\System32\lsass.exe'
AccessMask: '0x705'
ObjectType: 'SAM_DOMAIN'
condition: selection
falsepositives:
- Unkown
level: high