LOLBAS/yml/OtherMSBinaries/Msdeploy.yml

33 lines
1.2 KiB
YAML
Raw Normal View History

2018-06-09 00:15:06 +02:00
---
Name: Msdeploy.exe
Description: Microsoft tool used to deploy Web Applications.
Author: 'Oddvar Moe'
Created: 2018-05-25
2018-06-09 00:15:06 +02:00
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: Execute
Privileges: User
MitreID: T1218
2018-12-12 12:34:59 +01:00
OperatingSystem: Windows server
- 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: AWL bypass
Privileges: User
MitreID: T1218
OperatingSystem: Windows server
Full_Path:
- Path: C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe
Code_Sample:
- Code:
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/f16aca7a353bb01d9862ea1f2a10fa0d866e83c3/rules/windows/process_creation/process_creation_msdeploy.yml
2018-06-09 00:15:06 +02:00
Resources:
- Link: https://twitter.com/pabraeken/status/995837734379032576
2018-12-12 12:34:59 +01:00
- Link: https://twitter.com/pabraeken/status/999090532839313408
Acknowledgement:
- Person: Pierre-Alexandre Braeken
Handle: '@pabraeken'