.. /AgentExecutor.exe
Star

Execute (PowerShell, EXE)

Intune Management Extension included on Intune Managed Devices

Paths:

Acknowledgements:

Detections:

Execute

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

    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
    Use case
    Execute unsigned powershell scripts
    Privileges required
    User
    Operating systems
    Windows 10
    ATT&CK® technique
    T1218
    Tags
    Execute: PowerShell
  2. If we place a binary named powershell.exe in the specified folder path, agentexecutor.exe will execute it successfully

    AgentExecutor.exe -powershell "{PATH_ABSOLUTE:.ps1}" "{PATH_ABSOLUTE:.1.log}" "{PATH_ABSOLUTE:.2.log}" "{PATH_ABSOLUTE:.3.log}" 60000 "{PATH_ABSOLUTE:folder}" 0 1
    Use case
    Execute a provided EXE
    Privileges required
    User
    Operating systems
    Windows 10
    ATT&CK® technique
    T1218
    Tags
    Execute: EXE