Benchmark: Public Access Settings
This benchmark answers the following questions:
- What Azure resources are publicly accessible through configuration settings?
- Do storage accounts have public access to blob containers enabled?
- Are storage container blob public access settings enabled?
- Are Kubernetes clusters configured for public access?
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-azure-perimeter
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select Public Access Settings.
Run this benchmark in your terminal:
powerpipe benchmark run azure_perimeter.benchmark.public_access_settings
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run azure_perimeter.benchmark.public_access_settings --share
Controls
- AKS clusters should be private
- Storage accounts should prohibit blob public access
- Storage containers should prohibit public access