.. /Msdeploy.exe
Star

Execute (CMD)
AWL bypass (CMD)
Copy

Microsoft tool used to deploy Web Applications.

Paths:

Resources:

Acknowledgements:

Detections:

Execute

  1. Launch .bat file via msdeploy.exe.

    msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="{PATH_ABSOLUTE:.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
    Tags
    Execute: CMD

AWL bypass

  1. Launch .bat file via msdeploy.exe.

    msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="{PATH_ABSOLUTE:.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
    Tags
    Execute: CMD

Copy

  1. Copy file from source to destination.

    msdeploy.exe -verb:sync -source:filePath={PATH_ABSOLUTE:.source.ext} -dest:filePath={PATH_ABSOLUTE:.dest.ext}
    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