SigmaHQ/rules/windows/builtin/win_alert_mimikatz_keywords.yml

38 lines
1.0 KiB
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
2020-06-16 20:46:08 +00:00
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
- attack.t1003 # an old one
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
2020-06-16 20:46:08 +00:00
- attack.t1003.002
- attack.t1003.004
- attack.t1003.001
- attack.t1003.006
logsource:
2017-02-19 10:08:23 +00:00
product: windows
2016-12-27 13:49:54 +00:00
detection:
keywords:
2020-10-15 18:11:10 +00:00
Message|contains:
- "mimikatz"
- "mimilib"
- "<3 eo.oe"
- "eo.oe.kiwi"
- "privilege::debug"
- "sekurlsa::logonpasswords"
- "lsadump::sam"
- "mimidrv.sys"
- " 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