SID's Authority
What is authority that create SID in windows systems ?
The authority the issued the SID in windows systems is rely on the network setup the windows device located on.
Authority
Local Security Authority (LSA) on each computer
Active Directory (AD) Domain Controller (DC)
Scope of SID
Valid only on that computer
Valid across the entire domain
Where Itβs Stored
Security Account Manager (SAM) database (C:\Windows\System32\Config\SAM)
Active Directory Database (NTDS.dit) on Domain Controller
Account Portability
Cannot be moved to another machine
Can be accessed from any domain-joined machine
How it's created ?
LSA generates a machine-based SID + RID
Domain Controller generates a domain-wide SID + RID
Who controls Account?
Local administrator
Domain Administrator
Last updated