Commvault Cloud
Commvault Cloud Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.8.0 and later.
Commvault Cloud provides pre-built integrations, automation workflows, and playbooks to streamline operations, enhance threat intelligence integration, and gain actionable insights through advanced reporting and analytics. This integration was integrated and tested with version 6.9.0 of CommvaultSecurityIQ.
#
Configure Commvault Cloud in CortexParameter | Required |
---|---|
Long running instance | False |
Mapper (incoming) | True |
Commvault Webservice Url | True |
Commvault API Token | True |
Azure KeyVault Url | False |
Azure KeyVault Tenant ID | False |
Azure KeyVault Client ID | False |
Azure KeyVault Client Secret | False |
Port mapping (<port> or <host port>:<docker port>) | False |
Incident type | False |
Fetch incidents | False |
Incidents Fetch Interval | False |
Forwarding Rule | False |
First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days) | False |
Max events to fetch | False |
#
Note :- If "Fetch Incidents" parameter is selected then make sure "Long running instance" capability of the integration is disabled.#
Note :- Set Mapper (incoming) to "Commvault Suspicious File Activity Mapper"#
CommandsYou can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
commvault-security-set-disable-data-agingDisables data aging on CS
#
Base Commandcommvault-security-set-disable-data-aging
#
InputThere are no input arguments for this command.
#
Context OutputPath | Type | Description |
---|---|---|
CommvaultSecurityIQ.DisableDataAging | string | Status returned after calling disable data aging API |
#
commvault-security-get-generate-tokenGenerate Token
#
Base Commandcommvault-security-get-generate-token
#
InputThere are no input arguments for this command.
#
Context OutputPath | Type | Description |
---|---|---|
CommvaultSecurityIQ.GenerateToken | string | Status indicating whether successfully generated access token or not |
#
commvault-security-get-access-token-from-keyvaultRead the access token from KeyVault
#
Base Commandcommvault-security-get-access-token-from-keyvault
#
InputThere are no input arguments for this command.
#
Context OutputPath | Type | Description |
---|---|---|
CommvaultSecurityIQ.GetAccessToken | string | Status returned after getting the access token from KeyVault |
#
commvault-security-set-disable-saml-providerDisable SAML provider
#
Base Commandcommvault-security-set-disable-saml-provider
#
InputThere are no input arguments for this command.
#
Context OutputPath | Type | Description |
---|---|---|
CommvaultSecurityIQ.DisableSaml | string | Status indicating whether successfully disabled SAML provider or not |
#
commvault-security-get-copy-files-list-to-war-roomCopy the list of affected files list to war room
#
Base Commandcommvault-security-get-copy-files-list-to-war-room
#
InputThere are no input arguments for this command.
#
Context OutputThere is no context output for this command.
#
commvault-security-set-disable-userDisables user
#
Base Commandcommvault-security-set-disable-user
#
InputArgument Name | Description | Required |
---|---|---|
user_email | Email id of the user to be disabled. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
CommvaultSecurityIQ.DisableUser | string | Response indicating whether successfully disabled user or not. |
#
commvault-security-set-cleanroom-add-vm-to-recovery-groupAdd VM to Cleanroom
#
Base Commandcommvault-security-set-cleanroom-add-vm-to-recovery-group
#
InputArgument Name | Description | Required |
---|---|---|
vm_name | VM name. | Required |
clean_recovery_point | Recovery point timestamp to which we add the VM. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
CommvaultSecurityIQ.AddEntityToCleanroom | string | Response indicating whether successfully added the VM to the recovery point or not. |