Skip to content

Commit

Permalink
Generated docs from job=generate-docs branch=master [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomic Red Team doc generator committed Aug 24, 2024
1 parent 0346449 commit 7823fc8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
12 changes: 6 additions & 6 deletions atomics/Indexes/windows-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions atomics/T1071/T1071.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 7823fc8

Please sign in to comment.