mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
45 lines
1.7 KiB
YAML
45 lines
1.7 KiB
YAML
title: Suspicious Rundll32 Activity
|
|
id: e593cf51-88db-4ee1-b920-37e89012a3c9
|
|
description: Detects suspicious process related to rundll32 based on arguments
|
|
status: experimental
|
|
references:
|
|
- 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
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.execution # an old one
|
|
- attack.t1218.011
|
|
- attack.t1085 # an old one
|
|
author: juju4, Jonhnathan Ribeiro, oscd.community
|
|
date: 2019/01/16
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine|contains:
|
|
- 'url.dll,*OpenURL'
|
|
- 'url.dll,*OpenURLA'
|
|
- 'url.dll,*FileProtocolHandler'
|
|
- 'zipfldr.dll,*RouteTheCall'
|
|
- 'shell32.dll,*Control_RunDLL'
|
|
- 'shell32.dll,*ShellExec_RunDLL'
|
|
- 'javascript:'
|
|
- '.RegisterXLL'
|
|
- 'mshtml.dll,*PrintHTML'
|
|
- 'advpack.dll,*LaunchINFSection'
|
|
- 'advpack.dll,*RegisterOCX'
|
|
- 'ieadvpack.dll,*LaunchINFSection'
|
|
- 'ieadvpack.dll,*RegisterOCX'
|
|
- 'ieframe.dll,*OpenURL'
|
|
- 'shdocvw.dll,*OpenURL'
|
|
- 'syssetup.dll,*SetupInfObjectInstallAction'
|
|
- 'setupapi.dll,*InstallHinfSection'
|
|
- 'pcwutl.dll,*LaunchApplication'
|
|
- 'dfshim.dll,*ShOpenVerbApplication'
|
|
condition: selection
|
|
falsepositives:
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
|
level: medium
|