46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
action: global
|
|
title: Invoke-Obfuscation CLIP+ Launcher
|
|
description: Detects Obfuscated use of Clip.exe to execute PowerShell
|
|
status: experimental
|
|
author: Jonathan Cheong, oscd.community
|
|
date: 2020/10/13
|
|
modified: 2021/08/14
|
|
references:
|
|
- https://github.com/Neo23x0/sigma/issues/1009 #(Task 26)
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1027
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|
|
detection:
|
|
selection:
|
|
ImagePath|re: '.*cmd.{0,5}(?:\/c|\/r).+clip(?:\.exe)?.{0,4}&&.+clipboard]::\(\s\\\"\{\d\}.+\-f.+\"'
|
|
condition: selection and selection_eventid
|
|
---
|
|
id: f7385ee2-0e0c-11eb-adc1-0242ac120002
|
|
logsource:
|
|
product: windows
|
|
service: system
|
|
detection:
|
|
selection_eventid:
|
|
EventID: 7045
|
|
---
|
|
id: 21e4b3c1-4985-4aa4-a6c0-f8639590a5f3
|
|
logsource:
|
|
product: windows
|
|
category: driver_load
|
|
detection:
|
|
selection_eventid:
|
|
EventID: 6
|
|
---
|
|
id: 4edf51e1-cb83-4e1a-bc39-800e396068e3
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection_eventid:
|
|
EventID: 4697
|