Hayabusa low test sigma

Microsoft Excel Add-In Loaded

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

View Source

Detection Logic

{
  "image_load": {
    "EventID": 7,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection": {
    "Image
| endswith": "\\excel.exe",
    "ImageLoaded
| endswith": ".xll"
  },
  "condition": "image_load and selection"
}

False Positives

  • The rules is only looking for ".xll" loads. So some false positives are expected with legitimate and allowed XLLs

Field Validations

Loading…

Comments (0)

Loading comments...