EXPLORE
← Back to Explore
sigmacriticalTTP

Zerologon Exploitation Using Well-known Tools

This rule is designed to detect attempts to exploit Zerologon (CVE-2020-1472) vulnerability using mimikatz zerologon module or other exploits from machine with "kali" hostname.

MITRE ATT&CK

lateral-movement

Detection Query

selection:
  EventID:
    - 5805
    - 5723
keywords:
  - kali
  - mimikatz
condition: selection and keywords

Author

Demyan Sokolin @_drd0c, Teymur Kheirkhabarov @HeirhabarovT, oscd.community

Created

2020-10-13

Data Sources

windowssystem

Platforms

windows

Tags

attack.t1210attack.lateral-movement
Raw Content
title: Zerologon Exploitation Using Well-known Tools
id: 18f37338-b9bd-4117-a039-280c81f7a596
status: stable
description: This rule is designed to detect attempts to exploit Zerologon (CVE-2020-1472) vulnerability using mimikatz zerologon module or other exploits from machine with "kali" hostname.
references:
    - https://www.secura.com/blog/zero-logon
    - https://bi-zone.medium.com/hunting-for-zerologon-f65c61586382
author: 'Demyan Sokolin @_drd0c, Teymur Kheirkhabarov @HeirhabarovT, oscd.community'
date: 2020-10-13
modified: 2021-05-30
tags:
    - attack.t1210
    - attack.lateral-movement
logsource:
    service: system
    product: windows
detection:
    selection:
        EventID:
            - 5805
            - 5723
    keywords:
        - kali
        - mimikatz
    condition: selection and keywords
level: critical