Files
blue-team-tools/rules/windows/sysmon/sysmon_lsass_memdump.yml
T

27 lines
751 B
YAML
Raw Normal View History

2019-04-03 13:51:59 +02:00
title: LSASS Memory Dump
2019-11-12 23:12:27 +01:00
id: 5ef9853e-4d0e-4a70-846f-a9ca37d876da
2019-04-03 13:51:59 +02:00
status: experimental
2019-04-03 14:06:49 +02:00
description: Detects process LSASS memory dump using procdump or taskmgr based on the CallTrace pointing to dbghelp.dll or dbgcore.dll for win10
2019-04-03 13:51:59 +02:00
author: Samir Bousseaden
references:
- https://blog.menasec.net/2019/02/threat-hunting-21-procdump-or-taskmgr.html
tags:
- attack.t1003
- attack.s0002
- attack.credential_access
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 10
TargetImage: 'C:\windows\system32\lsass.exe'
GrantedAccess: '0x1fffff'
2019-04-03 14:06:49 +02:00
CallTrace:
- '*dbghelp.dll*'
- '*dbgcore.dll*'
2019-04-03 13:51:59 +02:00
condition: selection
falsepositives:
- unknown
level: high