4: 3 Authorization Flashcards

1
Q

Principle of Least Privilege

A

individual should have minimal access needed to perform their job duties

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

2 benefits of Principle of Least Privilege

A

Minimizes potential damage from insider attack

Limits ability of attacker to do damage if they get access to an account

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

Separation of duties

A

Critical business functions should require involvement of two people, to limit the ability to perform fraud.

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

Privilege Creep

A

Users change from one job to another, gain new privileges but not lose old privileges

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

MAC

A

Mandatory Access Control, users themselves can not modify permissions that are set based on labels. Most strict, compares documents security level to user security level.

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

DAC

A

Discretionary Access Control- permissions may be set by owners of files, computers, other resources i.e. NTFS in Windows

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

Access Control list

A

Table containing user names and the permissions granted to each

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

Levels of Access Control

A

Full Control, Read, Read/Execute, Write, Modify

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

Implicity Deny

A

any action which is not explicitly granted should be denied

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

RBAC

A

Roles based access control-
Permissions grouped together into roles, user assigned to those roles. If a new role needs a permission, can just grant permission to role and not all the users

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

ABAC

A

Attribute-based access control-
More generalized, administrators right security policies based on attributes of user, policy and situation
Conditional access restrictions i.e. location based control, time based controls

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

Database access control

A

Create database users who then authenticate using specific technologies

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

SQL Server Authentication

A

Utilizes database user’s local user accounts

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

Windows authentication

A

Users windows accounts in underlying OS that may use active directory

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

Mixed Authentication

A

Allows both SQL Server and Windows Authentication

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