2019-10-16 11:18:31 +00:00
|
|
|
title: DLL Load via LSASS
|
2019-11-12 22:12:27 +00:00
|
|
|
id: b3503044-60ce-4bf4-bbcb-e3db98788823
|
2019-10-16 11:18:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects a method to load DLL via LSASS process using an undocumented Registry key
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2019/10/16
|
2020-07-01 08:58:39 +00:00
|
|
|
modified: 2020/07/01
|
2019-10-16 11:18:31 +00:00
|
|
|
references:
|
|
|
|
- https://blog.xpnsec.com/exploring-mimikatz-part-1/
|
|
|
|
- https://twitter.com/SBousseaden/status/1183745981189427200
|
|
|
|
logsource:
|
2020-07-01 08:58:39 +00:00
|
|
|
category: registry_event
|
2019-10-16 11:18:31 +00:00
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
2020-06-16 20:46:08 +00:00
|
|
|
TargetObject:
|
2019-10-16 11:18:31 +00:00
|
|
|
- '*\CurrentControlSet\Services\NTDS\DirectoryServiceExtPt*'
|
|
|
|
- '*\CurrentControlSet\Services\NTDS\LsaDbExtPt*'
|
|
|
|
condition: selection
|
|
|
|
tags:
|
|
|
|
- attack.execution
|
2020-09-06 19:08:27 +00:00
|
|
|
- attack.t1177 # an old one
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1547.008
|
2019-10-16 11:18:31 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|
|
|
|
|