Create Mpiexec.yml (#466)

Co-authored-by: Wietze <wietze@users.noreply.github.com>
This commit is contained in:
Avihay Eldad
2025-09-29 23:51:25 +03:00
committed by GitHub
parent 58a6ef8d1e
commit 9d6d66a3cd

View 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'