diff --git a/yml/OtherMSBinaries/Mpiexec.yml b/yml/OtherMSBinaries/Mpiexec.yml new file mode 100644 index 0000000..d5f8d11 --- /dev/null +++ b/yml/OtherMSBinaries/Mpiexec.yml @@ -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'