Suspicious DotNET Assembly DLL Loaded Through Office Application (via image_load)

This rule detects any assembly DLL being loaded by an Office Product

SigmamediumWindowsv1
sigma
title: Suspicious DotNET Assembly DLL Loaded Through Office Application (via image_load)
id: 76ced036-711f-588c-b650-d6a200f80c6e
status: stable
description: This rule detects any assembly DLL being loaded by an Office Product
references:
    - https://attack.mitre.org/techniques/T1204/002/
    - https://medium.com/threatpunter/detecting-adversary-tradecraft-with-image-load-event-logging-and-eql-8de93338c16
author: Huntrule Team
date: 2026-07-26
tags:
    - attack.execution
    - attack.t1204.002
logsource:
    category: image_load
    product: windows
detection:
    selection:
        Image|endswith:
            - '\excel.exe'
            - '\mspub.exe'
            - '\onenote.exe'
            - '\onenoteim.exe'
            - '\outlook.exe'
            - '\powerpnt.exe'
            - '\winword.exe'
        ImageLoaded|startswith: 'C:\Windows\assembly\'
    condition: selection
falsepositives:
    - Unknown
level: medium

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.