mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
21 lines
572 B
YAML
21 lines
572 B
YAML
title: Mimikatz Use
|
|
description: This method detects mimikatz keywords in different Eventlogs (some of them only appear in older Mimikatz version that are however still used by different threat groups)
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
detection:
|
|
keywords:
|
|
- mimikatz
|
|
- mimilib
|
|
- <3 eo.oe
|
|
- eo.oe.kiwi
|
|
- privilege::debug
|
|
- sekurlsa::logonpasswords
|
|
- lsadump::sam
|
|
- mimidrv.sys
|
|
condition: keywords
|
|
falsepositives:
|
|
- Naughty administrators
|
|
- Penetration test
|
|
level: critical
|