forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes - Cleanroom recovery action (demisto#36068) (demisto#36147)
* Adding new action details in readme * Bug fixes cleanroom action * Bug Fixes - Cleanroom recovery action * Readme changes for cleanroom recovery changes * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update pack_metadata.json * Update Packs/CommvaultSecurityIQ/README.md --------- Co-authored-by: Cv-securityIQ <[email protected]> Co-authored-by: barryyosi-panw <[email protected]>
- Loading branch information
1 parent
efcc7e3
commit 2f64d93
Showing
5 changed files
with
41 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
|
||
|
||
Introducing Commvault Security IQ integration pack for Commvault products. It enables security analysts swiftly respond to threats using pre-built integrations, playbooks to secure and audit backups and backup software ecosystem. | ||
Introducing Commvault Cloud integration pack for Commvault products. It enables security analysts swiftly respond to threats using pre-built integrations, playbooks to secure and audit backups and backup software ecosystem. | ||
|
||
With today's evolving threat landscape, data is under constant risk of data destruction and exfiltration. Organizations are challenged with responding to security events as quickly as they can to limit the impact of cyber threats on their production as well as backup data. This content pack allows organizations to monitor anomaly alerts from Commvault and Metallic data protection platforms, so they can respond with orchestrated actions to help fortify the data protection platform. | ||
With today's evolving threat landscape, data is under constant risk of data destruction and exfiltration. Organizations are challenged with responding to security events as quickly as they can to limit the impact of cyber threats on their production as well as backup data. This content pack allows organizations to monitor anomaly alerts from Commvault Cloud data protection platforms, so they can respond with orchestrated actions to help fortify the data protection platform. | ||
|
||
## Key features : | ||
|
||
- Support for Commvault and Metallic | ||
- Support for Commvault Cloud | ||
- Suspicious file anomaly monitoring to indicate file encryption. | ||
- Fetch Commvault and Metallic file anomaly alerts over API, Commvault Webhook, or Syslog | ||
- Fetch Commvault Cloud file anomaly alerts over API, Commvault Webhook, or Syslog | ||
- Native API token storage or Azure Key Vault token storage | ||
- Ability to export and view list of infected files for investigation | ||
|
||
## Automation Use cases: | ||
|
||
- Disable data aging within Commvault/Metallic when server compromise is detected to protect backup data | ||
- Interactive runbook to disable Commvault/Metallic user account if suspicious user behavior is detected to avoid exfiltration attempts. | ||
- Interactive runbook to disable IDP provider configured for Commvault/Metallic user authentication to restrict access to backups in the event of a cyber incident to avoid exfiltration attempts. | ||
- Disable data aging within Commvault Cloud when server compromise is detected to protect backup data. | ||
- Interactive runbook to disable Commvault Cloud user account if suspicious user behavior is detected to avoid exfiltration attempts. | ||
- Interactive runbook to disable IDP provider configured for Commvault Cloud user authentication to restrict access to backups in the event of a cyber incident to avoid exfiltration attempts. | ||
- Add a VM to the Cleanroom using the nearest clean recovery point, identified based on the incident time, after a compromise is detected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
#### Integrations | ||
|
||
##### Commvault Cloud | ||
|
||
- Virtual Machines API not returning all the VMs. | ||
- Use clean room-specific recovery group. | ||
- Inherit entity rather than group to set point-in-time recovery epoch. | ||
- Preserve VM name case while adding it to the clean room. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "Commvault Cloud", | ||
"description": "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.", | ||
"support": "partner", | ||
"currentVersion": "1.1.0", | ||
"currentVersion": "1.1.1", | ||
"author": "Commvault Systems", | ||
"url": "https://www.commvault.com/support", | ||
"email": "[email protected]", | ||
|