Windows User Groups Flashcards
Name the 3 user account types.
- Administrator, Full Control
- Standard, day to day access
- Guest, Limited access
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?
- Admin has number 500
- Guest has number 501
- Users and Groups begins with 1000 and increment by 1.
Name several well know User SID’s.
- S-1-5-18 = Local system
- S-1-5-19 = local service
- S-1-5-20 = network service
- S-1-5-21- xxxx - 500 = local admin
- S-1-5-21- xxxx - 501 = local guest.
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?
- S-1-5-32-544 = Aministrators
- S-1-5-32-545 = Users
- S-1-5-32-546 = Guests
- S-1-5-32-547 = Power Users
- S-1-5-32-551 = Backup Operators
- S-1-5-32-552 = Replicator
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.
- HKLM\System => C:\Windows\System32\config\System
- HKLM\Software => C:\Windows\System32\config\Software