Windows Security 4624 LogonType 9 Impersonation via Negotiate (Advapi) Token Abuse Indicator

Identifies Windows successful logons consistent with potential access token impersonation using Advapi and Negotiate.

FreeReviewedSigma · Medium · v2
Product
windows
Service
security
Author
Michaela Adams, Zach Mathis (SigmaHQ), DRL 1.1
Published
2022-11-06
Updated
2026-07-31
title: Windows Security 4624 LogonType 9 Impersonation via Negotiate (Advapi) Token Abuse Indicator
id: f769fd7f-13f3-4436-b06b-addaa6b382a4
status: test
description: This rule flags Windows Security Event ID 4624 logons with LogonType 9 where the logon process is Advapi and the authentication package is Negotiate, indicating an impersonation-related authentication context. Attackers can abuse access tokens to impersonate other users and conduct stealthy activity under different credentials. The detection relies on Windows Security auditing telemetry for EventID, LogonType, LogonProcessName, AuthenticationPackageName, and ImpersonationLevel values.
references:
  - https://www.elastic.co/fr/blog/how-attackers-abuse-access-token-manipulation
  - https://www.manageengine.com/log-management/cyber-security/access-token-manipulation.html
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/security/account_management/win_security_access_token_abuse.yml
author: Michaela Adams, Zach Mathis, Huntrule Team
date: 2022-11-06
modified: 2023-04-26
tags:
  - attack.privilege-escalation
  - attack.stealth
  - attack.t1134.001
  - stp.4u
logsource:
  product: windows
  service: security
detection:
  selection:
    EventID: 4624
    LogonType: 9
    LogonProcessName: Advapi
    AuthenticationPackageName: Negotiate
    ImpersonationLevel: "%%1833"
  condition: selection
falsepositives:
  - Anti-Virus
level: medium
license: DRL-1.1
related:
  - id: 02f7c9c1-1ae8-4c6a-8add-04693807f92f
    type: derived