Catalog LOLBAS

LOL · OtherMSBinary

AgentExecutor.exe

2 techniques WindowsLOLBAS GPL-3.0

Execute

Execution Windows

Spawns powershell.exe and executes a provided powershell script with ExecutionPolicy Bypass argument

Use Execute unsigned powershell scripts

AgentExecutor.exe -powershell "{PATH_ABSOLUTE:.ps1}" "{PATH_ABSOLUTE:.1.log}" "{PATH_ABSOLUTE:.2.log}" "{PATH_ABSOLUTE:.3.log}" 60000 "C:\Windows\SysWOW64\WindowsPowerShell\v1.0" 0 1
Context
user
Native
Execute
MITRE
T1218

Execute

Execution Windows

If we place a binary named powershell.exe in the specified folder path, agentexecutor.exe will execute it successfully

Use Execute a provided EXE

AgentExecutor.exe -powershell "{PATH_ABSOLUTE:.ps1}" "{PATH_ABSOLUTE:.1.log}" "{PATH_ABSOLUTE:.2.log}" "{PATH_ABSOLUTE:.3.log}" 60000 "{PATH_ABSOLUTE:folder}" 0 1
Context
user
Native
Execute
MITRE
T1218