Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions yml/OtherMSBinaries/Mpiexec.yml
Original file line number Diff line number Diff line change
@@ -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'