Windows Excel Loads .XLL Add-In Files

Flags excel.exe loading a .XLL add-in module, an execution indicator for potential malicious add-in activity.

FreeReviewedSigma · Low · v5
Product
windows
Category
image_load
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-05-12
Updated
2026-07-31
title: Windows Excel Loads .XLL Add-In Files
id: 14e62d9c-8221-498b-bb7c-51999b3c6222
status: test
description: This rule identifies cases where excel.exe loads an add-in module with a .xll extension. Malicious or tampered add-ins can be abused to execute attacker-controlled code within the context of Microsoft Excel. The detection relies on telemetry from image load events capturing the loaded module path and file extension.
references:
  - https://www.mandiant.com/resources/blog/lnk-between-browsers
  - https://github.com/SigmaHQ/sigma/blob/master/rules-threat-hunting/windows/image_load/image_load_office_excel_xll_load.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-05-12
tags:
  - attack.execution
  - attack.t1204.002
  - detection.threat-hunting
logsource:
  category: image_load
  product: windows
detection:
  selection:
    Image|endswith: \excel.exe
    ImageLoaded|endswith: .xll
  condition: selection
falsepositives:
  - The rules is only looking for ".xll" loads. So some false positives are expected with legitimate and allowed XLLs
level: low
license: DRL-1.1
related:
  - id: c5f4b5cb-4c25-4249-ba91-aa03626e3185
    type: derived