2019-01-16 22:36:31 +00:00
|
|
|
title: Suspicious Rundll32 Activity
|
2019-11-12 22:12:27 +00:00
|
|
|
id: e593cf51-88db-4ee1-b920-37e89012a3c9
|
2019-01-16 22:36:31 +00:00
|
|
|
description: Detects suspicious process related to rundll32 based on arguments
|
|
|
|
status: experimental
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- http://www.hexacorn.com/blog/2017/05/01/running-programs-via-proxy-jumping-on-a-edr-bypass-trampoline/
|
|
|
|
- https://twitter.com/Hexacorn/status/885258886428725250
|
|
|
|
- https://gist.github.com/ryhanson/227229866af52e2d963cf941af135a52
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1085
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1218.011
|
2019-01-16 22:36:31 +00:00
|
|
|
author: juju4
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
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:
|
|
|
|
CommandLine:
|
|
|
|
- '*\rundll32.exe* url.dll,*OpenURL *'
|
|
|
|
- '*\rundll32.exe* url.dll,*OpenURLA *'
|
|
|
|
- '*\rundll32.exe* url.dll,*FileProtocolHandler *'
|
|
|
|
- '*\rundll32.exe* zipfldr.dll,*RouteTheCall *'
|
|
|
|
- '*\rundll32.exe* Shell32.dll,*Control_RunDLL *'
|
|
|
|
- '*\rundll32.exe javascript:*'
|
|
|
|
- '* url.dll,*OpenURL *'
|
|
|
|
- '* url.dll,*OpenURLA *'
|
|
|
|
- '* url.dll,*FileProtocolHandler *'
|
|
|
|
- '* zipfldr.dll,*RouteTheCall *'
|
|
|
|
- '* Shell32.dll,*Control_RunDLL *'
|
|
|
|
- '* javascript:*'
|
|
|
|
- '*.RegisterXLL*'
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|