Files
blue-team-tools/rules/windows/process_creation/win_susp_powershell_encoded_param.yml
T

26 lines
628 B
YAML
Raw Normal View History

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