Detectionmediumtest

New Process Created Via Wmic.EXE

Detects new process creation using WMIC via the "process call create" flag

Convert In Phoenix Studio

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

Launch
Michael Haag, Florian Roth (Nextron Systems), juju4, oscd.communityCreated Wed Jan 16Updated Tue Feb 14526be59f-a573-4eea-b5f7-f0973207634dwindows
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 Logic2 selectors
detection:
    selection_img:
        - Image|endswith: '\wmic.exe'
        - OriginalFileName: 'wmic.exe'
    selection_cli:
        CommandLine|contains|all:
            - 'process'
            - 'call'
            - 'create'
    condition: all of selection_*
False Positives
Unknown

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

MITRE ATT&CK

CAR Analytics

2016-03-002 · CAR 2016-03-002
Rule Metadata
Rule ID
526be59f-a573-4eea-b5f7-f0973207634d
Status
test
Level
medium
Type
Detection
Created
Wed Jan 16
Modified
Tue Feb 14
Path
rules/windows/process_creation/proc_creation_win_wmic_process_creation.yml
Raw Tags
attack.executionattack.t1047car.2016-03-002
View on GitHub