mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
17 lines
628 B
YAML
17 lines
628 B
YAML
title: Mimikatz Detection LSASS Access
|
|
status: experimental
|
|
description: Detects process access to LSASS which is typical for Mimikatz (0x1000 PROCESS_QUERY_ LIMITED_INFORMATION, 0x0400 PROCESS_QUERY_ INFORMATION, 0x0010 PROCESS_VM_READ)
|
|
reference: https://onedrive.live.com/view.aspx?resid=D026B4699190F1E6!2843&ithint=file%2cpptx&app=PowerPoint&authkey=!AMvCRTKB_V1J5ow
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
- EventID: 10
|
|
TargetImage: 'C:\windows\system32\lsass.exe'
|
|
GrantedAccess: '0x1410'
|
|
condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|