PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #215
You are auditing all your Google Cloud resources in the production project. You want to identify all principals who can change firewall rules. What should you do?
The correct answer is D. Use Policy Analyzer to query the permissions compute.firewalls.create or. To identify all principals who can change firewall rules, you should use Policy Analyzer to query for the permissions related to creating, updating, or deleting firewall rules. These permissions are usually associated with compute.firewalls.create, compute.firewalls.update, and…
Question
Options
- AUse Policy Analyzer to query the permissions compute.firewalls.get or compute.firewalls.list.
- BUse Firewall Insights to understand your firewall rules usage patterns.
- CReference the Security Health Analytics - Firewall Vulnerability Findings in the Security Command
- DUse Policy Analyzer to query the permissions compute.firewalls.create or
How the community answered
(43 responses)- A5% (2)
- B9% (4)
- C5% (2)
- D81% (35)
Explanation
To identify all principals who can change firewall rules, you should use Policy Analyzer to query for the permissions related to creating, updating, or deleting firewall rules. These permissions are usually associated with compute.firewalls.create, compute.firewalls.update, and compute.firewalls.delete. By checking which principals have these permissions, you can determine who has the ability to change firewall rules in your Google Cloud project.
Topics
Community Discussion
No community discussion yet for this question.