LOLBAS/yml/OtherMSBinaries/Msdeploy.yml
2018-09-21 22:58:00 -04:00

24 lines
756 B
YAML

---
Name: Msdeploy.exe
Description: Microsoft tool used to deploy Web Applications.
Author: 'Oddvar Moe'
Created: '2018-05-25'
Commands:
- Command: msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="c:\temp\calc.bat"
Description: Launch calc.bat via msdeploy.exe.
Usecase: Local execution of batch file using msdeploy.exe.
Category: Execution
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows
Full Path:
- C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe
Code Sample: []
Detection: []
Resources:
- https://twitter.com/pabraeken/status/995837734379032576
Acknowledgement:
- Person: Pierre-Alexandre Braeken
Handle: '@pabraeken'