Skip to main content

Cloud Response - Generic

This Playbook is part of the Common Playbooks Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

This playbook provides response playbooks for:

  • AWS
  • Azure
  • GCP

The response actions available are:

  • Terminate/Shut down/Power off an instance
  • Delete/Disable a user
  • Delete/Revoke/Disable credentials
  • Block indicators

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

  • Cloud Response - GCP
  • Cloud Response - AWS
  • Cloud Response - Azure

Integrations#

This playbook does not use any integrations.

Scripts#

This playbook does not use any scripts.

Commands#

This playbook does not use any commands.

Playbook Inputs#


NameDescriptionDefault ValueRequired
cloudProviderThe cloud service provider involved.Optional
autoResourceRemediationWhether to execute the resource remediation flow automatically.Optional
AWS-resourceRemediationTypeChoose the remediation type for the instances created.

AWS available types:
Stop - for stopping the instances.
Terminate - for terminating the instances.
Optional
Azure-resourceRemediationTypeChoose the remediation type for the instances created.

Azure available types:
Poweroff - for shutting down the instances.
Delete - for deleting the instances.
Optional
GCP-resourceRemediationTypeChoose the remediation type for the instances created.

GCP available types:
Stop - For stopping the instances.
Delete - For deleting the instances.
Optional
autoAccessKeyRemediationWhether to execute the access key remediation flow automatically.Optional
AWS-accessKeyRemediationTypeChoose the remediation type for the user's access key.

AWS available types:
Disable - for disabling the user's access key.
Delete - for the user's access key deletion.
Optional
GCP-accessKeyRemediationTypeChoose the remediation type for the user's access key.

GCP available types:
Disable - For disabling the user's access key.
Delete - For the deleting user's access key.
Optional
autoUserRemediationWhether to execute the user remediation flow automatically.Optional
AWS-userRemediationTypeChoose the remediation type for the user involved.

AWS available types:
Delete - for the user deletion.
Revoke - for revoking the user's credentials.
Optional
Azure-userRemediationTypeChoose the remediation type for the user involved.

Azure available types:
Disable - for disabling the user.
Delete - for deleting the user.
Optional
GCP-userRemediationTypeChoose the remediation type for the user involved.

GCP available types:
Delete - For deleting the user.
Disable - For disabling the user.
Optional
autoBlockIndicatorsWhether to block the indicators automatically.Optional
resourceNameThe resource name to take action on.

Supports: AWS, GCP and Azure
Optional
resourceZoneThe resource's zone to take action on.

Supports: GCP
Optional
resourceGroupSupports: Azure
The resource group to take action on.
Optional
accessKeyNameThe access key name in the following format:
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}.

Supports: GCP
Optional
accessKeyIdThe user's access key ID.

Supports: AWS
Optional
regionThe resource's region.

Supports: AWS
Optional
usernameThe username to take action on.

Supports: AWS, GCP and Azure
Optional

Playbook Outputs#


There are no outputs for this playbook.

Playbook Image#


Cloud Response - Generic