Detectionmediumtest

DotNET Assembly DLL Loaded Via Office Application

Detects any assembly DLL being loaded by an Office Product

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
AntonlovesdnbCreated Wed Feb 19Updated Wed Mar 29ff0f2b05-09db-4095-b96d-1b75ca24894awindows
Log Source
WindowsImage Load (DLL)
ProductWindows← raw: windows
CategoryImage Load (DLL)← raw: image_load
Detection Logic
Detection Logic1 selector
detection:
    selection:
        Image|endswith:
            - '\excel.exe'
            - '\mspub.exe'
            - '\onenote.exe'
            - '\onenoteim.exe' # Just in case
            - '\outlook.exe'
            - '\powerpnt.exe'
            - '\winword.exe'
        ImageLoaded|startswith: 'C:\Windows\assembly\'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

MITRE ATT&CK
Rule Metadata
Rule ID
ff0f2b05-09db-4095-b96d-1b75ca24894a
Status
test
Level
medium
Type
Detection
Created
Wed Feb 19
Modified
Wed Mar 29
Path
rules/windows/image_load/image_load_office_dotnet_assembly_dll_load.yml
Raw Tags
attack.executionattack.t1204.002
View on GitHub