Files
blue-team-tools/rules/windows/process_creation/win_powershell_b64_shellcode.yml
T

27 lines
615 B
YAML
Raw Normal View History

title: PowerShell Base64 Encoded Shellcode
2019-11-12 23:12:27 +01:00
id: 2d117e49-e626-4c7c-bd1f-c3c0147774c8
2021-11-27 11:33:14 +01:00
status: test
description: Detects Base64 encoded Shellcode
author: Florian Roth
2021-11-27 11:33:14 +01:00
references:
- https://twitter.com/cyb3rops/status/1063072865992523776
date: 2018/11/17
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
detection:
2021-11-27 11:33:14 +01:00
selection1:
CommandLine|contains: 'AAAAYInlM'
selection2:
CommandLine|contains:
- 'OiCAAAAYInlM'
- 'OiJAAAAYInlM'
condition: selection1 and selection2
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
level: critical
2021-11-27 11:33:14 +01:00
tags:
- attack.defense_evasion
- attack.t1027