Audit SQL Server Instances Flashcards

1
Q

What is SQL Server Auditing?

A

Tracking and logging events.

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

What are the components to a SQL Server Audit?

A

Audit (the actions to monitor)
Server Audit Specification
Database Audit Specification

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

How many audit specifications can you have per server and per database?

A

One of each.

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

Where can you send the results of an audit?

A

File
Windows Security Event Log
Windows Application Event Log

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

Where can you start an audit?

A

Server->Security->Audits

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

What two things do you need to start an audit?

A

Audit File

Server Audit Specification

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

What is contained in the Server Audit Specification?

A

All of the actions that are being audited.

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

What is contained in the Audit File

A

It’s basically the header file (where it’s going to be saved, and other settings of the audit file)

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

What is the system view that gives you current permissions for any given user?

A

sys.server_permissions

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

Where can you audit logins without creating an audit file?

A

Within Server Properties - Login Audit

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

What is C2 Audit Tracing?

A

Government Standard Auditing Level All event clusters in audit - Performance hit

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

What is Common Criteria Compliance?

A

Residual Information Protection (Information needs to be overwritten) performance hit
Login Auditing
A grant on a column with Deny on a table will equal a deny on a select or update

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

How can you track who modified an object?

A

Using a Database level audit

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

When can you make changes to an audit specification?

A

When the audit is disabled.

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