Catalog LOLBAS

LOL · Binary

scp.exe

2 techniques WindowsLOLBAS GPL-3.0

Execute

Execution Windows

Spawns specified command from `scp.exe` -> `ssh.exe`, even if no SSH server is running on localhost (or any other address specified).

Use Proxy execution of specified command, can be used as a defensive evasion.

scp.exe -o ProxyCommand="{CMD}" . localhost:.
Context
user
Native
Execute
MITRE
T1202
Detection
IOC: `scp.exe` executions referencing `ProxyCommand`.

Execute

Execution Windows

Spawns specified command from `scp.exe` -> `ssh.exe`, even if no SSH server is running on localhost (or any other address specified).

Use Proxy execution of specified command, can be used as a defensive evasion.

scp.exe -S "{CMD}" . localhost:.
Context
user
Native
Execute
MITRE
T1202
Detection
IOC: `scp.exe` executions referencing `ProxyCommand`.