SV-255349r961641_rule
V-255349
SRG-APP-000442-DB-000379
ASQL-00-012600
CAT II
10
Implement and document protective measures against unauthorized disclosure and modification during transmission reception.
https://docs.microsoft.com/en-us/azure/azure-sql/database/connectivity-settings
https://docs.microsoft.com/en-us/azure/azure-sql/database/connectivity-architecture
https://docs.microsoft.com/en-us/azure/azure-sql/database/network-access-controls-overview
Document reception protection mechanisms based on organizationally defined requirements, if this documentation does not exist this is a finding.
Validate that reception protection mechanisms match documentation of organizationally defined requirements, if discrepancies exist this is a finding.
Run the following PowerShell script to check the TLS version:
$ResourceGroupName = '<Resource Group Name>'
Get-AzSqlServer -ResourceGroupName $ResourceGroupName | Format-Table ServerName,MinimalTlsVersion
Verify that the minimum TLS version property is set to the latest available TLS version. If a less secure TLS version is set, this is a finding.
V-255349
False
ASQL-00-012600
Document reception protection mechanisms based on organizationally defined requirements, if this documentation does not exist this is a finding.
Validate that reception protection mechanisms match documentation of organizationally defined requirements, if discrepancies exist this is a finding.
Run the following PowerShell script to check the TLS version:
$ResourceGroupName = '<Resource Group Name>'
Get-AzSqlServer -ResourceGroupName $ResourceGroupName | Format-Table ServerName,MinimalTlsVersion
Verify that the minimum TLS version property is set to the latest available TLS version. If a less secure TLS version is set, this is a finding.
M
5500