2019-01-16 22:36:31 +00:00
|
|
|
title: Suspicious Control Panel DLL Load
|
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious Rundll32 execution from control.exe as used by Equation Group and Exploit Kits
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2017/04/15
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://twitter.com/rikvduijn/status/853251879320662017
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1073
|
|
|
|
- attack.t1085
|
2019-06-14 04:15:38 +00:00
|
|
|
- car.2013-10-002
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
ParentImage: '*\System32\control.exe'
|
|
|
|
CommandLine: '*\rundll32.exe *'
|
|
|
|
filter:
|
|
|
|
CommandLine: '*Shell32.dll*'
|
|
|
|
condition: selection and not filter
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unknown
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|