020fc8061f
chore: Upgrade status level from `experimental` to `test` for rules that have not changed in 300 days --------- Signed-off-by: frack113 <62423083+frack113@users.noreply.github.com> Co-authored-by: nasbench <8741929+nasbench@users.noreply.github.com>
23 lines
655 B
YAML
23 lines
655 B
YAML
title: PSAsyncShell - Asynchronous TCP Reverse Shell
|
|
id: afd3df04-948d-46f6-ae44-25966c44b97f
|
|
status: test
|
|
description: Detects the use of PSAsyncShell an Asynchronous TCP Reverse Shell written in powershell
|
|
references:
|
|
- https://github.com/JoelGMSec/PSAsyncShell
|
|
author: Nasreddine Bencherchali (Nextron Systems)
|
|
date: 2022/10/04
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
logsource:
|
|
product: windows
|
|
category: ps_script
|
|
definition: 'Requirements: Script Block Logging must be enabled'
|
|
detection:
|
|
selection:
|
|
ScriptBlockText|contains: 'PSAsyncShell'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unlikely
|
|
level: high
|