Files
blue-team-tools/rules/windows/powershell/powershell_classic/powershell_xor_commandline.yml
T

28 lines
741 B
YAML
Raw Normal View History

2020-06-29 22:09:58 +02:00
title: Suspicious XOR Encoded PowerShell Command Line
id: 812837bb-b17f-45e9-8bd0-0ec35d2e3bd6
description: Detects suspicious powershell process which includes bxor command, alternative obfuscation method to b64 encoded commands.
status: experimental
author: Teymur Kheirkhabarov, Harish Segar (rule)
date: 2020/06/29
2021-10-16 08:26:51 +02:00
modified: 2021/10/16
2020-06-29 22:09:58 +02:00
tags:
- attack.execution
- attack.t1059.001
- attack.t1086 #an old one
2020-06-29 22:09:58 +02:00
logsource:
product: windows
2021-10-16 08:26:51 +02:00
category: ps_classic_start
2021-08-16 12:56:24 +02:00
definition: fields have to be extract from event
2020-06-29 22:09:58 +02:00
detection:
selection:
HostName: "ConsoleHost"
filter:
2021-08-28 08:18:47 +02:00
HostApplication|contains:
2020-06-29 22:09:58 +02:00
- "bxor"
- "join"
- "char"
condition: selection and filter
falsepositives:
- unknown
level: medium