Ch11 - 11.03 Implementing Access Control Flashcards
User Account Types
- User account (Everyone should have their own)
- Shared and generic accounts/credentials (Nope, don’t even bother from the auditing point of view)
- Guest account
- Service account
The user account that you associate with a piece of
software is known as a service account because it is a feature that is used by services running within the operating systems as well - Privileged account
Common Rights in Windows
Access this computer from the network
This right controls who is allowed to connect to the system from across the network.
Allow log on locally
This right controls who is allowed to sit at the computer and log on.
Back up files and directories
This right controls who can do backups on the system.
Change the system time
This right controls who is allowed to adjust the time on the computer.
Take ownership of files or other objects
This right controls who is allowed to take ownership of files, folders, or printers. The owner of a resource is allowed to change the permissions on the resource at any time.
Right vs. Permission
A right is someone’s privilege to perform a task,
While permission is someone’s level of access to a resource.
For example,
the Authors group was given the Modify permission to the Publications folder. The Authors group was not given the Modify right. The opposite is true as well—the Authors group was given the right to perform backups, not the permission to perform backups!
Lists the Types of Group Policies by Location
Local
A local policy is a policy that is configured on one system, the system you are running the Group Policy Object Editor on. To configure local policies, you can create a custom Microsoft Management Console (MMC) and add the Group Policy Object Editor.
Site
You can deploy a group policy to an Active Directory site, which has the capability of applying to multiple domains in that site.
Domain
You can apply a group policy at the domain level so that it affects all users and computers in the Active Directory domain
Organization unit (OU) You can apply a group policy at the OU level so that the policy applies only to a small group of users or computers.
** The location of the policies just listed also determines the processing order of those policies. For example, when a computer starts up, it first applies its local policy, then applies the site, domain, and any OU policies. The reason I mention this is because if you have a conflicting setting between the four policies, the last one applied wins (which normally ends up being the domain or OU policy). **
Account Restrictions
- Account Expiration
- Time-of-Day Restrictions
- Account Lockout
- Account Disablement (Unused Accounts)