Windows Registry: AllowAnonymousCallback Enabled for Anonymous Remote Connection
Alerts on setting AllowAnonymousCallback to 0x00000001 in the CIMOM key, enabling anonymous remote connections.
- Product
- windows
- Category
- registry_set
- Author
- X__Junior (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2023-11-03
- Updated
- 2026-07-30
ATT&CK techniques
Recon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags when the registry value "AllowAnonymousCallback" under \Microsoft\WBEM\CIMOM is set to DWORD 0x00000001. Enabling it allows remote connections between computers that do not have a trust relationship, which can broaden remote management exposure. The detection relies on telemetry for registry set events capturing TargetObject and Details.
Reporting behind it
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows Registry: AllowAnonymousCallback Enabled for Anonymous Remote Connection"
id: 4de533a0-1634-41b0-a3ed-31fb3d612696
status: test
description: This rule flags when the registry value "AllowAnonymousCallback" under \Microsoft\WBEM\CIMOM is set to DWORD 0x00000001. Enabling it allows remote connections between computers that do not have a trust relationship, which can broaden remote management exposure. The detection relies on telemetry for registry set events capturing TargetObject and Details.
references:
- https://learn.microsoft.com/en-us/windows/win32/wmisdk/connecting-to-wmi-remotely-starting-with-vista
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/registry/registry_event/registry_set_enable_anonymous_connection.yml
author: X__Junior (Nextron Systems), Huntrule Team
date: 2023-11-03
tags:
- attack.defense-impairment
- attack.t1685
logsource:
product: windows
category: registry_set
detection:
selection:
TargetObject|contains: \Microsoft\WBEM\CIMOM\AllowAnonymousCallback
Details: DWORD (0x00000001)
condition: selection
falsepositives:
- Administrative activity
level: medium
license: DRL-1.1
related:
- id: 4d431012-2ab5-4db7-a84e-b29809da2172
type: derived