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

30 lines
949 B
YAML
Raw Normal View History

2021-03-04 00:01:54 +07:00
title: Powershell Reverse Shell Connection
id: edc2f8ae-2412-4dfd-b9d5-0c57727e70be
status: experimental
description: Detects the Nishang Invoke-PowerShellTcpOneLine reverse shell
author: FPT.EagleEye, wagga
2021-03-04 00:01:54 +07:00
references:
- https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/
- https://www.microsoft.com/security/blog/2021/03/02/hafnium-targeting-exchange-servers/
date: 2021/03/03
modified: 2021/06/27
2021-03-04 00:01:54 +07:00
tags:
- attack.execution
2021-08-22 13:57:56 +02:00
- attack.t1086 # an old one
- attack.t1059.001
2021-03-04 00:01:54 +07:00
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\powershell.exe'
CommandLine|contains:
- 'new-object system.net.sockets.tcpclient'
2021-03-04 00:01:54 +07:00
condition: selection
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Administrative might use this function for checking network connectivity
level: high