mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
88270fcf2d
* removed unnecessary one element lists from definitions * converted some lists of one element maps to maps because the resulting OR linkage would cause wrong result.
18 lines
487 B
YAML
18 lines
487 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
|
|
detection:
|
|
selection:
|
|
EventLog: Security
|
|
EventID: 4656
|
|
ProcessName: 'C:\Windows\System32\lsass.exe'
|
|
AccessMask: '0x705'
|
|
ObjectType: 'SAM_DOMAIN'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unkown
|
|
level: 70
|
|
|
|
|