Benchmark: Security Group Access
This benchmark answers the following questions:
- What network security groups allow common ports to be accessed from the internet?
- What network security groups allow TCP/UDP access to all ports (*) from the internet?
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 Security Group Access.
Run this benchmark in your terminal:
powerpipe benchmark run azure_perimeter.benchmark.security_group_access
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run azure_perimeter.benchmark.security_group_access --share
Controls
- Network security groups should restrict ingress access on common ports from the internet
- Network security groups should not allow TCP/UDP access to all ports (*) from the internet