.. /scp.exe
Star

Execute (CMD)

Used for uploading or downloading files over SSH.

Paths:

Resources:

Acknowledgements:

Detections:

Execute

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

    scp.exe -o ProxyCommand="{CMD}" . localhost:.
    Use case

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

    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1202
    Tags
    Execute: CMD
  2. Spawns specified command from scp.exe -> ssh.exe, even if no SSH server is running on localhost (or any other address specified).

    scp.exe -S "{CMD}" . localhost:.
    Use case

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

    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1202
    Tags
    Execute: CMD