Invoke-Obfuscation CLIP+ Launcher - System

Detects Obfuscated use of Clip.exe to execute PowerShell

Sigma rule (View on GitHub)

 1title: Invoke-Obfuscation CLIP+ Launcher - System
 2id: f7385ee2-0e0c-11eb-adc1-0242ac120002
 3status: test
 4description: Detects Obfuscated use of Clip.exe to execute PowerShell
 5references:
 6    - https://github.com/SigmaHQ/sigma/issues/1009  # (Task 26)
 7author: Jonathan Cheong, oscd.community
 8date: 2020/10/13
 9modified: 2023/02/20
10tags:
11    - attack.defense_evasion
12    - attack.t1027
13    - attack.execution
14    - attack.t1059.001
15logsource:
16    product: windows
17    service: system
18detection:
19    selection:
20        Provider_Name: 'Service Control Manager'
21        EventID: 7045
22        ImagePath|contains|all:
23            - 'cmd'
24            - '&&'
25            - 'clipboard]::'
26    condition: selection
27falsepositives:
28    - Unknown
29level: high

References

Related rules

to-top