turbot/azure_compliance

Control: 5.1.7 Ensure Public Network Access is Disabled

Description

Disabling public network access restricts the service from accessing public networks.

A secure network architecture requires carefully constructed network segmentation. Public Network Access tends to be overly permissive and introduces unintended vectors for threat activity.

Remediation

From Azure Portal

  1. Go to SQL servers.
  2. For each SQL server, under Security, click Networking.
  3. Set Public network access to Disable.
  4. Click Save.

Default Value

By default, Azure SQL Server's Public network access is set to Disable.

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.cis_v300_5_1_7

Snapshot and share results via Turbot Pipes:

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

SQL

This control uses a named query:

sql_db_public_network_access_disabled

Tags