疑似Oday
Ensure that your Google Cloud VPC firewall rules do not allow unrestricted SSH access (0.0.0.0/0 on TCP port 22). Restrict SSH access to trusted IP addresses or ranges to reduce the attack surface and adhere to the principle of least privilege.
id: gcloud-unrestricted-ssh-access
info:
name: Check for Unrestricted SSH Access
author: prince
...