2023-04-11 13:04:22 +02:00
|
|
|
title: Potential PowerShell Base64 Encoded Shellcode
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 2d117e49-e626-4c7c-bd1f-c3c0147774c8
|
2023-04-11 13:04:22 +02:00
|
|
|
status: deprecated
|
|
|
|
|
description: Detects potential powershell Base64 encoded Shellcode
|
2021-11-27 11:33:14 +01:00
|
|
|
references:
|
2022-07-07 20:13:45 +01:00
|
|
|
- https://twitter.com/cyb3rops/status/1063072865992523776
|
2023-02-01 11:14:59 +01:00
|
|
|
author: Florian Roth (Nextron Systems)
|
2019-01-16 23:36:31 +01:00
|
|
|
date: 2018/11/17
|
2023-04-11 13:04:22 +02:00
|
|
|
modified: 2023/04/06
|
2022-10-28 15:06:36 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.t1027
|
2019-01-16 23:36:31 +01:00
|
|
|
logsource:
|
2022-07-07 20:13:45 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2023-01-26 22:42:56 +01:00
|
|
|
selection:
|
2022-07-07 20:13:45 +01:00
|
|
|
CommandLine|contains:
|
|
|
|
|
- 'OiCAAAAYInlM'
|
|
|
|
|
- 'OiJAAAAYInlM'
|
2023-01-26 22:42:56 +01:00
|
|
|
condition: selection
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2022-07-07 20:13:45 +01:00
|
|
|
- Unknown
|
2023-04-11 13:04:22 +02:00
|
|
|
level: medium
|