2017-02-10 18:17:02 +00:00
|
|
|
title: Mimikatz In-Memory Detection
|
|
|
|
status: experimental
|
|
|
|
description: Detects certain DLL loads when Mimikatz gets executed
|
|
|
|
reference: https://securityriskadvisors.com/blog/post/detecting-in-memory-mimikatz/
|
2017-02-18 23:31:59 +00:00
|
|
|
logsource:
|
2017-03-13 08:23:08 +00:00
|
|
|
product: windows
|
|
|
|
service: sysmon
|
2017-02-10 18:17:02 +00:00
|
|
|
detection:
|
2017-03-01 09:16:43 +00:00
|
|
|
selector:
|
2017-02-15 22:53:08 +00:00
|
|
|
EventID: 7
|
|
|
|
Image: 'C:\Windows\System32\rundll32.exe'
|
2017-03-01 09:16:43 +00:00
|
|
|
dllload1:
|
2017-02-15 22:53:08 +00:00
|
|
|
ImageLoaded: '*\vaultcli.dll'
|
2017-02-10 18:17:02 +00:00
|
|
|
dllload2:
|
2017-02-15 22:53:08 +00:00
|
|
|
ImageLoaded: '*\wlanapi.dll'
|
2017-02-10 18:17:02 +00:00
|
|
|
exclusion:
|
2017-02-15 22:53:08 +00:00
|
|
|
ImageLoaded:
|
2017-02-10 18:17:02 +00:00
|
|
|
- 'ntdsapi.dll'
|
|
|
|
- 'netapi32.dll'
|
|
|
|
- 'imm32.dll'
|
|
|
|
- 'samlib.dll'
|
|
|
|
- 'combase.dll'
|
|
|
|
- 'srvcli.dll'
|
|
|
|
- 'shcore.dll'
|
|
|
|
- 'ntasn1.dll'
|
|
|
|
- 'cryptdll.dll'
|
|
|
|
- 'logoncli.dll'
|
|
|
|
timeframe: last 30s
|
2017-08-02 22:05:48 +00:00
|
|
|
condition: selector | near dllload1 and dllload2 and not exclusion within timeframe
|
2017-02-10 18:17:02 +00:00
|
|
|
falsepositives:
|
|
|
|
- unknown
|
2017-08-02 22:05:48 +00:00
|
|
|
level: medium
|