Benchmark: D4.C.Co.B.2
Description
The institution ensures that third-party connections are authorized.
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 D4.C.Co.B.2.
Run this benchmark in your terminal:
powerpipe benchmark run aws_compliance.benchmark.ffiec_d_4_c_co_b_2
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_compliance.benchmark.ffiec_d_4_c_co_b_2 --share
Controls
- VPC default security group should not allow inbound and outbound traffic
- VPC security groups should restrict ingress access on ports 20, 21, 22, 3306, 3389, 4333 from 0.0.0.0/0
- VPC security groups should restrict ingress SSH access from 0.0.0.0/0
- VPC security groups should restrict ingress TCP and UDP access from 0.0.0.0/0