LoFP LoFP / legitimate use via intune management. you exclude script paths and names to reduce fp rate

Techniques

Sample rules

AgentExecutor PowerShell Execution

Description

Detects execution of the AgentExecutor.exe binary. Which can be abused as a LOLBIN to execute powershell scripts with the ExecutionPolicy “Bypass” or any binary named “powershell.exe” located in the path provided by 6th positional argument

Detection logic

condition: all of selection_*
selection_cli:
  CommandLine|contains:
  - ' -powershell'
  - ' -remediationScript'
selection_img:
- Image: \AgentExecutor.exe
- OriginalFileName: AgentExecutor.exe