Detectionmediumtest

Hardware Model Reconnaissance Via Wmic.EXE

Detects the execution of WMIC with the "csproduct" which is used to obtain information such as hardware models and vendor information

Convert In Phoenix Studio

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

Launch
Florian Roth (Nextron Systems)Created Tue Feb 143e3ceccd-6c06-48b8-b5ff-ab1d25db8c1dwindows
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: 'csproduct'
    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
3e3ceccd-6c06-48b8-b5ff-ab1d25db8c1d
Status
test
Level
medium
Type
Detection
Created
Tue Feb 14
Path
rules/windows/process_creation/proc_creation_win_wmic_recon_csproduct.yml
Raw Tags
attack.executionattack.t1047car.2016-03-002
View on GitHub