Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2024-08-24 19:07:19 +00:00
parent 03464493cc
commit 7823fc84d3
3 changed files with 14 additions and 14 deletions
+6 -6
View File
@@ -75021,18 +75021,18 @@ command-and-control:
atomic_tests:
- name: Telnet C2
auto_generated_guid: 3b0df731-030c-4768-b492-2a3216d90e53
description: 'An adversary may establish telnet communication from compromised
endpoint to command and control (C2) server to be able to operate more attack
on objectives.
description: 'An adversary may establish Telnet communication from a compromised
endpoint to a command and control (C2) server in order to carry out additional
attacks on objectives.
'
supported_platforms:
- windows
dependency_executor_name: powershell
dependencies:
- description: 'Command and Control (C2) server cam be established by running
PathToAtomicsFolder\T1071\bin\telnet_server.exe on specified server with
specified IP that must be reachable by client (telnet_client.exe)
- description: 'A command and control (C2) server can be established by running
PathToAtomicsFolder\T1071\bin\telnet_server.exe on a specified server with
a specified IP that must be reachable by a client (telnet_client.exe)
'
prereq_command: |
+6 -6
View File
@@ -61875,18 +61875,18 @@ command-and-control:
atomic_tests:
- name: Telnet C2
auto_generated_guid: 3b0df731-030c-4768-b492-2a3216d90e53
description: 'An adversary may establish telnet communication from compromised
endpoint to command and control (C2) server to be able to operate more attack
on objectives.
description: 'An adversary may establish Telnet communication from a compromised
endpoint to a command and control (C2) server in order to carry out additional
attacks on objectives.
'
supported_platforms:
- windows
dependency_executor_name: powershell
dependencies:
- description: 'Command and Control (C2) server cam be established by running
PathToAtomicsFolder\T1071\bin\telnet_server.exe on specified server with
specified IP that must be reachable by client (telnet_client.exe)
- description: 'A command and control (C2) server can be established by running
PathToAtomicsFolder\T1071\bin\telnet_server.exe on a specified server with
a specified IP that must be reachable by a client (telnet_client.exe)
'
prereq_command: |
+2 -2
View File
@@ -12,7 +12,7 @@ Adversaries may utilize many different protocols, including those used for web b
<br/>
## Atomic Test #1 - Telnet C2
An adversary may establish telnet communication from compromised endpoint to command and control (C2) server to be able to operate more attack on objectives.
An adversary may establish Telnet communication from a compromised endpoint to a command and control (C2) server in order to carry out additional attacks on objectives.
**Supported Platforms:** Windows
@@ -42,7 +42,7 @@ An adversary may establish telnet communication from compromised endpoint to com
#### Dependencies: Run with `powershell`!
##### Description: Command and Control (C2) server cam be established by running PathToAtomicsFolder\T1071\bin\telnet_server.exe on specified server with specified IP that must be reachable by client (telnet_client.exe)
##### Description: A command and control (C2) server can be established by running PathToAtomicsFolder\T1071\bin\telnet_server.exe on a specified server with a specified IP that must be reachable by a client (telnet_client.exe)
##### Check Prereq Commands:
```powershell
$connection = Test-NetConnection -ComputerName #{server_ip} -Port #{server_port}