Access Control - Domain 1 Flashcards
Q
A
What do Access Control mechanisms protect against?
Protect information and resources from unauthorized disclosure, modification and destruction.
What do Access Control mechanisms defend against?
The defend against unauthorized entry, access and use.
Three main types of Access Control Mechanisms:
Physical, Administrative, and Technical.
What do Administrative Controls do in Access Control:
Develop policies, standards and procedures. Screen personal, security awareness training, monitoring system and network activity, and change control.
What do Technical Controls do in Access Control:
Logical mechanisms that provide password and resource management, identification and authentication, and software configurations.
What do Physical Controls do in Access Control:
Protect individual systems, the network, employees, and the facility from physical damage.
What are the 8 Access control administrative controls?
- Develop a security program. 2. Determine compliance levels and consequences of non-compliance. 3. Indicate who has authorized access and who is unauthorized. 4. Classifying data and enforcing the necessary protection required for that classification. 5. Developing policies and standards and enforcing them when they are broken. 6. Developing an incident response team. 7. Developing a business continuity and disaster recovery plan. 8. Operational and continuity testing.
What are the 5 Access control technical controls?
- Implement access control - requiring users to authenticate before accessing a system or data. 2. Encrypting data where it is stored or transmitted, 3. Implement firewalls and IDS. 4. Fault tolerance and load balancing. 5. Auditing.
What are the 5 Access control physical controls?
- Locks and alarms on doors.2. Security guards watching for suspicious individuals and activities. 3. IDS to physical protect the facility. 4. Removing floppy drives so information cannot be copied and brought out of a building. 5. Storing backup data in a fire proof safe and/or at an offsite facility.
What are the 7 Access Control types/categories:
- Preventative. 2. Detective. 3. Corrective. 4. Deterrent. 5. Recovery. 6. Compensation. 7.Directive.
What are the 4 Preventative-Administrative control combinations?
- Policies and procedures. 2. Pre-employment background checks. 3. Data classification and labeling. 4. Security awareness.
What are the 3 Preventative-Physical control combinations?
- Badges and swipe cards. 2. Guards, dogs, motion detectors, CCTV. 3. Fences, locks, man traps, alarms.
What are the 3 Preventative-Technical control combinations?
- Passwords, biometrics, smart cards. 2. Encryption, protocols, call-back systems, database views, constrained user interface. 3. Anti-virus software, ACL’s, firewalls, routers, slipping levels.
What are the 4 Detective-Administrative control combinations?
- Job rotation. 2. Sharing responsibilities. 3. Inspections. 4. Incident response.
What are the 3 Detective-Technical control combinations?
- IDS. 2. Reviewing audit logs. 3. Reviewing violations of clipping levels.
What is the Detective-Physical control combination?
Human evaluation of output from sensors or cameras.
Access control definitions - Subject:
Active entity that requests access to an object or the data within an object.
Access control definitions - Object:
Passive entity that contains information.
Access control definitions - Access:
Ability of subject to do something.
Access control definitions - Access Control:
Security features that control how subjects and objects communicate and interact with other subjects and objects.
Access Control - Identification
Identifying the subjects using username, smart card or memory card.
Access Control - Authentication
Proving the subject is who it claims to be with a second piece of a credential set.
Access Control - Authorization
Granting access to resources based on a criteria.