Remediation
From Google Cloud Consoleβ
- Go to
VPC Network
. - Go to the
Firewall Rules
. - Click the
Firewall Rule
to be modified. - Click
Edit
. - Modify
Source IP ranges
to specificIP
. - Click
Save
.
From Google Cloud CLIβ
1.Update RDP Firewall rule with new SOURCE_RANGE
from the below command:
gcloud compute firewall-rules update FirewallName --allow=[PROTOCOL[:PORT[-PORT]],...] --source-ranges=[CIDR_RANGE,...]