Windows WMIPRVSE DLL Hijack via Network-Created wbemcomn.dll in System32\wbem

Flags wmiprvse.exe loading wbemcomn.dll from the System32\wbem directory, consistent with a WMI DLL hijack.

FreeReviewedSigma · High · v2
Product
windows
Category
image_load
Author
Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research) (SigmaHQ), DRL 1.1
Published
2020-10-12
Updated
2026-07-31
title: Windows WMIPRVSE DLL Hijack via Network-Created wbemcomn.dll in System32\wbem
id: 062bd48e-0d24-4243-93c3-4ce4adcb1b59
status: test
description: Identifies cases where wmiprvse.exe loads wbem\wbemcomn.dll from the Windows System32 WMI directory. This file placement and subsequent DLL load can indicate an attempted WMI DLL hijack used for execution or lateral movement. The rule relies on image-load telemetry showing the specific loaded DLL and process image involved in the load.
references:
  - https://threathunterplaybook.com/hunts/windows/201009-RemoteWMIWbemcomnDLLHijack/notebook.html
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/image_load/image_load_wmiprvse_wbemcomn_dll_hijack.yml
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research), Huntrule Team
date: 2020-10-12
modified: 2022-10-09
tags:
  - attack.execution
  - attack.t1047
  - attack.lateral-movement
  - attack.t1021.002
logsource:
  product: windows
  category: image_load
detection:
  selection:
    Image|endswith: \wmiprvse.exe
    ImageLoaded|endswith: \wbem\wbemcomn.dll
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 7707a579-e0d8-4886-a853-ce47e4575aaa
    type: derived