Artifacts Generated: Process Create, Process Inject, Process Kill
Summary
Execute a statically compiled PE file (e.g., compiled with /MT) with the specified arguments. This PE must first be cached in the agent using theregister_file command before being executed.
Executables must be compiled for the architecture of the machine. e.g., if Apollo is running on a 64-bit machine, compile the executable for x64.
Arguments
PE
The name of the assembly to execute. This must match the file name used withregister_file.
Arguments (optional)
Arguments to pass to the assembly.Usage
MITRE ATT&CK Mapping
- T1547