turbot/steampipe-mod-azure-compliance

Benchmark: 4.1 SQL Server - Auditing

Overview

Auditing for Azure SQL Servers and SQL Databases tracks database events and writes them to an audit log Azure storage account, Log Analytics workspace or Event Hubs. Auditing helps to maintain regulatory compliance, understand database activity, and gain insight into discrepancies and anomalies that could indicate business concerns or suspected security violations. Auditing enables and facilitates adherence to compliance standards, although it doesn't guarantee compliance.

The Default SQL Server Auditing profile set for SQL server is inherited by all the SQL Databases which are part of the SQL server.

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/steampipe-mod-azure-compliance

Start the Powerpipe server:

steampipe service start
powerpipe server

Open http://localhost:9033 in your browser and select 4.1 SQL Server - Auditing.

Run this benchmark in your terminal:

powerpipe benchmark run azure_compliance.benchmark.cis_v210_4_1

Snapshot and share results via Turbot Pipes:

powerpipe benchmark run azure_compliance.benchmark.cis_v210_4_1 --share

Controls

Tags