Google Workspace Alerts collector
Configuration requirements
To run this collector, there are some configurations detailed below that you need to take into account.
Configuration | Details |
---|---|
GCP console | You have the right credentials to access the GCP console. |
Permissions | You have to be the owner of the account or have administrator’s permissions in the GCP console. |
Delegated email | You need to have a delegated email with the right permissions. Refer to Google documentation to know how to do it. |
More information
Refer to the Vendor setup section to know more about these configurations.
Overview
Workspace is Google’s suite of products that includes email, calendar, driver, meet, and other collaboration solutions. This collector provides the possibility to integrate Google Workspace with the Devo Platform making it easy to query and analyze the relevant data from Workspace, view it in the pre-configured Activeboards, or customize them to enable Enterprise IT and Cybersecurity teams to make impactful data-driven decisions.
This collector will retrieve alerts on potential issues within your domain. Apps you develop can use Google’s Alert Center API to retrieve alerts in order to respond to them. Apps can also use the API to create and retrieve alert feedback. For example, a monitoring app could retrieve new alerts, prioritize them, and then notify members of your organization when action is needed. The collector processes the API responses and sends them to the Devo platform which then categorizes all data received on tables along rows and columns in your Devo domain.
Devo collector features
Feature | Details |
---|---|
Allow parallel downloading ( |
|
Running environments |
|
Populated Devo events |
|
Flattening preprocessing |
|
Data sources
Data Source | Description | API Endpoint | Collector service name | Devo Table | Available from release |
---|---|---|---|---|---|
Customer takeout initiated | DomainWideTakeoutInitiated | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Misconfigured whitelist | BadWhitelist | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Malware reclassification | MailPhishing | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Phishing reclassification |
Parameter |
|
|
| |
Suspicious message reported |
Parameter |
|
|
| |
User reported phishing |
Parameter |
|
|
| |
User reported spam spike |
Parameter |
|
|
| |
Leaked password | AccountWarning | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Suspicious login |
Parameter |
|
|
| |
Suspicious login (less secure app) |
Parameter |
|
|
| |
Suspicious programmatic login |
Parameter |
|
|
| |
User suspended |
Parameter |
|
|
| |
User suspended (spam) |
Parameter |
|
|
| |
User suspended (spam through relay) |
Parameter |
|
|
| |
User suspended (suspicious activity) |
Parameter |
|
|
| |
Google Operations | GoogleOperations | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Government attack warning | StateSponsoredAttack | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Device compromised | DeviceCompromised | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Suspicious activity | SuspiciousActivity | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
AppMaker Default Cloud SQL setup | AppMakerSqlSetupNotification | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Activity Rule | ActivityRule | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Configuration Problem | https://developers.google.com/admin-sdk/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration |
Parameter |
|
|
|
Data Loss Prevention | DlpRuleViolation | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Apps outage | AppsOutage | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
Primary admin changed | SensitiveAdminAction | Google Workspace Alert Center API | Google Developers |
Parameter |
|
|
|
SSO profile added |
Parameter |
|
|
| |
SSO profile updated |
Parameter |
|
|
| |
SSO profile deleted |
Parameter |
|
|
| |
Super admin password reset |
Parameter |
|
|
|
For more information on how the events are parsed, visit our page.
Vendor setup
There are minimal requirements to setup this collector:
GPC console access: Credentials are required to access the GCP console.
Owner or Administrator permissions within the GCP console.
Have a delegated email.
In order to retrieve the data, we need to create and authorize a Service account to authenticate the collector.
Minimum configuration required for basic pulling
Although this collector supports advanced configuration, the fields required to retrieve data with basic configuration are defined below.
Setting | Details |
---|---|
| This parameter is the name that you want to give to the token generated by the Collector. For example: |
| This parameter is the credentials in base64 format. To know how to obtain this value review the section Vendor setup. |
| This parameter is the email of the user whose domain is delegated to authorize the service account to access the alerts. To know how to obtain this value review the section Vendor setup. |
| This parameter will be used when {source_id} placeholder is present when using custom tags. Please use "abc" value when not used. |
Accepted authentication methods
Depending on how did you obtain your credentials, you will have to either fill or delete the following properties on the JSON credentials
configuration block.
Authentication Method | Filename | Base64 credentials | Delegated email |
---|---|---|---|
Service Account with Base64 | REQUIRED | REQUIRED | REQUIRED |
Download the Docker image
The collector should be deployed as a Docker container. Download the Docker image of the collector as a .tgz file by clicking the link in the following table:
Collector Docker image | SHA-256 hash |
---|---|
|
Use the following command to add the Docker image to the system:
gunzip -c <image_file>-<version>.tgz | docker load
Once the Docker image is imported, it will show the real name of the Docker image (including version info). Replace <image_file>
and <version>
with a proper value.
The Docker image can be deployed on the following services:
Docker
Execute the following command on the root directory <any_directory>/devo-collectors/<product_name>/
Replace <product_name>
, <image_name>
and <version>
with the proper values.
Docker Compose
The following Docker Compose file can be used to execute the Docker container. It must be created in the <any_directory>/devo-collectors/<product_name>/
directory.
To run the container using docker-compose, execute the following command from the <any_directory>/devo-collectors/<product_name>/
directory:
Replace <product_name>
, <image_name>
and <version>
with the proper values.
Run the collector
Once the data source is configured, you can either send us the required information if you want us to host and manage the collector for you (Cloud collector), or deploy and host the collector in your own machine using a Docker image (On-premise collector).
Collector services detail
This section is intended to explain how to proceed with specific actions for services.
Devo categorization and destination
The alerts are ingested in the Devo tables with the format cloud.gsuite.alerts.<alert_type>
when alert_type
is the alert type of the Alert Center. The alert types are listed below:
Alert type | Devo Table |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Events service
Collector operations
This section is intended to explain how to proceed with specific operations of this collector.
Change log
Release | Released on | Release type | Details | Recommendations |
---|---|---|---|---|
| Nov 21, 2024 | IMPROVEMENT BUG FIX | Improvements
Bug Fix
|
|
| Sep 16, 2024 | IMPROVEMENT | Improvements
|
|
| Nov 17, 2023 | IMPROVEMENTNEW FEATURE | Improvements
New features:
|
|
| Jun 15, 2023 | IMPROVEMENT | Improvements:
|
|
| Sep 8, 2022 | IMPROVEMENT | Improvements:
|
|
| Aug 12, 2023 | BUG FIX | Bugs fixes:
|
|
| Aug 12, 2022 | IMPROVEMENT | Improvements:
|
|
| May 26, 2022 | NEW FEATURE | New features:
|
|
| Apr 29, 2022 | NEW FEATURE | New features:
Improvements:
|
|