Summary
Run the executable with the provided arguments and return the results- Needs Admin: False
- Version: 1
- Author: @Ne0nd0g
Arguments
executable
- Description: The executable program to start
- Required Value: True
- Default Value: whoami
arguments
- Description: Arguments to start the executable with
- Required Value: False
- Default Value: None
Usage
MITRE ATT&CK Mapping
T1106 Native APIDetailed Summary
View the Merlin documentation website here for an in-depth explanation. Therun command executes the provided process directly and DOES NOT use a shell like cmd.exe or /bin/bash.
Because a shell is not used, Operators can’t leverage shell functions such as pipes (e.g., |, >, <)
The command can be used on any operating system. If a full file path is not provided, the executable must be in the
host’s PATH environment variable.