Wirespeed integrates with Google Cloud Security Command Center (SCC) to collect security findings from your Google Cloud organization.
Prerequisites
- Access to a Google Cloud organization
- Admin or Organization Admin permissions to create a service account
- Google Cloud Security Command Center enabled in your organization
- The ability to download a service account key in JSON format
Setup Instructions
Step 1: Create a Service Account in a Project
- Navigate to the Google Cloud Console
- Select a Project from the project dropdown (top left) - this can be any project within your organization
- Go to IAM & Admin > Service Accounts
- Click Create Service Account
- Enter a service account name (e.g.,
wirespeed-scc-integration) - Enter a description (e.g.,
Service account for Wirespeed SCC integration) - Click Create and Continue
- Skip the optional grant project roles step (or skip for now)
- Click Done
Step 2: Generate and Download the Service Account Key
- In the Service Accounts list, click on the service account you just created
- Go to the Keys tab
- Click Add Key > Create new key
- Select JSON as the key type
- Click Create
- The JSON key file will download automatically
- Keep this file secure - it contains credentials to access your organization’s security data
- Open the JSON file with a text editor and copy the entire contents
Step 3: Grant Organization-Level Permissions
- Navigate to your Organization level (click the organization name in the top left dropdown)
- Go to IAM & Admin > IAM
- Click Grant Access
- In the New principals field, enter the service account email (found in the JSON key as
client_email) - Click the Select a role dropdown and search for and select the following roles:
- Security Command Center Admin (
roles/securitycenter.admin)
- Security Command Center Admin (
- Click Save
Step 4: Find Your Organization ID
- In the Google Cloud Console, go to IAM & Admin > Settings
- Find the Organization ID field at the top
- Copy this ID
Step 5: Configure Wirespeed
- Log in to Wirespeed
- Navigate to Automation > Integrations > Add Integration
- Select Google Security Center
- Enter the following information:
- Organization ID: The organization ID from Step 4
- Service Account Key: The complete JSON contents from Step 2
- Click Save

