mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-10-14 01:15:35 +02:00
24 lines
751 B
YAML
24 lines
751 B
YAML
---
|
|
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'
|