Detectionmediumtest

DLL Execution Via Register-cimprovider.exe

Detects using register-cimprovider.exe to execute arbitrary dll file.

Convert In Phoenix Studio

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

Launch
Ivan Dyachkov, Yulia Fomina, oscd.communityCreated Wed Oct 07Updated Sat Nov 27a2910908-e86f-4687-aeba-76a5f996e652windows
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 Logic1 selector
detection:
    selection:
        Image|endswith: '\register-cimprovider.exe'
        CommandLine|contains|all:
            - '-path'
            - 'dll'
    condition: selection
False Positives
Unknown

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

Rule Metadata
Rule ID
a2910908-e86f-4687-aeba-76a5f996e652
Status
test
Level
medium
Type
Detection
Created
Wed Oct 07
Modified
Sat Nov 27
Path
rules/windows/process_creation/proc_creation_win_registry_cimprovider_dll_load.yml
Raw Tags
attack.privilege-escalationattack.persistenceattack.defense-evasionattack.t1574
View on GitHub