Detectionmediumtest

Ie4uinit Lolbin Use From Invalid Path

Detect use of ie4uinit.exe to execute commands from a specially prepared ie4uinit.inf file from a directory other than the usual directories

Convert In Phoenix Studio

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

Launch
François HubautCreated Sat May 07Updated Mon May 16d3bf399f-b0cf-4250-8bb4-dfc192ab81dcwindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic3 selectors
detection:
    lolbin:
        - Image|endswith: '\ie4uinit.exe'
        - OriginalFileName: 'IE4UINIT.EXE'
    filter_correct:
        CurrentDirectory:
            - 'c:\windows\system32\'
            - 'c:\windows\sysWOW64\'
    filter_missing:
        CurrentDirectory: null
    condition: lolbin and not 1 of filter_*
False Positives

ViberPC updater calls this binary with the following commandline "ie4uinit.exe -ClearIconCache"

Rule Metadata
Rule ID
d3bf399f-b0cf-4250-8bb4-dfc192ab81dc
Status
test
Level
medium
Type
Detection
Created
Sat May 07
Modified
Mon May 16
Path
rules/windows/process_creation/proc_creation_win_lolbin_ie4uinit.yml
Raw Tags
attack.defense-evasionattack.t1218
View on GitHub