STIGQter STIGQter: STIG Summary: Microsoft Azure SQL Managed Instance Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 23 Sep 2025:

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

DISA Rule

SV-276264r1149701_rule

Vulnerability Number

V-276264

Group Title

SRG-APP-000508-DB-000358

Rule Version

MSQL-00-015500

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Check the system documentation for required Azure SQL Managed Instance Audits. Remove any Audit filters that exclude or reduce required auditing. Update filters to ensure direct access is not excluded.

Check Contents

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. If any direct access to the database(s) is being excluded, this is a finding.

Vulnerability Number

V-276264

Documentable

False

Rule Version

MSQL-00-015500

Severity Override Guidance

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. If any direct access to the database(s) is being excluded, this is a finding.

Check Content Reference

M

Target Key

5711