InfoSec - Access Controls

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Authentication

process by which you verify a claimed identity

or

ability of a system to confirm the identity of a sender

2
New cards

Authorization

process of establishing if the user is permitted to have access to a resource. Authorization determines what a user is and is not allowed to do

3
New cards

Access Control

process of enforcing the required security for a particular resource

4
New cards

Three priorities essential for access control

1. Always invoked; validates every access attempt

2. Credential/Token used to claim identity is Immune from tampering

3. Access decision is assuredly correct

5
New cards

Effective access control policy must define:

Subject (who) is requesting access

The Object (what) they want to access

Mode of access (how).

The policy then makes a simple "Yes" or "No" decision

6
New cards

Attribute-Based Access Control (ABAC)

Defines rules using attributes of the user, the information asset, and the environment.

e.g: a policy might grant access only if a user's department attribute is "sales" and the resource's region attribute matches the user's sales region attribute

7
New cards

Role-Based Access Control (RBAC)

A common implementation of ABAC where access is controlled based on a user's assigned role (e.g., administrator, manager, student).

While easier to implement for smaller organizations, RBAC is less scalable than a full ABAC system

8
New cards

Nonrepudiation and Accountability

The ability of a system to confirm that a sender cannot convincingly deny having sent something

9
New cards

Auditability

ability of a system to trace all actions related to a given asset