LoFP LoFP / false positives may occur with some of the selected binaries if you have tasks using them (which could be very common in your environment). exclude all the specific trusted tasks before using this rule

Techniques

Sample rules

Scheduled Task Executed Uncommon LOLBIN

Description

Detects the execution of Scheduled Tasks where the program being run is located in a suspicious location or where it is an unusual program to be run from a Scheduled Task

Detection logic

condition: selection
selection:
  EventID: 129
  Path|endswith:
  - \calc.exe
  - \cscript.exe
  - \mshta.exe
  - \mspaint.exe
  - \notepad.exe
  - \regsvr32.exe
  - \wscript.exe