2020-10-18 15:51:51 +00:00
|
|
|
title: Invoke-Obfuscation RUNDLL LAUNCHER
|
|
|
|
id: e6cb92b4-b470-4eb8-8a9d-d63e8583aae0
|
|
|
|
description: Detects Obfuscated Powershell via RUNDLL LAUNCHER
|
|
|
|
status: experimental
|
|
|
|
author: Timur Zinniatullin, oscd.community
|
|
|
|
date: 2020/10/18
|
|
|
|
references:
|
|
|
|
- https://github.com/Neo23x0/sigma/issues/1009 #(Task 23)
|
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1027
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1059.001
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: powershell
|
2021-08-21 07:50:59 +00:00
|
|
|
definition: Script block logging must be enabled for 4104, Module Logging must be enabled for 4103
|
2020-10-18 15:51:51 +00:00
|
|
|
detection:
|
|
|
|
selection_1:
|
|
|
|
EventID: 4104
|
2020-10-18 16:05:27 +00:00
|
|
|
ScriptBlockText|re: '(?i).*rundll32(?:\.exe)?(?:\s+)?shell32\.dll.*shellexec_rundll.*powershell.*\"'
|
2020-10-18 15:51:51 +00:00
|
|
|
selection_2:
|
|
|
|
EventID: 4103
|
2020-10-18 16:05:27 +00:00
|
|
|
Payload|re: '(?i).*rundll32(?:\.exe)?(?:\s+)?shell32\.dll.*shellexec_rundll.*powershell.*\"'
|
2021-04-02 22:00:43 +00:00
|
|
|
condition: 1 of them
|
2020-10-18 15:51:51 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
2020-10-18 15:54:59 +00:00
|
|
|
level: medium
|