Detectionhightest

Control Panel Items

Detects the malicious use of a control panel item

Convert In Phoenix Studio

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

Launch
Kyaw Min Thein, Furkan CaliskanCreated Mon Jun 22Updated Wed Oct 110ba863e6-def5-4e50-9cea-4dd8c7dc46a4windows
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 Logic5 selectors
detection:
    selection_reg_img:
        - Image|endswith: '\reg.exe'
        - OriginalFileName: 'reg.exe'
    selection_reg_cli:
        CommandLine|contains|all:
            - 'add'
            - 'CurrentVersion\Control Panel\CPLs'
    selection_cpl:
        CommandLine|endswith: '.cpl'
    filter_cpl_sys:
        CommandLine|contains:
            - '\System32\'
            - '%System%'
            - '|C:\Windows\system32|'
    filter_cpl_igfx:
        CommandLine|contains|all:
            - 'regsvr32 '
            - ' /s '
            - 'igfxCPL.cpl'
    condition: all of selection_reg_* or (selection_cpl and not 1 of filter_cpl_*)
False Positives
Unknown

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

Rule Metadata
Rule ID
0ba863e6-def5-4e50-9cea-4dd8c7dc46a4
Status
test
Level
high
Type
Detection
Created
Mon Jun 22
Modified
Wed Oct 11
Path
rules/windows/process_creation/proc_creation_win_control_panel_item.yml
Raw Tags
attack.privilege-escalationattack.executionattack.defense-evasionattack.t1218.002attack.persistenceattack.t1546
View on GitHub