Suspicious Invoke-Obfuscation RUNDLL LAUNCHER - Security (via security)
This rule detects Obfuscated Powershell via RUNDLL LAUNCHER
SigmamediumWindowsv1
sigma
suspicious-invoke-obfuscation-rundll-launcher-security-via-security
title: Suspicious Invoke-Obfuscation RUNDLL LAUNCHER - Security (via security)
id: 540788b1-da86-5337-a57d-dc50f217554f
status: stable
description: This rule detects Obfuscated Powershell via RUNDLL LAUNCHER
references:
- https://attack.mitre.org/techniques/T1059/001/
- https://attack.mitre.org/techniques/T1027/
- https://github.com/SigmaHQ/sigma/issues/1009
author: Huntrule Team
date: 2026-05-15
tags:
- attack.stealth
- attack.t1027
- attack.execution
- attack.t1059.001
logsource:
product: windows
service: security
definition: The 'System Security Extension' audit subcategory need to be enabled to log the EID 4697
detection:
selection:
EventID: 4697
ServiceFileName|contains|all:
- 'rundll32.exe'
- 'shell32.dll'
- 'shellexec_rundll'
- 'powershell'
condition: selection
falsepositives:
- Unknown
level: medium
Known false positives
- Unknown
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.