2018-01-27 09:57:30 +00:00
|
|
|
title: Mimikatz In-Memory
|
2017-02-10 18:17:02 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects certain DLL loads when Mimikatz gets executed
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
|
|
|
- https://securityriskadvisors.com/blog/post/detecting-in-memory-mimikatz/
|
2018-07-27 04:15:07 +00:00
|
|
|
tags:
|
|
|
|
- attack.s0002
|
2019-03-06 04:25:12 +00:00
|
|
|
- attack.t1003
|
2018-07-27 04:15:07 +00:00
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.credential_access
|
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'
|
2017-08-04 22:32:24 +00:00
|
|
|
timeframe: 30s
|
2017-10-29 23:25:56 +00:00
|
|
|
condition: selector | near dllload1 and dllload2 and not exclusion
|
2017-02-10 18:17:02 +00:00
|
|
|
falsepositives:
|
|
|
|
- unknown
|
2017-08-02 22:05:48 +00:00
|
|
|
level: medium
|