2020-10-15 10:36:27 +00:00
|
|
|
action: global
|
|
|
|
title: Invoke-Obfuscation VAR+ Launcher
|
|
|
|
id: 8ca7004b-e620-4ecb-870e-86129b5b8e75
|
|
|
|
description: Detects Obfuscated use of Environment Variables to execute PowerShell
|
|
|
|
status: experimental
|
|
|
|
author: Jonathan Cheong, oscd.community
|
|
|
|
date: 2020/10/15
|
2021-08-09 18:23:35 +00:00
|
|
|
modified: 2021/08/09
|
2020-10-15 10:36:27 +00:00
|
|
|
references:
|
|
|
|
- https://github.com/Neo23x0/sigma/issues/1009 #(Task 24)
|
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1027
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1059.001
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|
|
|
|
detection:
|
2021-04-15 00:41:04 +00:00
|
|
|
selection:
|
2021-08-09 18:23:35 +00:00
|
|
|
ImagePath|re: '.*cmd.{0,5}(?:\/c|\/r)(?:\s|)\"set\s[a-zA-Z]{3,6}.*(?:\{\d\}){1,}\\\"\s+?\-f(?:.*\)){1,}.*\"'
|
2021-06-10 14:03:35 +00:00
|
|
|
condition: all of them
|
2020-10-15 10:36:27 +00:00
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: system
|
|
|
|
detection:
|
2021-05-27 07:28:06 +00:00
|
|
|
selection_eventid:
|
2020-10-15 10:36:27 +00:00
|
|
|
EventID: 7045
|
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
product: windows
|
2021-06-10 14:03:35 +00:00
|
|
|
category: process_creation
|
2020-10-15 10:36:27 +00:00
|
|
|
---
|
2021-04-15 00:02:25 +00:00
|
|
|
logsource:
|
2021-05-27 07:28:06 +00:00
|
|
|
product: windows
|
|
|
|
service: security
|
2021-04-15 00:07:43 +00:00
|
|
|
detection:
|
2021-05-27 07:28:06 +00:00
|
|
|
selection_eventid:
|
|
|
|
EventID: 4697
|