2021-07-21 13:04:27 +02:00
|
|
|
title: Netcat The Powershell Version
|
2021-09-07 13:30:32 +02:00
|
|
|
id: bf7286e7-c0be-460b-a7e8-5b2e07ecc2f2
|
2021-07-21 13:04:27 +02:00
|
|
|
status: experimental
|
|
|
|
|
author: frack113
|
|
|
|
|
date: 2021/07/21
|
2021-10-16 08:05:15 +02:00
|
|
|
modified: 2021/10/16
|
2021-07-21 13:04:27 +02:00
|
|
|
description: Adversaries may use a non-application layer protocol for communication between host and C2 server or among infected hosts within a network
|
|
|
|
|
references:
|
|
|
|
|
- https://nmap.org/ncat/
|
|
|
|
|
- https://github.com/besimorhino/powercat
|
|
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1095/T1095.md
|
|
|
|
|
tags:
|
|
|
|
|
- attack.command_and_control
|
2021-07-21 13:08:35 +02:00
|
|
|
- attack.t1095
|
2021-07-21 13:04:27 +02:00
|
|
|
logsource:
|
|
|
|
|
product: windows
|
2021-10-16 08:05:15 +02:00
|
|
|
category: ps_module
|
2021-10-09 16:42:42 +02:00
|
|
|
definition: PowerShell Module Logging must be enabled
|
2021-07-21 13:04:27 +02:00
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
ContextInfo|contains:
|
|
|
|
|
- 'powercat '
|
|
|
|
|
- 'powercat.ps1'
|
|
|
|
|
condition: selection
|
2021-09-07 13:30:32 +02:00
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
|
|
|
|
level: medium
|