...
To run this collector, there are some configurations detailed below that you need to take into account.
Configuration | Details |
---|---|
GPC 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. |
Info |
---|
More information Refer to the Vendor setup section to know more about these configurations. |
...
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.
...
Info |
---|
This minimum configuration refers exclusively to those specific parameters of this integration. There are more required parameters related to the generic behavior of the collector. |
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. |
Info |
---|
See the Accepted authentication methodssection to verify what settings are required based on the desired authentication method. |
...
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 |
|
|
|
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).
Rw ui tabs macro | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This data collector can be run in any machine that has the Docker service available because it should be executed as a docker container. The following sections explain how to prepare all the required setup for having the data collector running. StructureThe following directory structure should be created for being used when running the collector:
Devo credentialsIn Devo, go to Administration → Credentials → X.509 Certificates, download the Certificate, Private key and Chain CA and save them in
Editing the config.yaml file
Replace the placeholders with your required values following the description table below:
Download the Docker imageThe 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:
Use the following command to add the Docker image to the system:
The Docker image can be deployed on the following services: DockerExecute the following command on the root directory
Docker ComposeThe following Docker Compose file can be used to execute the Docker container. It must be created in the
To run the container using docker-compose, execute the following command from the
We use a piece of software called Collector Server to host and manage all our available collectors. If you want us to host this collector for you, get in touch with us and we will guide you through the configuration To enable the collector for a customer:
Editing the JSON configuration
Please replace the placeholders with real world values following the description table below:
|
Collector services detail
...
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
Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Once the collector has been launched, it is important to check if the ingestion is performed in a proper way. To do so, go to the collector’s logs console. This service has the following components:
Setup outputA successful run has the following output messages for the setup module:
Puller outputA successful initial run has the following output messages for the puller module:
After a successful collector’s execution (that is, no error logs found), you will see the following log message:
|
...
Expand | ||
---|---|---|
| ||
Sometimes it is necessary to activate the debug mode of the collector's logging. This debug mode increases the verbosity of the log and allows you to print execution traces that are very helpful in resolving incidents or detecting bottlenecks in heavy download processes.
For more information, visit the configuration and parameterization section corresponding to the chosen deployment mode. |
Change log for v1.x.x
Release | Released on | Release type | Details | Recommendations | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| New features:
Improvements:
|
| |||||||||||||
|
| New features:
|
| |||||||||||||
|
| Improvements:
|
| |||||||||||||
|
| Bugs fixes:
|
| |||||||||||||
|
| Improvements:
|
| |||||||||||||
|
| Improvements:
|
|