SigmaHQ/rules/windows/builtin/win_susp_lsass_dump.yml

25 lines
681 B
YAML
Raw Normal View History

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
date: 2017/02/12
references:
- https://twitter.com/jackcr/status/807385668833968128
2018-07-24 04:34:20 +00:00
tags:
- attack.credential_access
- attack.t1003 # an old one
2020-06-16 20:46:08 +00:00
- attack.t1003.001
logsource:
2017-02-19 10:08:23 +00:00
product: windows
service: security
2017-02-10 18:17:02 +00:00
detection:
selection:
EventID: 4656
ProcessName: 'C:\Windows\System32\lsass.exe'
AccessMask: '0x705'
ObjectType: 'SAM_DOMAIN'
2017-02-10 18:17:02 +00:00
condition: selection
falsepositives:
- Unknown
2017-02-16 17:02:26 +00:00
level: high