13.4 Flashcards

1
Q

Security Requirements Guides (SRGs)

A

Collections of requirements applicable to a given technology family.

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

4 Core SRGs

A

Application
Network Infrastructure
Operating System
Policy

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

Bind Account

A

Common type of account used to connect an application to its database.

  • Must have full admin access to the database, in order for the application to function properly.
  • Disables users after 35 days of inactivity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Database Management System (DBMS)

A

Controls all database resources in order to secure dataset access

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

Password Complexity

A

Measure of the effectiveness of a password in resisting attempts at guessing and brute force attacks.

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

How to Use Password Complexity

A
Minimum length
Number of upper and lower case characters
Number of numeric characters
Number of special characters
Password reuse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

RBAC

A

Access control used to limit exposure.

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

Least Privilege

A

Processes operate at privilege levels no higher than necessary to accomplish required
organizational missions and functions.

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

Databases limit DoS attacks by.

A

Limiting number of connections a user can be opened by a single user.
Database Clustering

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

SQL Injection

A

Attack in which malicious code is inserted into strings that are later passed to a SQL Server for execution

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