CCSS (Common Configuration Scoring System) is a set of measures used to determine the severity of the rule.
Each rule is associated with a high-level category. For example IAM, Container, Monitoring, Logging, Network, etc.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThe default network for a project should be deleted. The default network for a project automatically generates the insecure firewall rules default-allow-internal, default-allow-ssh, default-allow-rdp, and default-allow-icmp. These rules can't be configured to allow firewall rule logging. Instead, it is recommended to create a new network and delete the default one.
The default network for a project should be deleted.
Example configuration:
resource "google_compute_network" "allowed" {
name = "test-network"
description = "This is a test network"
}