Files
blue-team-tools/deprecated/windows/proc_creation_win_powershell_base64_shellcode.yml
T

25 lines
631 B
YAML
Raw Normal View History

title: Potential PowerShell Base64 Encoded Shellcode
2019-11-12 23:12:27 +01:00
id: 2d117e49-e626-4c7c-bd1f-c3c0147774c8
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)
date: 2018/11/17
modified: 2023/04/06
2022-10-28 15:06:36 +02:00
tags:
- attack.defense_evasion
- attack.t1027
logsource:
2022-07-07 20:13:45 +01:00
category: process_creation
product: windows
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
falsepositives:
2022-07-07 20:13:45 +01:00
- Unknown
level: medium