Files
blue-team-tools/rules/windows/powershell/powershell_script/posh_ps_shellcode_b64.yml
T

29 lines
752 B
YAML
Raw Normal View History

title: PowerShell ShellCode
2019-11-12 23:12:27 +01:00
id: 16b37b70-6fcf-4814-a092-c36bd3aafcbd
2022-12-27 12:29:10 +01:00
status: test
description: Detects Base64 encoded Shellcode
references:
- https://twitter.com/cyb3rops/status/1063072865992523776
2023-02-01 11:14:59 +01:00
author: David Ledbetter (shellcode), Florian Roth (Nextron Systems)
2022-10-26 09:43:39 +02:00
date: 2018/11/17
modified: 2024/01/25
tags:
- attack.defense_evasion
- attack.privilege_escalation
- attack.t1055
- attack.execution
- attack.t1059.001
logsource:
product: windows
2021-10-16 08:18:49 +02:00
category: ps_script
2023-01-04 17:49:32 +01:00
definition: 'Requirements: Script Block Logging must be enabled'
detection:
selection:
2021-04-03 23:21:13 +02:00
ScriptBlockText|contains:
2020-12-01 02:24:35 +01:00
- 'OiCAAAAYInlM'
- 'OiJAAAAYInlM'
condition: selection
falsepositives:
- Unknown
level: high