Windows Security: Detect LSASS handle access for SAM_DOMAIN (0x705)

Flags handle opens to lsass.exe with access mask 0x705 targeting SAM_DOMAIN, indicative of credential dumping.

FreeReviewedSigma · High · v2
Product
windows
Service
security
Author
sigma (SigmaHQ), DRL 1.1
Published
2017-02-12
Updated
2026-07-31
title: "Windows Security: Detect LSASS handle access for SAM_DOMAIN (0x705)"
id: e702c0bf-67bd-409c-9681-8b5a6bab939b
status: test
description: This rule flags Windows Security Event ID 4656 events where a process requests a specific access mask (0x705) to the LSASS process and targets the SAM_DOMAIN object type. Such handle access can indicate attempts to access credential material from LSASS, which attackers commonly leverage during credential dumping. The detection relies on audit telemetry for process handle creation (Event 4656) including the target process name, object type, and access mask.
references:
  - https://twitter.com/jackcr/status/807385668833968128
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/security/win_security_susp_lsass_dump.yml
author: sigma, Huntrule Team
date: 2017-02-12
modified: 2022-10-09
tags:
  - attack.credential-access
  - attack.t1003.001
logsource:
  product: windows
  service: security
detection:
  selection:
    EventID: 4656
    ProcessName|endswith: \lsass.exe
    AccessMask: "0x705"
    ObjectType: SAM_DOMAIN
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: aa1697b7-d611-4f9a-9cb2-5125b4ccfd5c
    type: derived