LOLBAS/yml/OSBinaries/Ssh.yml

28 lines
1.2 KiB
YAML
Raw Normal View History

2021-11-08 17:51:37 +01:00
---
Name: ssh.exe
2022-09-18 03:24:04 +02:00
Description: Ssh.exe is the OpenSSH compatible client can be used to connect to Windows 10 (build 1809 and later) and Windows Server 2019 devices.
2021-11-08 17:51:37 +01:00
Author: 'Akshat Pradhan'
Created: '2021-11-08'
Commands:
- Command: ssh localhost calc.exe
Description: Execute calc.exe on host machine. The prompt for password can be eliminated by adding the host's public key in the user's authorized_keys file. Adversaries can do the same for execution on remote machines.
Usecase: Execute specified command, can be used for defense evasion.
Category: Execute
Privileges: User
MitreID: T1202
OperatingSystem: Windows 10 1809, Windows Server 2019
2021-11-09 03:46:34 +01:00
- Command: ssh localhost calc.exe
2021-11-09 03:44:43 +01:00
Description: Executes calc.exe.
Usecase: Performs execution of specified file, can be used to bypass Application Whitelisting.
Category: AWL Bypass
Privileges: User
MitreID: T1218
2021-11-09 03:44:43 +01:00
OperatingSystem: Windows 10 1809, Windows Server 2019
2021-11-08 17:51:37 +01:00
Full_Path:
- Path: c:\windows\system32\OpenSSH\ssh.exe
Detection:
- IOC: Event ID 4624 with process name C:\Windows\System32\OpenSSH\sshd.exe.
- IOC: command line arguments specifying execution.
Acknowledgement:
- Person: Akshat Pradhan