Exam Preparation Tasks
Review All Key Topics
Review the most important topics in this chapter, noted with the Key Topics icon in the outer margin of the page. Table 5-1 lists a reference of these key topics and the page numbers on which each is found.
Table 5-1 Key Topics for Chapter 5
Key Topic Element |
Description |
Page Number |
Paragraph |
Access control process |
410 |
Paragraph |
Provisioning life cycle |
413 |
Paragraph |
Five factors of authentication |
415 |
Paragraph |
Password types |
417 |
Paragraph |
Password management considerations |
419 |
Paragraph |
Physiological characteristics |
422 |
Paragraph |
Behavioral characteristics |
424 |
Paragraph |
Biometric considerations |
424 |
Paragraph |
Advantages and disadvantages of SSO |
430 |
Paragraph |
Advantages and disadvantages of Kerberos |
431 |
Paragraph |
Auditing mechanism guidelines |
437 |
Paragraph |
Classes of malware |
446 |
Define Key Terms
Define the following key terms from this chapter and check your answers in the glossary:
access control
access control list (ACL)
access control matrix
access control policy
authentication
authorization
backdoor
biometric acceptability
biometric accuracy
biometric throughput
brute-force attack
buffer overflow
capability table
centralized access control
characteristic factors
context-dependent access control
cross-certification federated identity model
crossover error rate
decentralized access control
Dictionary attack
discretionary access control (DAC)
dumpster diving
false acceptance rate (FAR)
false rejection rate (FRR)
federated identity
identification
Identity as a Service (IDaaS)
Kerberos
knowledge factors
least privilege
Lightweight Directory Access Protocol (LDAP)
location factors
logical control
mandatory access control (MAC)
multi-factor authentication
need-to-know
ownership factors
password masking
pharming
phishing
physical control
provisioning life cycle
ransomware
role-based access control (RBAC)
rule-based access control
Secure European System for Applications in a Multi-vendor Environment (SESAME)
Security Assertion Markup Language (SAML)
security domain
separation of duties
shoulder surfing
single-factor authentication
single sign-on (SSO)
spyware
trapdoor
Trojan horse
trusted third-party federated identity model
virus
vishing
whaling
worm
Review Questions
Which of the following is NOT an example of a knowledge authentication factor?
password
mother’s maiden name
city of birth
smart card
Which of the following statements about memory cards and smart cards is false?
A memory card is a swipe card that contains user authentication information.
Memory cards are also known as integrated circuit cards (ICCs).
Smart cards contain memory and an embedded chip.
Smart card systems are more reliable than memory card systems.
Which biometric method is most effective?
iris scan
retina scan
fingerprint
hand print
What is a Type I error in a biometric system?
crossover error rate (CER)
false rejection rate (FRR)
false acceptance rate (FAR)
throughput rate
Which access control model is most often used by routers and firewalls to control access to networks?
discretionary access control
mandatory access control
role-based access control
rule-based access control
Which threat is NOT considered a social engineering threat?
phishing
pharming
DoS attack
dumpster diving
Which of the following statements best describes an IDaaS implementation?
Ensures that any instance of identification and authentication to a resource is managed properly.
Collects and verifies information about an individual to prove that the person who has a valid account is who he or she claims to be.
Provides a set of identity and access management functions to target systems on customers’ premises and/or in the cloud.
It is an SAML standard that exchanges authentication and authorization data between organizations or security domains.
Which of the following is an example of multi-factor authentication?
username and password
username, retina scan, and smart card
retina scan and finger scan
smart card and security token
You decide to implement an access control policy that requires that users logon from certain workstations within your enterprise. Which type of authentication factor are you implementing?
knowledge factor
location factor
ownership factor
characteristic factor
Which threat is considered a password threat?
buffer overflow
sniffing
spoofing
brute-force attack
Which session management mechanisms are often used to manage desktop sessions?
screensavers and timeouts
FIPS 201.2 and NIST SP 800-79-2
Bollards and locks
KDC, TGT, and TGS
Which of the following is a major disadvantage of implementing an SSO system?
Users are able to use stronger passwords.
Users need to remember the login credentials for a single system.
User and password administration are simplified.
If a user’s credentials are compromised, attacker can access all resources.
Which type of attack is carried out from multiple locations using zombies and botnets?
TEMPEST
DDoS
Backdoor
Emanating
Answers and Explanations
Knowledge factors are something a person knows, including passwords, mother’s maiden name, city of birth, and date of birth. Ownership factors are something a person has, including a smart card.
Memory cards are NOT also known as integrated circuit cards (ICCs). Smart cards are also known as ICCs.
Iris scans are considered more effective than retina scans, fingerprints, and hand prints.
A Type I error in a biometric system is false rejection rate (FRR). A Type II error in a biometric system is false acceptance rate (FAR). Crossover error rate (CER) is the point at which FRR equals FAR. Throughput rate is the rate at which users are authenticated.
Rule-based access control is most often used by routers and firewalls to control access to networks. The other three types of access control models are not usually implemented by routers and firewalls.
A denial-of-service (DoS) attack is not considered a social engineering threat. The other three options are considered to be social engineering threats.
An Identity as a Service (IDaaS) implementation provides a set of identity and access management functions to target systems on customers’ premises and/or in the cloud. Session management ensures that any instance of identification and authentication to a resource is managed properly. A proof of identity process collects and verifies information about an individual to prove that the person who has a valid account is who he or she claims to be.
Using username, retina scan, and a smart card is an example of multi-factor authentication. The username is something you know, the retina scan is something you are, and the smart card is something you have.
You are implementing location factors, which are based on where a person is located when logging in.
A brute-force attack is considered a password threat.
Desktop sessions can be managed through screensavers, timeouts, logon, and schedule limitations. Federal Information Processing Standards (FIPS) Publication 201.2 and NIST Special Publication 800-79-2 are documents that provide guidance on proof of identity. Physical access to facilities can be provided securely using locks, fencing, bollards, guards, and closed-circuit television (CCTV). In Kerberos, the key distribution center (KDC) issues a ticket-granting ticket (TGT) to the principal. The principal sends the TGT to the ticket-granting service (TGS) when the principal needs to connect to another entity.
If a user’s credentials are compromised in a single sign-on (SSO) environment, attackers have access to all resources to which the user has access. All other choices are advantages to implementing an SSO system.
A distributed DoS (DDoS) attack is a DoS attack that is carried out from multiple attack locations. Vulnerable devices are infected with software agents, called zombies. This turns the vulnerable devices into botnets, which then carry out the attack. Devices that meet TEMPEST standards implement an outer barrier or coating, called a Faraday cage or Faraday shield. A backdoor or trapdoor is a mechanism implemented in many devices or applications that gives the user who uses the backdoor unlimited access to the device or application. Emanations are electromagnetic signals that are emitted by an electronic device. Attackers can target certain devices or transmission mediums to eavesdrop on communication without having physical access to the device or medium.
