Invoke-Obfuscation VAR++ LAUNCHER OBFUSCATION - PowerShell
Detects Obfuscated Powershell via VAR++ LAUNCHER
Sigma rule (View on GitHub)
1title: Invoke-Obfuscation VAR++ LAUNCHER OBFUSCATION - PowerShell
2id: e54f5149-6ba3-49cf-b153-070d24679126
3status: test
4description: Detects Obfuscated Powershell via VAR++ LAUNCHER
5references:
6 - https://github.com/SigmaHQ/sigma/issues/1009 # (Task27)
7author: Timur Zinniatullin, oscd.community
8date: 2020-10-13
9modified: 2024-04-05
10tags:
11 - attack.defense-evasion
12 - attack.t1027
13 - attack.execution
14 - attack.t1059.001
15logsource:
16 product: windows
17 category: ps_script
18 definition: 'Requirements: Script Block Logging must be enabled'
19detection:
20 selection_4104:
21 ScriptBlockText|re: '(?i)&&set.*(\{\d\}){2,}\\"\s+?-f.*&&.*cmd.*/c' # FPs with |\/r
22 condition: selection_4104
23falsepositives:
24 - Unknown
25level: high
References
Related rules
- ConvertTo-SecureString Cmdlet Usage Via CommandLine
- Invoke-Obfuscation CLIP+ Launcher
- Invoke-Obfuscation CLIP+ Launcher - PowerShell
- Invoke-Obfuscation CLIP+ Launcher - PowerShell Module
- Invoke-Obfuscation CLIP+ Launcher - Security