Invoke-Obfuscation CLIP+ Launcher - PowerShell
Detects Obfuscated use of Clip.exe to execute PowerShell
Detection logic
selection_4104
ScriptBlockText|re: cmd.{0,5}(?:/c|/r).+clip(?:\.exe)?.{0,4}&&.+clipboard]::\(\s\\"\{\d\}.+-f.+"Condition
selection_4104Raw YAML
title: Invoke-Obfuscation CLIP+ Launcher - PowerShell
id: 73e67340-0d25-11eb-adc1-0242ac120002
status: test
description: Detects Obfuscated use of Clip.exe to execute PowerShell
references:
- https://github.com/SigmaHQ/sigma/issues/1009 # (Task 26)
author: Jonathan Cheong, oscd.community
date: 2020-10-13
modified: 2024-04-05
tags:
- attack.stealth
- attack.t1027
- attack.execution
- attack.t1059.001
logsource:
product: windows
category: ps_script
definition: 'Requirements: Script Block Logging must be enabled'
detection:
selection_4104:
ScriptBlockText|re: 'cmd.{0,5}(?:/c|/r).+clip(?:\.exe)?.{0,4}&&.+clipboard]::\(\s\\"\{\d\}.+-f.+"'
condition: selection_4104
falsepositives:
- Unknown
level: highFalse positives
- Unknown
References
Similar rules
Invoke-Obfuscation COMPRESS OBFUSCATION - PowerShell
mediumwindows · Shares T1027, T1059
Invoke-Obfuscation Obfuscated IEX Invocation - PowerShell
highwindows · Shares T1027, T1059
Invoke-Obfuscation RUNDLL LAUNCHER - PowerShell
mediumwindows · Shares T1027, T1059
Invoke-Obfuscation STDIN+ Launcher - Powershell
highwindows · Shares T1027, T1059