46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
action: global
|
|
title: Invoke-Obfuscation COMPRESS OBFUSCATION
|
|
description: Detects Obfuscated Powershell via COMPRESS OBFUSCATION
|
|
status: experimental
|
|
author: Timur Zinniatullin, oscd.community
|
|
date: 2020/10/18
|
|
modified: 2021/08/09
|
|
references:
|
|
- https://github.com/Neo23x0/sigma/issues/1009 #(Task 19)
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1027
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
falsepositives:
|
|
- unknown
|
|
level: medium
|
|
detection:
|
|
selection:
|
|
ImagePath|re: '(?i).*new-object.*(?:system\.io\.compression\.deflatestream|system\.io\.streamreader).*text\.encoding\]::ascii.*readtoend'
|
|
condition: selection and selection_eventid
|
|
---
|
|
id: 175997c5-803c-4b08-8bb0-70b099f47595
|
|
logsource:
|
|
product: windows
|
|
service: system
|
|
detection:
|
|
selection_eventid:
|
|
EventID: 7045
|
|
---
|
|
id: c70731dd-0097-40ff-b112-f7032f29c16c
|
|
logsource:
|
|
product: windows
|
|
category: driver_load
|
|
detection:
|
|
selection_eventid:
|
|
EventID: 6
|
|
---
|
|
id: 7a922f1b-2635-4d6c-91ef-af228b198ad3
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection_eventid:
|
|
EventID: 4697
|