turbot/terraform_oci_compliance

GitHub
Loading controls...

Control: Ensure no security lists allow ingress from 0.0.0.0/0 to port 22

Description

Security lists provide stateful or stateless filtering of ingress/egress network traffic to OCI resources on a subnet level. It is recommended that no security group allows unrestricted ingress access to port 22.

Usage

Run the control in your terminal:

steampipe check terraform_oci_compliance.control.vcn_security_list_restrict_ingress_ssh_all

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share terraform_oci_compliance.control.vcn_security_list_restrict_ingress_ssh_all

SQL

This control uses a named query:

vcn_security_list_restrict_ingress_ssh_all

Tags