Windows Process Creation: Suspicious systeminfo.exe Execution

Alerts on execution of systeminfo.exe (or sysinfo.exe) via Windows process creation logs for system discovery.

FreeUnreviewedSigmalowv1
title: "Windows Process Creation: Suspicious systeminfo.exe Execution"
id: 88aaef2c-05cc-4d02-8714-a92ae8d50063
status: test
description: This rule flags Windows processes where systeminfo.exe is executed, including cases where the OriginalFileName is sysinfo.exe. Attackers may run system discovery commands to enumerate host and environment details before further actions. It relies on process creation telemetry, matching the executed image path ending with \systeminfo.exe or the reported original filename.
references:
  - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1082/T1082.md#atomic-test-1---system-information-discovery
  - https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/systeminfo
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_systeminfo_execution.yml
author: frack113, Huntrule Team
date: 2022-01-01
modified: 2022-07-14
tags:
  - attack.discovery
  - attack.t1082
logsource:
  category: process_creation
  product: windows
detection:
  selection:
    - Image|endswith: \systeminfo.exe
    - OriginalFileName: sysinfo.exe
  condition: selection
falsepositives:
  - Unknown
level: low
license: DRL-1.1
related:
  - id: 0ef56343-059e-4cb6-adc1-4c3c967c5e46
    type: derived

What it detects

This rule flags Windows processes where systeminfo.exe is executed, including cases where the OriginalFileName is sysinfo.exe. Attackers may run system discovery commands to enumerate host and environment details before further actions. It relies on process creation telemetry, matching the executed image path ending with \systeminfo.exe or the reported original filename.

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.