mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
25 lines
587 B
YAML
25 lines
587 B
YAML
title: PowerShell Base64 Encoded Shellcode
|
|
description: Detects Base64 encoded Shellcode
|
|
status: experimental
|
|
references:
|
|
- https://twitter.com/cyb3rops/status/1063072865992523776
|
|
author: Florian Roth
|
|
date: 2018/11/17
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1036
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection1:
|
|
CommandLine: '*AAAAYInlM*'
|
|
selection2:
|
|
CommandLine:
|
|
- '*OiCAAAAYInlM*'
|
|
- '*OiJAAAAYInlM*'
|
|
condition: selection1 and selection2
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical
|