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.
- Product
- windows
- Service
- security
- Author
- sigma (SigmaHQ), DRL 1.1
- Published
- 2017-02-12
- Updated
- 2026-07-31
ATT&CK techniques
Cred AccessRecon
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 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.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
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