wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CBK Domain 5 - Identity and Access Management.

Total questions: 132

Worksheet time: 1hrs 7mins

Name
Class
Date
1.

Which type of access control model would we use if availability is MOST important?

a)

Rule-Based Access Control (RBAC)

b)

Role-Based Access Control (RBAC)

c)

Discretionary Access Control (DAC)

d)

Mandatory Access Control (MAC)

2.

Looking at identity and access provisioning, identities consist of which of these?

a)

Objects

b)

Rights

c)

Attributes

d)

Entities

3.

A disgruntled former employee is trying to break the passwords of our administrator accounts using rainbow tables.

What is he using for that?

a)

He uses full words often with numbers at the end.

b)

He has software installed on a computer that records all keystrokes.

c)

He has software installed on a computer that records all keystrokes.

d)

He uses precompiled hashes to compare the password hash to.

4.

Which of these protocols is vendor-neutral?

a)

AD

b)

LDAP

c)

VTP

d)

EIGRP

5.

Which of these authentication protocols is no longer considered secure?

a)

Diameter

b)

Radius

c)

TACACS+.

d)

TACACS

6.

Jane has been tasked with implementing multifactor authentication at our organization. The request from senior management is to make it secure, but also to protect employees' privacy and not inadvertently record something that could reveal private employee health information. To make passwords safer Jane implements some safeguards.

Which of these should NOT be one of them?

a)

Key stretching.

b)

No minimum password age.

c)

Salting

d)

Nonce

7.

We are using DAC (Discretionary Access Control) in our organization.

What is DAC based on?

a)

The job role of the user.

b)

The discretion of the object owner.

c)

IF/THEN statements.

d)

Labels and clearance.

8.

An administrator account keeps getting locked for too many logins. There is no malicious activity and the administrator is not using the account.

What is MOST LIKELY happening?

a)

The administrator used the wrong credentials on a system and it is using the administrator credentials and not the proper system credentials to authenticate.

b)

The administrator has configured a system to use his password for authentication and he has entered the right username and password.

c)

The password does not meet our requirements and because of that the account is being locked.

d)

The password has reached its maximum age and the administrator has chosen a new password.

9.

Jane has been tasked with implementing multifactor authentication for our organization. The request from senior management is to make it secure, but also to protect employees' privacy and not inadvertently record something that could reveal private employee health information.

What would be some good reasons to NOT use biometric authentication in Janes implementation?

a)

It can reveal private employee information.

b)

Biometrics are easily copied.

c)

It is wrong more often than not.

d)

Biometrics often change.

10.

Which authentication method would use something you are expected to have?

a)

Type 2.

b)

Type 3.

c)

Type 0.

d)

Type 1.

11.

We are thinking about implementing biometrics throughout our organization. Which of these could be reasons we should consider as reason to NOT implement biometrics?

(Select all that apply).

a)

It is very expensive compared to other authentication methods.

b)

Biometrics can reveal personal health information.

c)

We can't reissue new biometric credentials if we are compromised.

d)

It is a very new field and the technology is not very good.

e)

Biometrics are easy to replicate for an attacker.

12.

A HMAC-based one-time password (HOTP) is an example of which type of authentication method?

a)

Somewhere you are.

b)

Something you have.

c)

Something you know.

d)

Something you are.

13.

In which type of access control model would your access to data be determined by your job title?

a)

Rule-Based Access Control (RUBAC)

b)

Role-Based Access Control (RBAC)

c)

Discretionary Access Control (DAC)

d)

Mandatory Access Control (MAC)

14.

If we were to implement SESAME instead of KERBEROS, what would it uses instead of tickets?

a)

PACs

b)

RASs

c)

PKI

d)

PASs

15.

An attacker has gained access to our hashed passwords. We haven't started used salting or nonces yet. Why is that a problem?

a)

It isn't a problem, hashes are one-way functions and can't be reversed.

b)

The attacker can circumvent clipping levels.

c)

The attacker can now reverse the hash to the real password by hashing the hash he stole.

d)

Because the attacker now known our encryption keys.

16.

After we have implemented biometrics in our organization, we are having issues with a too-high rejection rate of authorized employees. Which of these is the false rejection rate?

a)

C

b)

A

c)

B

d)

AC

17.

Type 2 authentication includes all these, EXCEPT which?

a)

Password.

b)

Cookie

c)

TOTP token.

d)

Passport

18.

We have, after a long project, implemented biometrics in our organization.

What do we want for our biometrics?

a)

CER

b)

CRR

c)

FAR

d)

FRR

19.

When we are using knowledge-based factors in our authentication process, we would use all of these, EXCEPT which?

a)

PINs

b)

Passwords.

c)

Pass phrases.

d)

Single-use passwords.

20.

When we are using our username and password online for authentication, what else can we use for multifactor authentication?

a)

Tokens

b)

PINs

c)

Security questions.

d)

Passphrases

21.

Which of these would NOT be part of a good identity and access provisioning lifecycle?

a)

Leaving accounts unlocked when employees leave the organization.

b)

Notifying users to change their passwords before they expire. Revoking accounts and access when contractors stop working for us.

c)

Identify accounts that has not been used for more than 10 days following their creation.

d)

Locking accounts when employees leave the organization.​

22.

Brute force can, in theory, break any password, even one-time pads. Is that a problem we should consider if we use proper security measures around our one-time pads?

a)

Brute force can't break one-time pads.

b)

No. There would be too many false positives for it to matter.

c)

Yes, The attacker would have the key.

d)

Yes. If broken, the one-time pad is useless.

23.

When we are implementing new access control mechanisms, looking at the IAAA model, what could we use for identification?

a)

Non-repudiation.

b)

A password.

c)

Role based access control.

d)

Usernames

24.

Jane has a project to looking at possible Federated Identity Management (FIDM) implementations at our organization. Which of these would she NOT consider?

a)

SAML

b)

LDAP

c)

OpenID

d)

OAuth

25.

In our access management, we would NEVER want to use group user accounts. Why is that?

a)

No authorization.

b)

No availability.

c)

No accountability.

d)

No authentication.

26.

Jane is suggesting we use LDAP for our authentication protocol. What is the LDAP protocol?

a)

Lightweight Direction Address Protocol.

b)

Lightweight Directory Authentication Protocol.

c)

Lightweight Directory Authorization Protocol.

d)

Lightweight Directory Access Protocol.

27.

When we add salting to our hashed password, what would that possibly protect us against?

a)

Smurf attacks.

b)

Brute force.

c)

Physical access.

d)

Rainbow tables.

28.

If we are using magnetic stripe ID cards and we are wanting to add additional security measures, which of these could we implement for visual inspection and have it be the MOST secure?

a)

Picture of the user.

b)

Protected Health Information (PHI).

c)

Name, title and department.

d)

Embedded hologram.

29.

Looking at the authentication methods we use, which type is expected to be something you memorize?

a)

Type 1.

b)

Type 3.

c)

Type 0.

d)

Type 2.

30.

In which type of access control does subjects have clearance and object labels?

a)

Rule-Based Access Control (RUBAC)

b)

Role-Based Access Control (RBAC)

c)

Discretionary Access Control (DAC)

d)

Mandatory Access Control (MAC)

31.

PINs, passwords, and passphrases are all which type of authentication?

a)

Type 3.

b)

Type 2.

c)

Type 5.

d)

Type 1.

32.

In a security audit, we are looking at the authentication protocols we use. Which of these uses a key-distribution center?

a)

Kerberos

b)

Radius

c)

Diameter.

d)

LDAP

33.

We are using one-time passwords that are pushed every 30 seconds to an application on our technical staff's phones. Which type of tokens are we using?

a)

TOTP

b)

BOTP

c)

HOTP

d)

ROTP

34.

Which type of access control could we use to limit access outside of regular work hours?

a)

Context-based access control.

b)

Role-based access control.

c)

Discretionary access control.

d)

Content-based access control.

35.

We are using Kerberos. What does the client send to the Authentication Server (AS)?

a)

Authenticator.

b)

User ID.

c)

Plaintext password.

d)

Session key.

36.

We are adding random data to our password hashes, to prevent attackers from successfully using rainbow table and dictionary attacks. What are we adding to the hash function?

a)

Clipping levels.

b)

Salting

c)

Nonce

d)

Key stretching.

37.

We are implementing Active Directory (AD) to use for managing our access control. Which of these OS families have AD natively included in their processes and services?

a)

Windows

b)

MacOS

c)

Linux

d)

Unix

38.

Storing passwords in plaintext on a server is obviously a big security vulnerability. Why would an organization choose to do that?

a)

Because plaintext is more secure than encrypted.

b)

It is slightly faster than having to decrypt or check the password hash when the user tries to log in.

c)

Because the server is secure enough to not need the password encryption.

d)

Access controls are only used on critical systems.

39.

What is Mandatory Access Control (MAC) based on?

a)

The job role of the user.

b)

The discretion of the object owner.

c)

Labels and clearance.

d)

IF/THEN statements.

40.

A disgruntled employee in our organization is trying to break administrator passwords using dictionary attacks. How would he do that?

a)

He uses full words often with numbers at the end.

b)

He uses the entire key space.

c)

He has software installed on a computer that records all keystrokes.

d)

He uses precompiled hashes to compare the password hash to.

41.

Which of these is NOT a downside to enforcing software tokens on phones for multifactor authentication?

a)

It is user friendly.

b)

Phones can be lost.

c)

SIM cloning.

d)

Phones has to be charged.

42.

An attacker has stolen some of our hashed passwords. Which of these countermeasures, if already implemented, could prevent the attacker from finding the plaintext passwords with rainbow tables?

a)

Limit number of wrong logins.

b)

Salting

c)

Strong password requirements.

d)

Key stretching.

43.

We have been using Kerberos for some years. Bob is explaining the traffic flow to a new colleague. What does the client send to the TGS?

a)

Session key.

b)

User ID.

c)

Authenticator.

d)

Plaintext password.

44.

When we look at using type 3 authentication, we would talk about all these terms EXCEPT which?

a)

CRR

b)

FAR

c)

CER

d)

FRR

45.

Diameter was designed to replace Radius, but the change never happened. Where is Diameter COMMONLY used now?

a)

Router management.

b)

In the 3/4G space.

c)

Wireless access points.

d)

Webserver file uploads and downloads.

46.

In our authentication process we are wanting to add a pseudo random number to ensure old data is not replayed. Which of these would we add?

a)

Nonce

b)

Salting

c)

Clipping levels.

d)

Key-stretching.

47.

We are implementing new access control in our organization. If we look at the IAAA model, what could we use for authentication?

a)

Their username.

b)

Non-repudiation.

c)

A password.

d)

Role based access control.

48.

A disgruntled former employee of our organization is trying to break the passwords of one of our administrator accounts. He is using a keylogger; how does he do that?

a)

He uses precompiled hashes to compare the password hash to.

b)

He uses the entire key space.

c)

He uses full words often with numbers at the end.

d)

He has software installed on a computer that records all keystrokes.

49.

We have had a security breach. We have already reissued Type 1 and 2 authentications to our users. How would we reissue a new type 3 authentication to them?

a)

Give them a HOTP token.

b)

Give them a new password.

c)

Give them a new ID card.

d)

We can't.

50.

In our best practice password policy, which of these would be allowed?

a)

Birthdays

b)

Whole dictionary words.

c)

Family members' names.

d)

Minimum length passwords.

51.

We are already using usernames and passwords online. Which of these could be something else we would add to get multifactor authentication?

a)

Single-use password.

b)

Security questions.

c)

Challenge response.

d)

PINs.

52.

We often allow users to use "secret questions and answers" to unlock their accounts because it makes our administrators' workload lighter. Can they also be used as an attack vector?

a)

Yes, but it really never happens, the information we use for them is so hard to get it is hardly worth it.

b)

No, no one else would know the answers.

c)

Yes, but it would be harder to break than encryption.

d)

Yes, the answers are often something that can be researched.

53.

Which of these protocols provides mutual authentication?

a)

Radius

b)

Kerberos.

c)

LDAP

d)

Diameter

54.

Which of these is the WEAKEST form of authentication we can implement?

a)

Something you are.

b)

Something you have.

c)

Something you know.

d)

Biometrics

55.

Bob has been tasked with adding content-based access control, in addition to our existing security controls. Which of these could be part of what he implements?

a)

Hiding or showing menus in an application.

b)

Access to data only between 0800 (8AM) and 1700 (5PM).

c)

Access to data depending on labels and clearance.

d)

Access to data dependent on job title.

56.

In which type of access control system would access to data be determined by a subject’s clearance?

a)

Discretionary Access Control (DAC)

b)

Rule-Based Access Control (RUBAC)

c)

Role-Based Access Control (RBAC)

d)

Mandatory Access Control (MAC)

57.

Which type of authentication is the WORST to have compromised, because we are unable to reissue it?

a)

Type 2.

b)

Type 4.

c)

Type 1.

d)

Type 3.

58.

An attacker is using brute force on a user accounts password to gain access to our systems. We have not implemented clipping levels yet. Which of these other countermeasures could help mitigate brute force attacks?

a)

Password complexity.

b)

Rainbow tables.

c)

Minimum password age.

d)

Key stretching.

59.

Jane chose Security Assertion Markup Language (SAML) for our federated identity management (FIdM). Which type of Single Sign-On (SSO) is that?

a)

Cloud

b)

SQL

c)

Web browser.

d)

Recursive

60.

Which of these protocols is the MOST commonly used for remote management of routers and switches?

a)

Kerberos

b)

DIAMETER.

c)

LDAP.

d)

RADIUS.

61.

When we use single-use passwords and one-time pads, we are using which type of authentication?

a)

Something you know.

b)

Somewhere you are.

c)

Something you are.

d)

Something you have.

62.

Which kind of type 3 authentication errors are the WORST?

a)

False rejection.

b)

False acceptance.

c)

True acceptance.

d)

True acceptance.

63.

In our access control implementations, we are wanting to ensure the accountability of our users. Which of these could be something we could use for that?

a)

Their username.

b)

A password.

c)

Role based access control.

d)

Non-repudiation.

64.

Your bank sends you a test message with a number to enter along with your username and password. What is this an example of?

a)

Multifactor authentication.

b)

Salting

c)

Single factor authentication.

d)

Cookie

65.

What can we do we do when a type 1 authentication is compromised?

a)

Issue a new ID card.

b)

Revoke the token.

c)

Stop use of that type of biometric for that employee or use another finger if fingerprint.

d)

Issue a new password.

66.

We have found some older systems on our network using the Password Authentication Protocol (PAP) protocol. What would be a reason we would want to migrate away from using it?

a)

The client and server need to know a plaintext shared secret. It is stored in plaintext on the server, but never sent over the network.

b)

It uses SSL.

c)

It uses PPP.

d)

Credentials are sent in plaintext over the network.

67.

We are using AD (Active Directory) in our organization. We have just bought out a competitor. They are also using AD, but we are not sure on their security posture yet.

Which of these are common types of AD trust domains?

(Select all that apply).

a)

Two-way trust.

b)

Active trust.

c)

Intransitive (non-transitive) trust.

d)

Bidirectional trust.

e)

Transitive trust.

68.

Which of these countermeasures would be the LEAST effective against brute force attacks?

a)

Limit number of wrong logins.

b)

Strong password requirements.

c)

Salting

d)

Key stretching.

69.

Why would we choose a centralized access control system over a decentralized one?

a)

Different security postures at different locations.

b)

If the internet between sites is down, we can't authenticate.

c)

It is easier to manage.

d)

Faster response time at remote locations.

70.

Jane is looking at the Kerberos implementation we have in place and is working on the Key Distribution Center (KDC).

Which of these is part of the KDC?

a)

TGT

b)

TGS

c)

BGP

d)

SWG

71.

Jane is looking at the Kerberos implementation we have in place and is working on the Key Distribution Center (KDC).

Which of these is part of the KDC?

a)

AS

b)

TGT

c)

KDR

d)

PSG

72.

What can we implement that could help DECREASE identity theft online?

a)

Single factor authentication.

b)

Multifactor authentication.

c)

Saving usernames and passwords on your computer.

d)

Usernames and passwords.

73.

Which of these is NOT a problem when we are talking about our biometrics?

a)

False accept.

b)

False reject.

c)

FAR

d)

True reject.

74.

The TACACS+ protocol as default uses which TCP port?

a)

23

b)

80

c)

443

d)

49

75.

We are using some of the best practice rules on our password's requirements. Which of these would NOT be part of that?

a)

Password hashing and salting.

b)

Minimum password age.

c)

Maximum password age.

d)

No minimum password age.

76.

As part of our authentication process, we have issued our staff TOTP tokens. How do they work?

a)

Generates a new password often.

b)

Generate a password that is valid until it is used.

c)

Sends us a new password when we request it, but never when we don't.

d)

Does not need the clocks of the token and the server to be synchronized.

77.

We have an employee who is moving from IT to HR. If we are using Role Based Access Control (RBAC) access control, what would we do to his access?

a)

Have the data owner give the employee the rights he needs.

b)

Add HR remove IT.

c)

Add HR to his rights.

d)

Check his clearance and add access accordingly to that.

78.

If we wanted to implement the CHEAPEST and the WEAKEST type of authentication, what would we implement?

a)

Possession-based factors.

b)

Knowledge-based factors.

c)

Realistic-based factors.

d)

Reflective-based factors.

79.

In which access control model can the data owner add and remove rights to or from a user?

a)

Rule-Based Access Control (RUBAC)

b)

Role-Based Access Control (RBAC)

c)

Mandatory Access Control (MAC)

d)

Discretionary Access Control (DAC)

80.

Which of these could be a countermeasure we can use to detect a software keylogger?

a)

We could see unauthorized access to certain files.

b)

Look at which programs are running on the system.

c)

They are not detectable.

d)

Physical inspection of the system.

81.

In which of these authentication methods is NOT something physical?

a)

Type 0.

b)

Type 1.

c)

Type 2.

d)

Type 3.

82.

When we have our users hold their employee ID cards close to a reader, we are using which technology?

a)

HOTP tokens.

b)

Magnetic stripe.

c)

Contactless cards.

d)

Contact cards.

83.

Jane has been tasked with finding multifactor authentication solutions for our organization.

Which of these is TRUE multifactor authentication?

a)

Password and PIN.

b)

Fingerprint and password.

c)

Fingerprint and retina scan.

d)

Username and password.

84.

For our new startup, we are looking at different types of identity and access management.

Which of these are COMMON types of that? (Select all that apply).

a)

TRAC (Trust Ratio Access Control).

b)

DAC (Discretionary Access Control).

c)

RBAC (Role Based Access Control).

d)

MAC (Mandatory Access Control).

e)

RUBAC (Rule Based Access Control).

85.

Bob is implementing SSO for our internal applications, he is adding a fingerprint reader to each workstation for users to authenticate with.

What is Bob implementing?

a)

Secure sign-on.

b)

Single sign-on.

c)

Super sign-on.

d)

Secret sign-on.

86.

In implementing type 1 authentication, we could implement which of these?

(Select all that apply).

a)

PINs

b)

Biometrics

c)

Pass phrases.

d)

Passwords.

e)

One-time passwords.

87.

Which of these security issues could be a reason we would NOT want to implement Kerberos?

a)

Symmetric plaintext key storage.

b)

PKI

c)

Never sending the password over the network.

d)

Asymmetric plaintext key storage.

88.

When we have our employees insert a card into a reader, it is using which type of technology?

a)

HOTP tokens.

b)

Contact cards.

c)

Contactless cards.

d)

Magnetic stripe.

89.

Without using anything to trick our systems, an unauthorized individual is allowed access using our biometric authentication.

This is an example of what?

a)

CRR

b)

CER

c)

FAR

d)

FRR

90.

For our authentication, we are looking at knowledge factors.

Which is the MOST common knowledge factor in use today?

a)

PINs

b)

Pass phrase.

c)

Passwords.

d)

One-time passwords.

91.

Which of these options could be something that can help an attacker circumvent clipping levels?

a)

The attacker using rainbow tables.

b)

The attacker using brute force.

c)

The attacker getting a hashed password.

d)

The attacker knowing the username.

92.

Which of these describes Type 1 authentication?

a)

Something you have.

b)

Somewhere you are.

c)

Something you know.

d)

Something you are.

93.

If we are using Active Directory (AD) for our Role Based Access Control (RBAC) authentication, we would innately use which authentication protocol?

a)

Diameter.

b)

TACACS

c)

Radius.

d)

LDAP

94.

We are using RBAC access control in our organization. What is that based on?

a)

The job role of the user.

b)

The discretion of the object owner.

c)

Labels and clearance.

d)

IF/THEN statements.

95.

What is a WEAKNESS of the Challenge Handshake Authentication Protocol (CHAP)?

a)

It periodically verifies the identity of clients with a 3-way handshake.

b)

It uses incremental changing identifiers and variable challenge-values.

c)

Credentials are stored in plaintext on the server.

d)

Credentials are sent over the network in plaintext.

96.

When someone is using a fake ID, it is an attack on which type of authentication?

a)

Type 4.

b)

Type 1.

c)

Type 3.

d)

Type 2.

97.

What could be one of the NEGATIVE consequences of implementing Single Sign On (SSO) in our organization?

a)

It takes too long to remember a single password over many.

b)

If compromised the attacker has access to all the systems the user does.

c)

SSO has weaker password requirements than regular applications does.

d)

It is easier for users to just use one login.

98.

When we talk about auditing in the IAAA model, what does that mean?

a)

Allows users to access data 24/7.

b)

Assigns attributes to identities.

c)

Traces actions to subjects' identities.

d)

Compares object labels to the clearance of the subject.

99.

Bob is working on designing new access controls across our organization. Which documentation should he reference to know how and what to implement?

a)

The latest tech reviews and technology.

b)

Our policies, procedures and standards.

c)

It is at his discretion, Bob is the most knowledgeable employee we have on access control.

d)

He would ask his peers what they would implement since they know best and when they agree implement that.

100.

Which type of authentication can also be used for identification?

a)

Passport

b)

Password

c)

PIN

d)

Fingerprint.

101.

Implementing our access control model, you are asked, "In which type of access management would you use access lists?" What do you answer?

a)

Mandatory Access Control (MAC)

b)

Discretionary Access Control (DAC)

c)

Role-Based Access Control (RBAC)

d)

Radius Access Control (RAC)

102.

In our access control implementations, keeping the IAAA model in mind, which of these could we use for authorization?

a)

Usernames

b)

Passwords

c)

Non-repudiation.

d)

Role based access control.

103.

When we are storing our passwords, which of these would be the MOST secure way to do so?

a)

Plain text.

b)

Encrypted symmetric.

c)

Encrypted asymmetric.

d)

Hashed with salt.

104.

Which type of authentication will ask the user for something they have?

a)

Type 2.

b)

Type 1.

c)

Type 4.

d)

Type 3.

105.

Jane is manually reviewing our logs. As the organization has grown, there are simply too many logs to review manually in a timely fashion.

Which of these could help her?

a)

IPS

b)

FIDI

c)

IDS

d)

SIEM

106.

We have implemented contactless ID cards in our organization. Which type of technology do they use?

a)

Magnetic stripe.

b)

RFID

c)

RIPE

d)

Redundant Array of Independent Disks (RAID).

107.

If we set too high sensitivity on our biometrics readers, it can often cause too many what?

a)

True accepts.

b)

False rejects.

c)

True rejects.

d)

False accepts.

108.

An attacker has been listening to our network traffic and has captured some passwords and session IDs. She is planning to use them in an attack in 2 days. What would the attack be using?

a)

Dictionary

b)

Replay

c)

Brute force.

d)

Reverse engineering.

109.

When we have a system requiring users to reauthenticate every hour, what is that system using?

a)

Multifactor authentication.

b)

Continuous authentication.

c)

Single factor authentication.

d)

Reverse proxy.

110.

Which of these, if used right, is the MOST secure form of "something you have" authentication?

a)

Magnetic card.

b)

Smart card.

c)

Passport

d)

Single-use password.

111.

Looking at how we authenticate our employees, which of the authentication methods is something you are?

a)

Type 1.

b)

Type 3.

c)

Type 0.

d)

Type 2.

112.

We can use smart cards, tokens, passports, and IDs for which type of authentication?

a)

Type 1.

b)

Type 5.

c)

Type 2.

d)

Type 3.

113.

We want to protect against rainbow tables by implementing salting. What are rainbow tables made up of?

a)

Pre-made list of matching passwords and hashes.

b)

Pre-arranged lists of full words and numbers.

c)

Pre-made list of matching passwords and hashes using salts.

d)

Pre-made list of matching biometrics and passwords.

114.

We have found some older systems on our network using Challenge-Handshake Authentication Protocol (CHAP).

What could be a reason we would want to migrate away from using CHAP?

a)

It uses SSL.

b)

It stores client passwords on the server, they are never sent over the network.

c)

Credentials are sent in plaintext over the network.

d)

It uses PPP.

115.

An administrator notices a user's account is being used from across the world and at 0300 in the morning. They know the employee is not out of the country.

What is the FIRST thing they should do?

a)

Call the user.

b)

Monitor what the attacker is doing.

c)

Lock the account.

d)

Nothing, we don't have any policies to address that.

116.

What is LDAP COMMONLY used for?

a)

Internet routing protocol.

b)

Hashing passwords.

c)

Managing firewall and router access lists.

d)

Central username and password storage.

117.

John is not allowed to access the organization's network from anywhere but his home and at his desk at work.

He just went on vacation and tried to log in. His access request was denied.

This is a type of what?

a)

Context-based access control.

b)

Role based access control.

c)

Both context and content.

d)

Content-based access control.

118.

In which type of access management would we use labels for objects?

a)

Role-Based Access Control (RBAC)

b)

Mandatory Access Control (MAC)

c)

Radius Access Control (RAC)

d)

Discretionary Access Control (DAC)

119.

Which type of access control model would we use if confidentiality was the MOST important factor to us?

a)

Mandatory Access Control (MAC)

b)

Role-Based Access Control (RBAC)

c)

Discretionary Access Control (DAC)

d)

Rule-Based Access Control (RUBAC)

120.

Active Directory (AD) uses trust domains; one domain establishes a trust relationship with another domain.

Which of these is NOT an AD trust domain?

a)

Reflective trust.

b)

Transitive trust.

c)

One-way trust.

d)

Intransitive trust.

121.

Bob is working on adding context-based access control in addition to our existing security controls.

What could be something he would implement?

a)

Access to data only between 0800 and 1700 (5PM).

b)

Hiding or showing menus in an application.

c)

Access to data depending on labels and clearance.

d)

Access to data dependent on job title.

122.

Jane is tasked with looking at federated identity management (FIdM).

Which of these would she NOT consider?

a)

Microsoft Azure cloud.

b)

Security tokens.

c)

RFID

d)

Windows identity foundation.

123.

After our CEO has had issues getting her finger printer reader to recognize her fingerprint, she is wanting us to lower the sensitivity on the readers.

What could be a NEGATIVE side effect of doing what she is asking us to do?

a)

False rejects.

b)

True accepts.

c)

True rejects.

d)

False accepts.

124.

In identity and access provisioning, your identities would correspond to what?

a)

Rights

b)

Entities

c)

Objects

d)

Attributes

125.

What is the PRIMARY reason we would implement clipping levels?

a)

To prevent password guessing.

b)

To allow users a few tries when they fat-finger their password.

c)

To allow users to unlock their own account when they mistype their password too many times.

d)

To prevent administrative overhead.

126.

We have realized our current use of magnetic stripe ID cards is not matching the security profile senior management wants.

What could we use on the cards in addition to the magnetic stripe to make them smart cards?

a)

RFID chip.

b)

RFII chip.

c)

Holograms.

d)

UV printing.

127.

When we swipe an access card, it is using which technology?

a)

HOTP tokens.

b)

Contactless cards.

c)

Magnetic stripe.

d)

Contact cards.

128.

Your bank sends you an email with a number to enter along with your username and password.

After having done this for the first time, you may not have to do it again why is that?

a)

It is salting and only done once.

b)

You have a cookie on your computer, that and username/password is multifactor authentication.

c)

Because it is too cumbersome, people would stop using online banking if they had to do it every time.

d)

They know it is you, and single factor authentication is OK now.

129.

We are using our username and password online.

What can we add to that to get multifactor authentication?

a)

Challenge response.

b)

PINs.

c)

Passphrases.

d)

Cookies

130.

We have discovered we may have hardware keyloggers on some of our workstations.

\How could we detect a hardware keylogger?

a)

Physical inspection of the system.

b)

They are not detectable.

c)

Look at which programs are running on the system.

d)

We could see unauthorized access to certain files.

131.

Jane is implementing active directory throughout our organization. She wants all the domains to trust each other, which type of trust domain should she implement?

a)

Two-way trust.

b)

One-way trust.

c)

Transitive trust.

d)

Intransitive trust.

132.

Which security issue in Kerberos was addressed in SESAME with Public Key Infrastructure (PKI)?

a)

Symmetric plaintext key storage.

b)

Asymmetric plaintext key storage.

c)

PKI

d)

Never sending the password over the network.