LoFP LoFP / some tuning might be required to allow or remove certain locations used by the rule if you consider them as safe locations

Techniques

Sample rules

Microsoft Excel Add-In Loaded From Uncommon Location

Description

Detects Microsoft Excel loading an Add-In (.xll) file from an uncommon location

Detection logic

condition: selection
selection:
  ImageLoaded|contains:
  - \Desktop\
  - \Downloads\
  - \Perflogs\
  - \Temp\
  - \Users\Public\
  - \Windows\Tasks\
  ImageLoaded|endswith: .xll
  Image|endswith: \excel.exe