Files
blue-team-tools/rules/windows/process_creation/win_powershell_xor_commandline.yml
T
2020-06-29 22:18:25 +02:00

28 lines
768 B
YAML

title: Suspicious XOR Encoded PowerShell Command Line
id: bb780e0c-16cf-4383-8383-1e5471db6cf9
description: Detects suspicious powershell process which includes bxor command, alternative obfuscation method to b64 encoded commands.
status: experimental
author: Sami Ruohonen, Harish Segar (improvement)
date: 2018/09/05
modified: 2020/06/29
tags:
- attack.execution
- attack.t1086
- attack.t1059.001
logsource:
category: process_creation
product: windows
detection:
selection:
- Description: "Windows PowerShell"
- Product: "PowerShell Core 6"
filter:
CommandLine|contains:
- "bxor"
- "join"
- "char"
condition: selection and filter
falsepositives:
- unknown
level: medium