Suspicious Execution of WMIC Remote Command (via process_creation)

This rule detects the execution of WMIC to query information on a remote system

SigmamediumWindowsv1
sigma
title: Suspicious Execution of WMIC Remote Command (via process_creation)
id: ecb2894f-c7f0-5041-bdb9-26db52162107
status: stable
description: This rule detects the execution of WMIC to query information on a remote system
references:
    - https://attack.mitre.org/techniques/T1047/
    - https://securelist.com/moonbounce-the-dark-side-of-uefi-firmware/105468/
    - https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wmic
author: Huntrule Team
date: 2026-01-25
tags:
    - attack.execution
    - attack.t1047
logsource:
    category: process_creation
    product: windows
detection:
    selection_img:
        - Image|endswith: '\WMIC.exe'
        - OriginalFileName: 'wmic.exe'
    selection_cli:
        CommandLine|contains|windash: '/node:'
    filter_main_localhost:
        CommandLine|contains:
            - 'localhost'
            - '127.0.0.1'
    condition: all of selection_* and not 1 of filter_main_*
falsepositives:
    - Unknown
level: medium
simulation:
    - type: atomic-red-team
      name: WMI Execute Remote Process
      technique: T1047
      atomic_guid: 9c8ef159-c666-472f-9874-90c8d60d136b
regression_tests_path: regression_data/rules/windows/process_creation/proc_creation_win_wmic_remote_execution/info.yml

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.