2020-07-09 06:52:32 +00:00
|
|
|
title: PowerShell Encoded Character Syntax
|
|
|
|
id: e312efd0-35a1-407f-8439-b8d434b438a6
|
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious encoded character syntax often used for defense evasion
|
|
|
|
references:
|
|
|
|
- https://twitter.com/0gtweet/status/1281103918693482496
|
|
|
|
tags:
|
|
|
|
- attack.execution
|
2020-08-28 14:14:26 +00:00
|
|
|
- attack.t1059.001
|
|
|
|
- attack.t1086 # an old one
|
2020-07-09 06:52:32 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1027
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2020/07/09
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
2020-07-22 14:49:22 +00:00
|
|
|
CommandLine|contains: '(WCHAR)0x'
|
2020-07-09 06:52:32 +00:00
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|