2017-02-12 14:50:39 +00:00
|
|
|
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
|
2017-02-18 23:31:59 +00:00
|
|
|
logsource:
|
2017-02-19 10:08:23 +00:00
|
|
|
product: windows
|
2017-03-05 22:55:52 +00:00
|
|
|
service: security
|
2017-02-10 18:17:02 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2017-02-15 22:53:08 +00:00
|
|
|
EventID: 4656
|
|
|
|
ProcessName: 'C:\Windows\System32\lsass.exe'
|
|
|
|
AccessMask: '0x705'
|
|
|
|
ObjectType: 'SAM_DOMAIN'
|
2017-02-10 18:17:02 +00:00
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
2017-02-12 14:50:39 +00:00
|
|
|
- Unkown
|
2017-02-16 17:02:26 +00:00
|
|
|
level: high
|
2017-02-19 10:08:23 +00:00
|
|
|
|