mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-10-14 09:25:07 +02:00
Create Mpiexec.yml (#466)
Co-authored-by: Wietze <wietze@users.noreply.github.com>
This commit is contained in:
23
yml/OtherMSBinaries/Mpiexec.yml
Normal file
23
yml/OtherMSBinaries/Mpiexec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
Name: Mpiexec.exe
|
||||||
|
Description: Command-line tool for running Message Passing Interface (MPI) applications.
|
||||||
|
Author: Avihay Eldad
|
||||||
|
Created: 2025-09-25
|
||||||
|
Commands:
|
||||||
|
- Command: mpiexec.exe {CMD}
|
||||||
|
Description: Executes a command via MPI commad-line tool.
|
||||||
|
Usecase: Executes commands under a trusted, Microsoft signed binary.
|
||||||
|
Category: Execute
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1127
|
||||||
|
OperatingSystem: Windows
|
||||||
|
Tags:
|
||||||
|
- Execute: CMD
|
||||||
|
Full_Path:
|
||||||
|
- Path: C:\Program Files\Microsoft MPI\Bin\mpiexec.exe
|
||||||
|
- Path: C:\Program Files (x86)\Microsoft MPI\Bin\mpiexec.exe
|
||||||
|
Resources:
|
||||||
|
- Link: https://learn.microsoft.com/en-us/powershell/high-performance-computing/mpiexec
|
||||||
|
Acknowledgement:
|
||||||
|
- Person: Avihay Eldad
|
||||||
|
Handle: '@AvihayEldad'
|
Reference in New Issue
Block a user