Name the 3 user account types.
What is a SID?
Its a unique User and Security Identifier, each user has one.
What is the SID format?
S-1-5-2-……-…….-……1007
Where:
S = An SID allways begins with this char
1 = Revision number
5 = Identifier Authority (found in every SID)
21 = Sub Authority value
1007 = RID
What is RID?
Is means Relative IDentifier. (Written as HEX eg 0x3EA = 1002)
The portion of a SID that uniquely identifies a user or custom group.
What RID number do Administrator, User and Guest have?
Name several well know User SID’s.
What means “SAM” ?
SAM stands for “Security Account Manager”.
It contains info about local user accounts:
- usernames
- passwords hashes (with syskey encryption)
- account restrictions
It is stored in C:\Windows\System32\config\SAM
Name several well know Group SID’s. And where are they stored in the registry?
HKLM\SAM\SAM\Domains\Builtin\Aliases
Where are User Profiles stored in the registry?
They are located in the following location:
HKLM\SOTFWARE\Microsoft\WindowsNT\CurrentVersion\Profilelist
Where are all the Users stored in the registry?
They are located in the following location:
HKLM\SAM\SAM\Domains\Account\Users
(It contains all the users of this system)
Where is the User Group Memberships stored in the registry?
HKLM\SOTFWARE\Microsoft\WindowsNT\CurrentVersion\GroupPolicy\user_id\GroupMemberShip
Where is the Windows ProfileList stored in the registry?
HKLM\SOTFWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList
Name the 2 most important Registry hives.