A multinational enterprise operates a multi-folder Google Cloud organization housing sensitive financial microservices. The security compliance team requires immediate notification when service account keys are created outside automated CI/CD pipelines, alongside real-time forwarding of threat findings to an on-premises Security Information and Event Management (SIEM) system. Additionally, security architects must ensure authorized internal operators cannot copy centralized audit logs to unauthorized external Google Cloud storage locations. Which architectural design satisfies these security logging, auditing, and compliance requirements?
- Enable Security Command Center Premium with Event Threat Detection, configure continuous findings export via Pub/Sub to the SIEM, and enforce a VPC Service Controls perimeter encompassing the log sinks and storage resources.Cevap
- BRely strictly on Cloud IAM role bindings on the log sink Cloud Storage buckets to prevent authorized security analysts from exporting sensitive log files to external projects.
- CGrant the primitive Owner role across all projects to the automated SIEM integration service account so it can continuously poll Cloud Audit Logs and Security Health Analytics findings.
- DGrant the Service Account Admin role (roles/iam.serviceAccountAdmin) to the SIEM integration connector service account so it can monitor service account activity and key creation across the organization hierarchy.
Cevap
Enable Security Command Center Premium with Event Threat Detection, configure continuous findings export via Pub/Sub to the SIEM, and enforce a VPC Service Controls perimeter encompassing the log sinks and storage resources.
Combining Security Command Center Premium Event Threat Detection with continuous Pub/Sub export satisfies the real-time detection and SIEM integration requirements. Enforcing VPC Service Controls establishes a security perimeter that prevents authorized users from copying audit logs to destination buckets outside the perimeter, mitigating data exfiltration risks.
Adım Adım Çözüm
Anahtar Kavram
Security Command Center Event Threat Detection and VPC Service Controls Perimeter Protection