π Google GCE Network has Firewall Rules which allow unrestricted SSH access from the Internet π’
- Contextual name: π GCE Network has Firewall Rules which allow unrestricted SSH access from the Internet π’
- ID:
/ce/ca/google/vpc/network-ssh-access
- Located in: π Google VPC
Flagsβ
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
Our Metadataβ
- Policy Type:
COMPLIANCE_POLICY
- Policy Category:
SECURITY
Similar Policiesβ
- Cloud Conformity
Logicβ
- π§ prod.logic.yaml π’
Descriptionβ
Descriptionβ
GCP
Firewall Rules
are specific to aVPC Network
. Each rule eitherallows
ordenies
traffic when its conditions are met. Its conditions allow the user to specify the type of traffic, such as ports and protocols, and the source or destination of the traffic, including IP addresses, subnets, and instances.Firewall rules are defined at the VPC network level and are specific to the network in which they are defined. The rules themselves cannot be shared among networks. Firewall rules only support IPv4 traffic. When specifying a source for an ingress rule or a destination for an egress rule by address, only an
IPv4
address orIPv4 block in CIDR
notation can be used. Generic(0.0.0.0/0)
incoming traffic from the internet to VPC or VM instance usingSSH
onPort 22
can be avoided.Rationaleβ
GCP
Firewall Rules
within aVPC Network
apply to outgoing (egress) traffic from instances and incoming (ingress) traffic to instances in the network. Egress and ingress traffic flows are controlled even if the traffic stays within the network (for example, instance-to-instance communication). For an instance to have outgoing Internet access, the network must have a valid Internet gateway route or custom route whose destination IP is specified. This route simply defines the path to the Internet, to avoid the most general(0.0.0.0/0)
destinationIP Range
specified from the Internet throughSSH
with the defaultPort 22
. Generic access from the Internet to a specific IP Range needs to be restricted.... see more
Remediationβ
Remediationβ
From Google Cloud Consoleβ
- Go to
VPC Network
.- Go to the
Firewall Rules
.- Click the
Firewall Rule
you want to modify.- Click
Edit
.- Modify
Source IP ranges
to specificIP
.- Click
Save
.From Google Cloud CLIβ
1.Update the Firewall rule with the new
SOURCE_RANGE
from the below command:gcloud compute firewall-rules update FirewallName --allow=[PROTOCOL[:PORT[-PORT]],...] --source-ranges=[CIDR_RANGE,...]
policy.yamlβ
Linked Framework Sectionsβ
Section | Sub Sections | Internal Rules | Policies | Flags |
---|---|---|---|---|
πΌ CIS GCP v3.0.0 β πΌ 3.6 Ensure That SSH Access Is Restricted From the Internet - Level 2 (Automated) | 1 | |||
πΌ Cloudaware Framework β πΌ Secure Access | 43 |