Files
hayabusa/rules/Sigma/sysmon_lsass_dump_comsvcs_dll.yml
2021-11-14 11:00:56 +09:00

34 lines
1.1 KiB
YAML

title: Lsass Memory Dump via Comsvcs DLL
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
date: 2020/10/20
description: Detects adversaries leveraging the MiniDump export function from comsvcs.dll
via rundll32 to perform a memory dump from lsass.
detection:
SELECTION_1:
EventID: 10
SELECTION_2:
TargetImage: '*\lsass.exe'
SELECTION_3:
SourceImage: C:\Windows\System32\rundll32.exe
SELECTION_4:
CallTrace: '*comsvcs.dll*'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3 and SELECTION_4)
falsepositives:
- Unknown
id: a49fa4d5-11db-418c-8473-1e014a8dd462
level: critical
logsource:
category: process_access
product: windows
modified: 2021/06/21
references:
- https://twitter.com/shantanukhande/status/1229348874298388484
- https://modexp.wordpress.com/2019/08/30/minidumpwritedump-via-com-services-dll/
status: experimental
tags:
- attack.credential_access
- attack.t1003.001
yml_filename: sysmon_lsass_dump_comsvcs_dll.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_access