SV-214021r617437_rule
V-214021
SRG-APP-000508-DB-000358
SQL6-D0-015500
CAT II
10
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.
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.
V-214021
False
SQL6-D0-015500
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.
M
3993