Chapter 5: Access Control Methods & Password Management

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Comprehensive flashcards covering access control principles, password management strategies, cyber attack methods, Defense-in-Depth, Principle of Least Privilege, and Segregation of Duties based on the Chapter 5 lecture transcript.

Last updated 12:59 PM on 7/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

What is the definition of Access Control in a computing environment?

A security technique that regulates who or what can view or use resources, and a data security process that enables organisations to manage authorised access to corporate data and resources.

2
New cards

What are the five key benefits of Access Control?

  1. Protect sensitive data (student, financial, medical). 2. Prevent unauthorized access (hackers, insider threats). 3. Reduce cybersecurity risks (malware, data theft). 4. Improve accountability (tracking activities). 5. Support compliance (PDPA, company policies).
3
New cards

What are the five main components of Access Control?

Authentication, Authorisation, Access, Manage, and Audit.

4
New cards

Differentiate between Authentication and Authorisation as components of Access Control.

Authentication verifies the identity of the user (e.g., Password, Fingerprint, OTP), while Authorisation determines what the authenticated user is allowed to do (e.g., a Lecturer editing marks vs. a Student viewing results).

5
New cards

What activities are involved in the 'Manage' component of Access Control?

The administration and maintenance of user accounts, permissions, and security settings, such as creating accounts, resetting passwords, and assigning permissions.

6
New cards

What is the purpose of the 'Audit' component in Access Control?

Tracking and recording user activities for monitoring and investigation, including login logs, file access history, and failed login attempts.

7
New cards

How does the transcript define a Password Manager?

A software application designed to store and manage online credentials securely, helping users generate, store, and autofill complex passwords to reduce the risk of using weak or reused passwords.

8
New cards

List the key features of a Password Manager.

Secure Password Storage (vault), Password Generation, Auto-Fill and Auto-Login, Cross-Platform Sync, Two-Factor Authentication (2FA2FA) Support, Secure Sharing, Security Alerts (for breaches), and a Digital Wallet.

9
New cards

According to the secure password management practices, what are the requirements for a strong password?

Use a mix of uppercase, lowercase, numbers, and symbols with a minimum length of 1212 characters.

10
New cards

Define Brute force attacks and Dictionary attacks.

Brute force attacks use trial and error to crack passwords. Dictionary attacks try a list of dictionary words, their derivatives with alphanumeric replacements, and leaked passwords or phrases.

11
New cards

What is Credential stuffing?

The automated use of stolen usernames and passwords to gain unauthorized access to online accounts by 'stuffing' them into multiple sites in parallel.

12
New cards

Explain Password spraying and Keylogging.

Password spraying is the use of a single password against many accounts to avoid lockouts. Keylogging is using software to track a user's keyboard strokes to steal credentials and PINs.

13
New cards

What is the core concept of Defense-in-Depth (DiD)?

Using multiple layers of security controls to protect systems and data, ensuring that if one layer fails, others still provide protection.

14
New cards

What are the specific layers of Defense-in-Depth described in the notes?

Outer Layer (Security Awareness), Middle Layer 11 (Firewall), Middle Layer 22 (Antivirus), Middle Layer 33 (MFA), and Inner Layer (Data Protection/Encryption).

15
New cards

Define the Principle of Least Privilege (PoLP).

The principle that users should only receive the minimum access required to perform their job duties.

16
New cards

What are the benefits of the Principle of Least Privilege?

Reduces insider threats, limits malware damage, prevents accidental mistakes, and improves security control.

17
New cards

What is Segregation of Duties (SoD)?

A strategy where important tasks are divided among different people so that no single person controls everything or can complete a sensitive transaction alone.

18
New cards

Why does Segregation of Duties matter for an organization?

It prevents fraud, reduces human error through peer review, increases accountability by making actions traceable, and improves monitoring and oversight.

19
New cards

What are the risks of operating without Segregation of Duties (SoD)?

Fraud, unauthorized changes, hidden malicious activities, and a lack of accountability.