AgentExecutor.exe

type: OtherMSBinaries
Intune Management Extension included on Intune Managed Devices

Full path

C:\Program Files (x86)\Microsoft Intune Management Extension\AgentExecutor.exe

Commands

  1. ExecuteUser T1218

    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

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

    os: Windows 10

    Execute: PowerShell

  2. ExecuteUser T1218

    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

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

    os: Windows 10

    Execute: EXE

Detection

acknowledgement: Eleftherios Panos @lefterispan