UCF STIG Viewer Logo

SQL Server must generate audit records for all direct access to the database(s).


Overview

Finding ID Version Rule ID IA Controls Severity
V-214021 SQL6-D0-015500 SV-214021r754666_rule Medium
Description
In this context, direct access is any query, command, or call to SQL Server that comes from any source other than the application(s) that it supports. Examples would be the command line or a database management utility program. The intent is to capture all activity from administrative and non-standard sources.
STIG Date
MS SQL Server 2016 Instance Security Technical Implementation Guide 2022-09-12

Details

Check Text ( C-15238r313846_chk )
Determine whether any Server Audits are configured to filter records. From SQL Server Management Studio execute the following query:

SELECT name AS AuditName, predicate AS AuditFilter
FROM sys.server_audits
WHERE predicate IS NOT NULL

If any audits are returned, review the associated filters to determine whether administrative activities are being excluded.

If any audits are configured to exclude administrative activities, this is a finding.
Fix Text (F-15236r313847_fix)
Check the system documentation for required SQL Server Audits. Remove any Audit filters that exclude or reduce required auditing. Update filters to ensure administrative activity is not excluded.