turbot/steampipe-mod-azure-compliance

Control: Azure Data Box jobs should enable double encryption for data at rest on the device

Description

Enable a second layer of software-based encryption for data at rest on the device. The device is already protected via Advanced Encryption Standard 256-bit encryption for data at rest. This option adds a second layer of data encryption.

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.databox_job_double_encryption_enabled

Snapshot and share results via Turbot Pipes:

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

SQL

This control uses a named query:

select
id as resource,
'info' as status,
'Manual verification required.' as reason,
display_name as subscription
from
azure_subscription;

Tags