SigmaHQ/rules/windows/builtin/win_alert_mimikatz_keywords.yml

35 lines
911 B
YAML
Raw Normal View History

2018-01-27 09:57:30 +00:00
title: Mimikatz Use
2019-11-12 22:12:27 +00:00
id: 06d71506-7beb-4f22-8888-e2e5e2ca7fd8
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
2019-10-11 16:50:33 +00:00
date: 2017/01/10
modified: 2019/10/11
2018-07-24 05:50:32 +00:00
tags:
- attack.s0002
2018-09-20 10:44:44 +00:00
- attack.t1003
2018-07-24 05:50:32 +00:00
- attack.lateral_movement
- attack.credential_access
2019-06-14 04:15:38 +00:00
- car.2013-07-001
- car.2019-04-004
logsource:
2017-02-19 10:08:23 +00:00
product: windows
2016-12-27 13:49:54 +00:00
detection:
keywords:
Message:
- "* mimikatz *"
- "* mimilib *"
- "* <3 eo.oe *"
- "* eo.oe.kiwi *"
- "* privilege::debug *"
- "* sekurlsa::logonpasswords *"
- "* lsadump::sam *"
- "* mimidrv.sys *"
2019-10-11 16:50:33 +00:00
- "* p::d *"
- "* s::l *"
condition: keywords
2016-12-27 13:49:54 +00:00
falsepositives:
- Naughty administrators
- Penetration test
2017-02-16 17:02:26 +00:00
level: critical