2020-01-30 16:26:09 +00:00
|
|
|
title: Process Dump via Comsvcs DLL
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 09e6d5c0-05b8-4ff8-9eeb-043046ec774c
|
2019-09-02 11:49:19 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects process memory dump via comsvcs.dll and rundll32
|
|
|
|
references:
|
|
|
|
- https://modexp.wordpress.com/2019/08/30/minidumpwritedump-via-com-services-dll/
|
|
|
|
- https://twitter.com/SBousseaden/status/1167417096374050817
|
|
|
|
author: Modexp (idea)
|
|
|
|
date: 2019/09/02
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
rundll_image:
|
|
|
|
Image: '*\rundll32.exe'
|
|
|
|
rundll_ofn:
|
|
|
|
OriginalFileName: 'RUNDLL32.EXE'
|
|
|
|
selection:
|
|
|
|
CommandLine:
|
|
|
|
- '*comsvcs*MiniDump*full*'
|
|
|
|
- '*comsvcs*MiniDumpW*full*'
|
|
|
|
condition: (rundll_image or rundll_ofn) and selection
|
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
|
|
|
tags:
|
|
|
|
- attack.credential_access
|
|
|
|
- attack.t1003
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1003.001
|
2019-09-02 11:49:19 +00:00
|
|
|
falsepositives:
|
|
|
|
- unknown
|
|
|
|
level: medium
|