2017-02-12 14:50:39 +00:00
|
|
|
title: Password Dumper Activity on LSASS
|
2019-11-12 22:12:27 +00:00
|
|
|
id: aa1697b7-d611-4f9a-9cb2-5125b4ccfd5c
|
2018-07-24 04:34:20 +00:00
|
|
|
description: Detects process handle on LSASS process with certain access mask and object type SAM_DOMAIN
|
2017-02-12 14:50:39 +00:00
|
|
|
status: experimental
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2017/02/12
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
|
|
|
- https://twitter.com/jackcr/status/807385668833968128
|
2018-07-24 04:34:20 +00:00
|
|
|
tags:
|
|
|
|
- attack.credential_access
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1003 # an old one
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1003.001
|
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:
|
2021-02-24 14:43:13 +00:00
|
|
|
- Unknown
|
2017-02-16 17:02:26 +00:00
|
|
|
level: high
|