2020-01-10 23:11:27 +00:00
|
|
|
title: LSASS Access from Non System Account
|
2019-12-19 22:56:36 +00:00
|
|
|
id: 962fe167-e48d-4fd6-9974-11e5b9a5d6d1
|
2019-11-10 15:43:41 +00:00
|
|
|
description: Detects potential mimikatz-like tools accessing LSASS from non system account
|
|
|
|
status: experimental
|
|
|
|
date: 2019/06/20
|
|
|
|
modified: 2019/11/10
|
|
|
|
author: Roberto Rodriguez @Cyb3rWard0g
|
|
|
|
references:
|
|
|
|
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/06_credential_access/T1003_credential_dumping/lsass_access_non_system_account.md
|
|
|
|
tags:
|
|
|
|
- attack.credential_access
|
|
|
|
- attack.t1003
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID:
|
|
|
|
- 4663
|
|
|
|
- 4656
|
|
|
|
ObjectType: 'Process'
|
|
|
|
ObjectName|endswith: '\lsass.exe'
|
|
|
|
filter:
|
|
|
|
SubjectUserName|endswith: '$'
|
|
|
|
condition: selection and not filter
|
2020-01-10 23:11:27 +00:00
|
|
|
fields:
|
|
|
|
- ComputerName
|
|
|
|
- ObjectName
|
|
|
|
- SubjectUserName
|
|
|
|
- ProcessName
|
2019-11-10 15:43:41 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
2020-01-10 23:11:27 +00:00
|
|
|
level: critical
|