Techniques
Sample rules
Microsoft Excel Add-In Loaded From Uncommon Location
- source: sigma
- technicques:
- t1204
- t1204.002
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