Windows Event ID 6274 is generated by the Microsoft-Windows-Security-Auditing provider as part of the advanced audit policy framework introduced in Windows Vista and enhanced through Windows 11 and Server 2025. This event specifically tracks the assignment of special privileges during the logon process, providing detailed information about which elevated rights a user session receives.
The event occurs after successful authentication but before the user session becomes fully active. Windows evaluates the user's group memberships, assigned user rights, and security policies to determine which special privileges should be granted. These privileges are then assigned to the logon session and recorded in Event ID 6274. The timing is critical because it captures the exact moment when elevated access is granted, making it valuable for security timeline reconstruction.
Special privileges tracked by this event include system-level rights like SeDebugPrivilege (debug programs), SeLoadDriverPrivilege (load and unload device drivers), SeTcbPrivilege (act as part of the operating system), SeBackupPrivilege (backup files and directories), and SeRestorePrivilege (restore files and directories). Each privilege represents a significant security capability that could be misused if granted inappropriately.
The event structure includes the logon session ID, which correlates with other security events, the user account information, and a detailed list of assigned privileges. This correlation capability makes Event ID 6274 essential for comprehensive security monitoring and forensic analysis in enterprise environments.