Benchmark: 2 Networking
Overview
This section contains recommendations for configuring network security related options.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-oci-compliance
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select 2 Networking.
Run this benchmark in your terminal:
powerpipe benchmark run oci_compliance.benchmark.cis_v110_2
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run oci_compliance.benchmark.cis_v110_2 --share
Controls
- 2.1 Ensure no security lists allow ingress from 0.0.0.0/0 to port 22
- 2.2 Ensure no security lists allow ingress from 0.0.0.0/0 to port 3389
- 2.3 Ensure no network security groups allow ingress from 0.0.0.0/0 to port 22
- 2.4 Ensure no network security groups allow ingress from 0.0.0.0/0 to port 3389
- 2.5 Ensure the default security list of every VCN restricts all traffic except ICMP