Detection rules › Sigma
LSASS credential dump with LSASSY (admin share)
Detects scenarios where an attacker remotely dump LSASS credentials using the LSASSY tool.
Known false positives
- none
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Credential Access |
Telemetry coverage
Rule body
title: LSASS credential dump with LSASSY (admin share)
description: Detects scenarios where an attacker remotely dump LSASS credentials using the LSASSY tool.
references:
- https://github.com/mdecrevoisier/EVTX-to-MITRE-Attack/tree/master/TA0006-Credential%20Access/T1003-Credential%20dumping
- https://github.com/Hackndo/lsassy
tags:
- attack.credential_access
- attack.t1003.001
author: mdecrevoisier
status: experimental
logsource:
product: Windows
service: security
detection:
selection:
EventID: 5145
ShareName: '\\*\C$'
RelativeTargetName|startswith: Windows # path can be changed in source code
RelativeTargetName|endswith: '.dmp' # example: 'Windows\Temp\FbWJpFnX.dmp'. Extension can be changed in source code
condition: selection
falsepositives:
- none
level: high
Stages and Predicates
Stage 0: condition
selectionStage 1: selection
selection:
EventID: 5145
ShareName: '\\*\C$'
RelativeTargetName|startswith: Windows
RelativeTargetName|endswith: '.dmp'
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
RelativeTargetName | ends_with |
| field:"RelativeTargetName" kind:ends_with value:".dmp" |
RelativeTargetName | starts_with |
| field:"RelativeTargetName" kind:starts_with value:"Windows" |
ShareName | wildcard |
| field:"ShareName" kind:wildcard value:"\\*\C$" |