GCP - User Investigation
GCP Enrichment and Remediation Pack.#
This Playbook is part of theSupported versions
Supported Cortex XSOAR versions: 6.9.0 and later.
This playbook performs an investigation on a specific user in GCP environments, using queries and logs from G Suite Auditor, and GCP Logging to locate the following activities performed by the user:
- Failed login attempt
- Suspicious API usage by the user
- Anomalous network traffic by the user
- Unusual and suspicious login attempt
- User's password leaked
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooksThis playbook does not use any sub-playbooks.
#
IntegrationsThis playbook does not use any integrations.
#
Scripts- GetTime
- Set
#
Commands- gsuite-activity-search
- gcp-logging-log-entries-list
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
Username | The username to investigate. | Optional | |
GcpProjectName | The GCP project name. This is a mandatory field for GCP queries. | Optional | |
GcpTimeSearchFrom | The Search Time for the `GetTime` task used by the GCP Logging search query. This value represents the number of days to include in the search. Default value: 1. (1 Day) | 1 | Optional |
#
Playbook OutputsPath | Description | Type |
---|---|---|
GcpAnomalousNetworkTraffic | Determines whether there are events of anomalous network traffic performed by the user in the GCP environment. Possible values: True/False. | boolean |
GcpSuspiciousApiUsage | Determines whether there are events of suspicious API usage by the user in the GCP environment. Possible values: True/False. | boolean |
GcpFailLogonCount | The number of failed logins by the user in the GCP environment. | number |
GsuiteFailLogonCount | The number of failed logins by the user in the G Suite environment. | number |
GsuiteUnusualLoginAllowedCount | The number of unusual logins performed by the user and allowed in the G Suite environment. | number |
GsuiteUnusualLoginBlockedCount | The number of unusual logins performed by the user and blocked in the G Suite environment. | number |
GsuiteSuspiciousLoginCount | The number of suspicious logons performed by the user in the G Suite environment. | number |
GsuiteUserPasswordLeaked | Determines whether the user's password was leaked in the G Suite environment. Possible values: True/False. | boolean |