Detectionlowtest

Suspicious Execution of Systeminfo

Detects usage of the "systeminfo" command to retrieve information

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 Jan 01Updated Thu Jul 140ef56343-059e-4cb6-adc1-4c3c967c5e46windows
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: '\systeminfo.exe'
        - OriginalFileName: 'sysinfo.exe'
    condition: selection
False Positives
Unknown

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

Rule Metadata
Rule ID
0ef56343-059e-4cb6-adc1-4c3c967c5e46
Status
test
Level
low
Type
Detection
Created
Sat Jan 01
Modified
Thu Jul 14
Path
rules/windows/process_creation/proc_creation_win_systeminfo_execution.yml
Raw Tags
attack.discoveryattack.t1082
View on GitHub