turbot/azure_compliance
Loading controls...

Control: Ensure the 'Minimum TLS version' for storage accounts is set to 'Version 1.2'

Description

In some cases, Azure Storage sets the minimum TLS version to be version 1.0 by default. TLS 1.0 is a legacy version and has known vulnerabilities. This minimum TLS version can be configured to be later protocols such as TLS 1.2.

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.storage_account_min_tls_1_2

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run azure_compliance.control.storage_account_min_tls_1_2 --share

SQL

This control uses a named query:

storage_account_min_tls_1_2

Tags