2019-01-16 22:36:31 +00:00
|
|
|
title: PowerShell Base64 Encoded Shellcode
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 2d117e49-e626-4c7c-bd1f-c3c0147774c8
|
2019-01-16 22:36:31 +00:00
|
|
|
description: Detects Base64 encoded Shellcode
|
|
|
|
status: experimental
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://twitter.com/cyb3rops/status/1063072865992523776
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/11/17
|
2020-09-02 00:34:34 +00:00
|
|
|
modified: 2020/09/01
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.defense_evasion
|
2020-09-02 00:34:34 +00:00
|
|
|
- attack.t1027
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection1:
|
2020-10-15 21:20:29 +00:00
|
|
|
CommandLine|contains: 'AAAAYInlM'
|
2019-03-01 23:14:20 +00:00
|
|
|
selection2:
|
2020-10-15 21:20:29 +00:00
|
|
|
CommandLine|contains:
|
|
|
|
- 'OiCAAAAYInlM'
|
|
|
|
- 'OiJAAAAYInlM'
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection1 and selection2
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unknown
|
2019-01-16 22:36:31 +00:00
|
|
|
level: critical
|