Windows HackTool Activity: Mimikatz Kerberos Ticket and MemSSP File Creation
Alerts on Windows file creation events for Mimikatz-related .kirbi and mimilsa.log files.
- Product
- windows
- Category
- file_event
- Author
- Florian Roth (Nextron Systems), David ANDRE (SigmaHQ), DRL 1.1
- Published
- 2021-11-08
- Updated
- 2026-07-31
ATT&CK techniques
Cred AccessRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags Windows file creation events where the target filename ends with artifacts associated with Mimikatz, including Kerberos ticket files (.kirbi) and MemSSP log output (mimilsa.log). Attackers may generate these files during credential access workflows, making them useful indicators of credential tooling on the host. It relies on file event telemetry that includes the created or written filename via a target filename field.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows HackTool Activity: Mimikatz Kerberos Ticket and MemSSP File Creation"
id: 25213cb1-4ffd-426d-991f-69fef3ef37e1
related:
- id: 034affe8-6170-11ec-844f-0f78aa0c4d66
type: obsolete
- id: 9e099d99-44c2-42b6-a6d8-54c3545cab29
type: derived
status: test
description: This rule flags Windows file creation events where the target filename ends with artifacts associated with Mimikatz, including Kerberos ticket files (.kirbi) and MemSSP log output (mimilsa.log). Attackers may generate these files during credential access workflows, making them useful indicators of credential tooling on the host. It relies on file event telemetry that includes the created or written filename via a target filename field.
references:
- https://cobalt.io/blog/kerberoast-attack-techniques
- https://pentestlab.blog/2019/10/21/persistence-security-support-provider/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_hktl_mimikatz_files.yml
author: Florian Roth (Nextron Systems), David ANDRE, Huntrule Team
date: 2021-11-08
modified: 2024-06-27
tags:
- attack.credential-access
- attack.t1558
logsource:
category: file_event
product: windows
detection:
selection:
TargetFilename|endswith:
- .kirbi
- mimilsa.log
condition: selection
falsepositives:
- Unlikely
level: critical
license: DRL-1.1