SigmaHQ/rules/windows/sysmon/sysmon_mimikatz_detection_lsass.yml

22 lines
704 B
YAML
Raw Normal View History

2017-02-16 17:02:26 +00:00
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)
references:
- https://onedrive.live.com/view.aspx?resid=D026B4699190F1E6!2843&ithint=file%2cpptx&app=PowerPoint&authkey=!AMvCRTKB_V1J5ow
tags:
2018-09-20 10:44:44 +00:00
- attack.t1003
- attack.s0002
- attack.credential_access
logsource:
product: windows
service: sysmon
2017-02-16 17:02:26 +00:00
detection:
selection:
2017-10-18 13:12:29 +00:00
EventID: 10
TargetImage: 'C:\windows\system32\lsass.exe'
GrantedAccess: '0x1410'
2017-02-16 17:02:26 +00:00
condition: selection
falsepositives:
- unknown
level: high