SV-255348r961638_rule
V-255348
SRG-APP-000441-DB-000378
ASQL-00-012500
CAT II
10
Implement and document protective measures against unauthorized disclosure and modification during preparation for transmission.
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 transmission protection mechanisms based on organizationally defined requirements, if this documentation does not exist this is a finding.
Validate that transmission 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
Ensure 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-255348
False
ASQL-00-012500
Document transmission protection mechanisms based on organizationally defined requirements, if this documentation does not exist this is a finding.
Validate that transmission 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
Ensure 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