You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: sftp.exe is a Windows command-line utility that uses the Secure File Transfer Protocol (SFTP) to securely transfer files between a local machine and a remote server.
4
+
Author: Swachchhanda Shrawan Poudel
5
+
Created: 2025-05-13
6
+
Commands:
7
+
- Command: sftp -o ProxyCommand="{CMD}" .
8
+
Description: "Spawns ssh.exe which in turn spawns the specified command line. See also this project's entry for ssh.exe."
9
+
Usecase: Proxy execution of specified command, can be used as a defensive evasion.
10
+
Category: Execute
11
+
Privileges: User
12
+
MitreID: T1202
13
+
OperatingSystem: Windows 10, Windows 11
14
+
Tags:
15
+
- Execute: CMD
16
+
Full_Path:
17
+
- Path: C:\Windows\System32\OpenSSH\sftp.exe
18
+
Detection:
19
+
- IOC: sftp.exe executions with ProxyCommand on the command line
20
+
- IOC: sftp.exe spawning ssh.exe with ProxyCommand on the command line
0 commit comments