Benchmark: 4 Networking
Overview
This section contains recommendations for configuring security-related aspects of the default Virtual Private Cloud (VPC).
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-aws-compliance
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select 4 Networking.
Run this benchmark in your terminal:
powerpipe benchmark run aws_compliance.benchmark.cis_v120_4
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_compliance.benchmark.cis_v120_4 --share
Controls
- 4.1 Ensure no security groups allow ingress from 0.0.0.0/0 to port 22
- 4.2 Ensure no security groups allow ingress from 0.0.0.0/0 to port 3389
- 4.3 Ensure the default security group of every VPC restricts all traffic
- 4.4 Ensure routing tables for VPC peering are "least access"