Catalog LOLBAS

LOL · OtherMSBinary

Msdeploy.exe

3 techniques WindowsLOLBAS GPL-3.0

Execute

Execution Windows

Launch .bat file via msdeploy.exe.

Use Local execution of batch file using msdeploy.exe.

msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="{PATH_ABSOLUTE:.bat}"
Context
user
Native
Execute
MITRE
T1218

AWL Bypass

AWL / Policy Bypass Windows

Launch .bat file via msdeploy.exe.

Use Local execution of batch file using msdeploy.exe.

msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="{PATH_ABSOLUTE:.bat}"
Context
user
Native
AWL Bypass
MITRE
T1218

Copy

File Copy Windows

Copy file from source to destination.

Use Copy file.

msdeploy.exe -verb:sync -source:filePath={PATH_ABSOLUTE:.source.ext} -dest:filePath={PATH_ABSOLUTE:.dest.ext}
Context
user
Native
Copy
MITRE
T1105