.. /Msdeploy.exe
Star

Execute
AWL bypass
Copy

Microsoft tool used to deploy Web Applications.

Paths:

Resources:

Acknowledgements:

Detections:

Execute

  1. Launch calc.bat via msdeploy.exe.

    msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="c:\temp\calc.bat"
    Use case
    Local execution of batch file using msdeploy.exe.
    Privileges required
    User
    Operating systems
    Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server
    ATT&CK® technique
    T1218

AWL bypass

  1. Launch calc.bat via msdeploy.exe.

    msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="c:\temp\calc.bat"
    Use case
    Local execution of batch file using msdeploy.exe.
    Privileges required
    User
    Operating systems
    Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server
    ATT&CK® technique
    T1218

Copy

  1. Copy file from source to destination.

    msdeploy.exe -verb:sync -source:filePath=C:\windows\system32\calc.exe -dest:filePath=C:\Users\Public\calc.exe
    Use case
    Copy file.
    Privileges required
    User
    Operating systems
    Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server
    ATT&CK® technique
    T1105