2019-01-16 23:36:31 +01:00
|
|
|
title: Suspicious XOR Encoded PowerShell Command Line
|
2019-11-12 23:12:27 +01:00
|
|
|
id: bb780e0c-16cf-4383-8383-1e5471db6cf9
|
2020-06-29 22:18:25 +02:00
|
|
|
description: Detects suspicious powershell process which includes bxor command, alternative obfuscation method to b64 encoded commands.
|
2019-01-16 23:36:31 +01:00
|
|
|
status: experimental
|
2020-06-29 22:13:49 +02:00
|
|
|
author: Sami Ruohonen, Harish Segar (improvement)
|
2019-01-16 23:36:31 +01:00
|
|
|
date: 2018/09/05
|
2020-09-07 02:00:41 +04:00
|
|
|
modified: 2020/09/06
|
2019-03-05 23:25:49 +01:00
|
|
|
tags:
|
2020-09-07 02:00:41 +04:00
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.t1086 # an old one
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1059.001
|
2020-09-07 02:00:41 +04:00
|
|
|
- attack.t1140
|
|
|
|
|
- attack.t1027
|
2020-06-29 22:13:49 +02:00
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
2020-06-29 22:13:49 +02:00
|
|
|
- Description: "Windows PowerShell"
|
|
|
|
|
- Product: "PowerShell Core 6"
|
|
|
|
|
filter:
|
|
|
|
|
CommandLine|contains:
|
|
|
|
|
- "bxor"
|
|
|
|
|
- "join"
|
|
|
|
|
- "char"
|
|
|
|
|
condition: selection and filter
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- unknown
|
2019-01-16 23:36:31 +01:00
|
|
|
level: medium
|