Section 3: Investigating Identity and Access Management Flashcards

1
Q

What is the most common form of authentication that is most likely to be entered incorrectly?

A

A password; the user may forget the password or may have Caps Lock on by accident.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When you purchase a new wireless access point, what should you do first?

A

Change the default username and password; many default credentials are available on the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is password history?

A

Determines the number of passwords you can use before you can reuse your current password. Some third-party applications or systems may call this a “password reuse” list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you prevent someone from reusing the same password?

A

Set up password history and combine with a minimum password age to prevent reuse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain what a complex password requires.

A

Uses three of the following:
- Uppercase and lowercase letters
- Numbers
- Special characters not used in programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can you prevent a hacker from inserting a different password many times?

A

Set up an account lockout with a low value like 3. The hacker would need to guess the password within 3 attempts, otherwise the password is locked out and user account disabled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What type of factor authentication is a smart card?

A

Multi-factor authentication.
- The card is something you have
- Inserting it into a card reader is something you do
- The PIN is something you know

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How many factors is it if you have a password, PIN, and date of birth?

A

Single-factor. These are all factors that you know.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is biometric authentication?

A

The use of a part of your body or voice for authentication. (iris, retina, palm, fingerprint)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What authentication method can be used by two third parties that participate in a joint venture?

A

Federation services. FS uses Security Assertion Mark-up Language (SAML) and extended attributes, like an employee’s ID or email address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Name an XML-based authentication protocol.

A

Security Assertion Mark-up Language (SAML). Used with federation services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Shibboleth?

A

Open-source Federation Services protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What protocol is used to store and search for Active Directory objects?

A

Lightweight Directory Authentication Protocol (LDAP). Used to store objects in X500 format and search Active Directory objects such as users, printers, groups or computers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the format of a distinguished name for a user called Fred who works in the IT department for a company with a domain called Company A that is a dotcom?

A

A distinguished name in the ITU X500 object format is:
“cn=Fred, ou=IT, dc=Company, dc=Com”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What authentication factor uses tickets, timestamps, and updated sequence numbers and is used to prevent replay attacks?

A

Kerberos authentication. Also prevents pass-the-hash attacks as it does not use NTLM but stores the account details in an encrypted database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a Ticket Granting Ticket (TGT) session?

A

A TGT session is a process by which a user logs in to an Active Directory domain using Kerberos authentication and receives a service ticket.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is single sign-on? Give two examples.

A

An authentication scheme wherein a user inserts their credentials only once and access different resources like emails and files without needing to re-enter their creds.

Examples:
- Kerberos
- Federation Services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How can you prevent a pass-the-hash attack?

A

Enable Kerberos or disabling NTLM. Pass-the-hash attacks exploit older systems that use NT Lan Manager (NTLM).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Give an example of when you would use Open ID Connect.

A

To access a device or portal using Facebook, Twitter, Google or Hotmail creds. The portal itself does not manage the account.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Name two AAA servers and the ports associated with them.

A

RADIUS: uses UDP port 1812 and is seen as non-proprietary.
TACACS+: uses TCP port 49
Diameter: modern secure form of RADIUS, TCP-based and uses EAP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is used for accounting in an AAA server?

A

Accounting is the documentation of when someone logs in and out, typically for billing purposes. Accounting information is typically logged into a database like SQL. RADIUS uses UDP port 1813.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is the purpose of a VPN solution?

A

Create a secure connection from a remote location to your corporate network or vice versa. The most secure tunneling protocol is L2TP/IPsec.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Why should you never use PAP authentication?

A

PAP authentication uses a password in clear test which could be captured easily by a packet sniffer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What type of device is an iris scanner?

A

Physical device use for biometric authentication.

25
Q

Name two possible weaknesses of facial recognition software?

A

Affected by light
Turning your head slightly to one side
Older systems erroneously accept photographs

Microsoft Windows Hello is more secure using infrared an is not fooled by photographs or affected by light.

26
Q

What is Type II in biometric authentication and why is it a security risk?

A

Type II is False Acceptance Rate (FAR). People not permitted to access the network are given access.

27
Q

Name a time-limited password type.

A

Time-Based One-Time Password (TOTP), which has a 30-60 second time limit.

28
Q

How many times can you use an HOTP password? Is there a time restriction associated with it?

A

HOTP is a one-time password that does not expire until used.

29
Q

How does a CAC differ from a smart card and who uses CAC?

A

Both use certificates but CAC is used by military and has a picture, details of the user, blood group and Geneva convention category.

30
Q

What is a port-based authentication that authenticates both users and devices?

A

IEE802.1x

31
Q

What type of account is a service account?

A

A type of administrative account that allows an application to have a higher level of privileges to run on a desktop or server.

32
Q

How many accounts should a system administrator for a multinational corporation have and why?

A

Two accounts:
- A user account for day-to-day tasks
- An administrative account for administrative tasks

33
Q

What do you need to do when you purchase a baby monitor and why?

A

Rename the default administrative account and change default password. Baby monitors are IoT devices.

34
Q

What is a privileged account?

A

An account with administrative rights.

35
Q

What is the drawback for security if the company uses shared accounts?

A

Employees cannot be traced. Shared accounts should be eliminated for monitoring and auditing.

36
Q

What is a default account? Is it a security risk?

A

Default accounts/passwords for devices and software that can be found on the internet and used to hack your network or home devices.

37
Q

The system administrator in a multinational corporation creates a user account using an employee’s first name and last name. Why are they using the same details from each person?

A

Standard naming convention.

38
Q

What two actions do you need to complete when John Smith leaves the company?

A
  1. Disable his account and reset password
  2. Delete the account to prevent access to data he used
39
Q

What is account recertification?

A

An audit of user accounts and permissions that are usually carried out by an auditor. Also referred to as “user account review.”

40
Q

What is the purpose of a user account review?

A

Ensures that old accounts have been deleted and that all current users have the appropriate access to resources and not a higher level of privilege.

41
Q

What can you implement to find out immediately when a user is placed in a group that may give them a higher level of privileges?

A

A SIEM can carry out active monitoring and notify administrators of any changes to user accounts/logs.

42
Q

What will be the two possible outcomes if an auditor finds any working practices that do not conform to the company policy?

A
  1. Change management
  2. New policy will be put in place
43
Q

If a contractor brings in five consultants for two months of mail server migration, how should you set up their accounts?

A

Contractor accounts should have an expiry date equal to the last day of the contract.

44
Q

How can you ensure that the contractors in Question 43 can only access the company network from 9am-5pm daily?

A

Adopt rule-based access rules.

45
Q

If you have a company that has five consultants who work in different shift patterns, how can you set up their accounts so that each of them can only access the network during their individual shifts?

A

Time and day restrictions should be set up against each individual’s user account that matches their shift pattern.

46
Q

A brute-force attack cracks a password using all combinations of characters and will eventually crack a password. What can you do to prevent a brute force attack?

A

Account Lockout with a low value.

47
Q

The IT team has a global group called IT Admin; each member of the IT team is a member of this group and therefore has full control access to the departmental data. Two new apprentices are joining the company and they need to have read access to the IT data. How can you achieve this with the minimum amount of administrative effort?

A

Create a new group called “IT Apprentices” and add the apprentices’ accounts to the group. Give this group read access to the IT data.

48
Q

You have different login details and passwords to access Airbnb, Twitter and Facebook, but you keep getting them mixed up and have locked yourself out of these accounts from time to time. What can you implement on your Windows 10 laptop to help you?

A

The credential manager can be used to store generic and Windows 10 accounts.

49
Q

You have moved departments, but the employees in your old department still use your old account for access; what should the company have done to prevent this from happening? What should their next action be?

A

The company should disable the account and reset the password. An account review should follow to find similar accounts.

50
Q

What is the purpose of the ssh-copy-id command?

A

To copy and install the public key on the SSH server and add it to the list of authorized keys.

51
Q

Describe the process of impossible time travel?

A

A user logs in to a device from one location, then from another location shortly afterward, where it would be impossible to travel that distance in the time between logins.

52
Q

When you log in to your Dropbox account from my phone, you get an email asking you to confirm that this was a legal login. What have you been subjected to?

A

Risky login; you have used a secondary device to log in.

53
Q

What is the purpose of a password vault and how secure is it?

A

Stores passwords using AES-256 encryption. It is only as secure as the master key.

54
Q

What type of knowledge-based authentication would a bank normally use?

A

Dynamic KBA, which would ask you details about your account that are not previously stored questions.

55
Q

What is the difference between FAR and FRR?

A

FAR: False Acceptance Rate, allows unauthorized access.
FRR: False Rejection Rate, rejects authorized user access.

56
Q

What is the solution that helps protect privileged accounts?

A

Privileged Access Management stores the privileged account in a bastion domain to help protect them from attack.

57
Q

What is the danger to households with IoT devices?

A

There are vulnerable generic accounts controlling the devices.

58
Q

Why do cloud providers adopt a zero-trust model?

A

Some devices (like iPads) do not belong to a domain, so every connection should be considered unsafe.

59
Q

Which authentication model gives access to a computer system even though the wrong credentials are being used?

A

Biometric authentication allows unauthorized user access.