// MITRE ATT&CK

T1134.001 · Token Impersonation/Theft

🎯 Stealth Windows Sub-technique

Sub-technique of T1134 · Access Token Manipulation.

Adversaries may duplicate then impersonate another user's existing token to escalate privileges and bypass access controls. For example, an adversary can duplicate an existing token using `DuplicateToken` or `DuplicateTokenEx`.(Citation: DuplicateToken function) The token can then be used with `Impe...

How to detect & mitigate it

Detecting Token Impersonation/Theft starts with your SIEM/EDR telemetry. Write a detection rule with the Sigma generator, analyze suspicious logs in the log analyzer, and place the technique on your coverage with the ATT&CK matrix.

Related techniques

Source: MITRE ATT&CK®. ATT&CK is a registered trademark of The MITRE Corporation. Content for educational purposes.