Windows Security Event 4656: SAM Registry Hive Key Handle Requested

Flags Windows handle requests to registry keys ending with \SAM using Security EventID 4656.

FreeReviewedSigma · High · v2
Product
windows
Service
security
Author
Roberto Rodriguez @Cyb3rWard0g (SigmaHQ), DRL 1.1
Published
2019-08-12
Updated
2026-07-31
title: "Windows Security Event 4656: SAM Registry Hive Key Handle Requested"
id: d2938d03-c28c-4971-b91d-b3b407d4aa04
status: test
description: This rule flags Windows Security auditing events where a process requests a handle to a registry key whose name ends with '\SAM'. Access to the SAM hive is significant because it can indicate preparation for credential access or other sensitive account-related operations. It relies on Security log Event ID 4656 telemetry with Key object details, including ObjectType and ObjectName suffix matching for '\SAM'.
references:
  - https://threathunterplaybook.com/hunts/windows/190725-SAMRegistryHiveHandleRequest/notebook.html
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/security/win_security_sam_registry_hive_handle_request.yml
author: Roberto Rodriguez @Cyb3rWard0g, Huntrule Team
date: 2019-08-12
modified: 2021-11-27
tags:
  - attack.discovery
  - attack.t1012
  - attack.credential-access
  - attack.t1552.002
logsource:
  product: windows
  service: security
detection:
  selection:
    EventID: 4656
    ObjectType: Key
    ObjectName|endswith: \SAM
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: f8748f2c-89dc-4d95-afb0-5a2dfdbad332
    type: derived