Question

Difficulty: HardSecurity Logging, Audit Logs, and Security Command Center

An enterprise organization requires real-time security monitoring across all projects in its Google Cloud hierarchy. The security architecture team must stream both Cloud Storage Data Access audit logs and Security Command Center (SCC) Event Threat Detection findings to an on-premises Security Information and Event Management (SIEM) system. The solution must adhere to the principle of least privilege and native Google Cloud security recommendations. Which TWO actions should the security architect perform to meet these requirements?

  1. Create an organization-level aggregated Cloud Logging sink configured with a filter for Data Access audit logs and set its destination to a central Pub/Sub topic monitored by the SIEM collector.Answer
  2. Configure Security Command Center continuous export at the organization level to stream high-severity security findings directly to a designated Pub/Sub topic.Answer
  3. C
    Grant the primitive Owner role (roles/owner) to the dedicated service account running the SIEM log collector to ensure full read access to all log sinks and security findings.
  4. D
    Enforce Customer-Supplied Encryption Keys (CSEK) on the Pub/Sub topics to manage raw encryption keys locally for SIEM log transport.

Answer

To centrally stream security audit logs and threat findings to a SIEM while maintaining minimal necessary privileges, the architect must set up an organization-level aggregated log sink routing Data Access logs to Pub/Sub, and enable Security Command Center continuous export at the organization level to stream findings to Pub/Sub.
Centralizing security telemetry requires organization-wide aggregated log sinks for audit logs and continuous export for Security Command Center findings. Both features publish directly to Pub/Sub topics, enabling secure and real-time ingestion by third-party SIEM collectors.

Step-by-Step Solution

1
Configure centralized logging
Aggregated log sink routes Data Access audit logs from all current and future projects into a central Pub/Sub topic.
Organization-level aggregated sinks ensure complete visibility without needing project-by-project log configuration.
2
Configure Security Command Center findings export
Continuous export streams findings from Event Threat Detection and other SCC services to Pub/Sub.
Continuous export provides automated real-time notification of findings to downstream SIEM collectors.
3
Apply least privilege IAM roles
The log collector service account is granted granular Pub/Sub Subscriber permissions rather than broad administrative or primitive roles.
Primitive roles expose the organization to unnecessary security risks by granting far more privileges than needed.

Key Concept

Centralized Security Log Aggregation and Continuous Findings Export
Rate this question