Windows Kerberos Key Distribution Center: CVE-2021-42278 Exploitation Attempt Indicators (Event 35–38)

Alerts on Windows Kerberos KDC ticket anomalies (EventIDs 35–38) associated with CVE-2021-42278 exploitation attempts.

FreeReviewedSigma · Medium · v5
Product
windows
Service
system
Author
frack113 (SigmaHQ), DRL 1.1
Published
2021-12-15
Updated
2026-07-31
title: "Windows Kerberos Key Distribution Center: CVE-2021-42278 Exploitation Attempt Indicators (Event 35–38)"
id: 60eeb6f4-844f-457f-b01f-dd093fc64871
related:
  - id: e80a0fee-1a62-4419-b31e-0d0db6e6013a
    type: similar
  - id: 44bbff3e-4ca3-452d-a49a-6efa4cafa06f
    type: derived
status: test
description: This rule flags Windows system events from the Microsoft-Windows-Kerberos-Key-Distribution-Center service that match PAC/Ticket integrity anomalies associated with CVE-2021-42278 exploitation attempts. Attackers may attempt to obtain unauthorized access by manipulating Kerberos-related artifacts, which can surface as missing or inconsistent PAC/requestor information. The detection relies on telemetry from the Kerberos Key Distribution Center with Event IDs 35, 36, 37, or 38.
references:
  - https://cloudbrothers.info/en/exploit-kerberos-samaccountname-spoofing/
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2021/Exploits/CVE-2021-42278/win_system_exploit_cve_2021_42278.yml
author: frack113, Huntrule Team
date: 2021-12-15
modified: 2023-04-14
tags:
  - attack.credential-access
  - attack.t1558.003
  - cve.2021-42278
  - detection.emerging-threats
logsource:
  product: windows
  service: system
detection:
  selection:
    Provider_Name: Microsoft-Windows-Kerberos-Key-Distribution-Center
    EventID:
      - 35
      - 36
      - 37
      - 38
  condition: selection
falsepositives:
  - Unknown
level: medium
license: DRL-1.1