diff --git a/Solutions/DruvaDataSecurityCloud/Data Connectors/Druva_ccp/Druva_DataConnectorDefinition.json b/Solutions/DruvaDataSecurityCloud/Data Connectors/Druva_ccp/Druva_DataConnectorDefinition.json index ee3245accf..fa69c4671a 100644 --- a/Solutions/DruvaDataSecurityCloud/Data Connectors/Druva_ccp/Druva_DataConnectorDefinition.json +++ b/Solutions/DruvaDataSecurityCloud/Data Connectors/Druva_ccp/Druva_DataConnectorDefinition.json @@ -11,7 +11,7 @@ "id": "DruvaEventCCPDefinition", "title": "Druva Events Connector", "publisher" : "Microsoft", - "descriptionMarkdown" : "Provides capability to ingest the druva events from druva apis", + "descriptionMarkdown" : "Provides capability to ingest the Druva events from Druva APIs", "graphQueriesTableName" : "DruvaSecurityEvents_CL", "graphQueries": [ { @@ -21,27 +21,27 @@ }, { - "metricName":"Total platform events", - "legend":"Druva platform events received", + "metricName":"Total Platform events", + "legend":"Druva Platform events received", "baseQuery": "DruvaPlatformEvents_CL" }, { - "metricName":"Total insync events", - "legend":"Druva insync events received", + "metricName":"Total inSync events", + "legend":"Druva inSync events received", "baseQuery": "DruvaInsyncEvents_CL" } ], "sampleQueries":[ { - "description": "Sample of Druva security events", + "description": "Sample of Druva Security events", "query": "{{graphQueriesTableName}}\n| take 10" }, { - "description": "Sample of Druva platform events", + "description": "Sample of Druva Platform events", "query": "DruvaPlatformEvents_CL\n| take 10" }, { - "description": "Sample of Druva insync events", + "description": "Sample of Druva inSync events", "query": "DruvaInsyncEvents_CL\n| take 10" } ], @@ -81,7 +81,7 @@ "customs":[ { "name": "Druva API Access", - "description":"Druva api requires a client id and client secret to authenticate" + "description":"Druva API requires a client id and client secret to authenticate" } ] }, @@ -90,13 +90,13 @@ "description": ">Note: Configurations to connect to Druva Rest API\n" }, { - "description": "Step 1: Create Crdentials from Druva Console: https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n" + "description": "Step 1: Create credentials from Druva console. Refer this doc for steps:- https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n" }, { - "description": "Step 2: Enter the hostname public cloud its apis.druva.com\n" + "description": "Step 2: Enter the hostname. For public cloud its apis.druva.com\n" }, { - "description": "Step 3: Get client id and client secret key\n" + "description": "Step 3: Enter client id and client secret key\n" }, { "description": "Provide required values:\n", @@ -105,7 +105,7 @@ { "type": "Textbox", "parameters": { - "label": "hostname", + "label": "Hostname", "placeholder": "Example: apis.druva.com", "type": "text", "name": "hostname" @@ -118,12 +118,12 @@ "clientIdLabel":"Client ID", "clientSecretLabel" : "Client Secret", "connectButtonLabel":"Connect", - "disconnectButtonLabel": "Diconnect" + "disconnectButtonLabel": "Disconnect" } } ], - "tittle": "Connect to Druva API to start collecting logs in microft sentinel" + "title": "Connect to Druva API to start collecting logs in Microsoft Sentinel" } ] } diff --git a/Solutions/DruvaDataSecurityCloud/Data Connectors/Druva_ccp/azuredeploy_DruvaEvents_poller_connector.json b/Solutions/DruvaDataSecurityCloud/Data Connectors/Druva_ccp/azuredeploy_DruvaEvents_poller_connector.json index de1309ac4c..e2374a88c5 100644 --- a/Solutions/DruvaDataSecurityCloud/Data Connectors/Druva_ccp/azuredeploy_DruvaEvents_poller_connector.json +++ b/Solutions/DruvaDataSecurityCloud/Data Connectors/Druva_ccp/azuredeploy_DruvaEvents_poller_connector.json @@ -582,7 +582,7 @@ "connectorUiConfig": { "title": "Druva Events Connector", "publisher" : "Microsoft", - "descriptionMarkdown" : "Provides capability to ingest the druva events from druva apis", + "descriptionMarkdown" : "Provides capability to ingest the Druva events from Druva APIs", "graphQueriesTableName" : "[variables('druvaSecurityEventsTableName')]", "graphQueries": [ { @@ -592,27 +592,27 @@ }, { - "metricName":"Total platform events", - "legend":"Druva platform events received", + "metricName":"Total Platform events", + "legend":"Druva Platform events received", "baseQuery": "DruvaPlatformEvents_CL" }, { - "metricName":"Total insync events", - "legend":"Druva insync events received", + "metricName":"Total inSync events", + "legend":"Druva inSync events received", "baseQuery": "DruvaInsyncEvents_CL" } ], "sampleQueries":[ { - "description": "Sample of Druva security events", + "description": "Sample of Druva Security events", "query": "{{graphQueriesTableName}}\n| take 10" }, { - "description": "Sample of Druva platform events", + "description": "Sample of Druva Platform events", "query": "DruvaPlatformEvents_CL\n| take 10" }, { - "description": "Sample of Druva insync events", + "description": "Sample of Druva inSync events", "query": "DruvaInsyncEvents_CL\n| take 10" } ], @@ -652,7 +652,7 @@ "customs":[ { "name": "Druva API credential", - "description":"Druva api requires a client id and client secret to authenticate" + "description":"Druva API requires a client id and client secret to authenticate" } ] }, @@ -661,13 +661,13 @@ "description": ">Note: Configurations to connect to Druva Rest API\n" }, { - "description": "Step 1: Create Crdentials from Druva Console: https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n" + "description": "Step 1: Create credentials from Druva console. Refer this doc for steps:- https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n" }, { - "description": "Step 2: Enter the hostname public cloud its apis.druva.com\n" + "description": "Step 2: Enter the hostname. For public cloud its apis.druva.com\n" }, { - "description": "Step 3: Get client id and client secret key\n" + "description": "Step 3: Enter client id and client secret key\n" }, { "description": "Provide required values:\n", @@ -676,7 +676,7 @@ { "type": "Textbox", "parameters": { - "label": "hostname", + "label": "Hostname", "placeholder": "Example: apis.druva.com", "type": "text", "name": "hostname" @@ -689,11 +689,11 @@ "clientIdLabel":"Client ID", "clientSecretLabel" : "Client Secret", "connectButtonLabel":"Connect", - "disconnectButtonLabel": "Diconnect" + "disconnectButtonLabel": "Disconnect" } } ], - "tittle": "Connect to Druva API to start collecting logs in microft sentinel" + "title": "Connect to Druva API to start collecting logs in Microsoft Sentinel" } ] } diff --git a/Solutions/DruvaDataSecurityCloud/Package/3.0.0.zip b/Solutions/DruvaDataSecurityCloud/Package/3.0.0.zip index 2703d3c3a1..a1ec158d7d 100644 Binary files a/Solutions/DruvaDataSecurityCloud/Package/3.0.0.zip and b/Solutions/DruvaDataSecurityCloud/Package/3.0.0.zip differ diff --git a/Solutions/DruvaDataSecurityCloud/Package/mainTemplate.json b/Solutions/DruvaDataSecurityCloud/Package/mainTemplate.json index a53d4e3faa..0d93871428 100644 --- a/Solutions/DruvaDataSecurityCloud/Package/mainTemplate.json +++ b/Solutions/DruvaDataSecurityCloud/Package/mainTemplate.json @@ -852,7 +852,7 @@ "title": "Druva Quarantine Playbook for Enterprise Workload", "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread in your enterprise workload", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -884,9 +884,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'." @@ -899,7 +899,7 @@ "Unusual Data Activity", "Quarantine Snapshots" ], - "lastUpdateTime": "2025-01-08T18:21:38.767Z", + "lastUpdateTime": "2025-01-10T14:31:36.220Z", "releaseNotes": { "version": "1.0", "title": "[variables('blanks')]", @@ -1600,7 +1600,7 @@ "title": "Druva Quarantine Playbook for inSync Workloads", "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread to your inSync User based workloads.", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -1632,9 +1632,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'." @@ -1647,7 +1647,7 @@ "Unusual Data Activity", "Quarantine Snapshots" ], - "lastUpdateTime": "2025-01-08T18:21:39.133Z", + "lastUpdateTime": "2025-01-10T14:31:36.516Z", "releaseNotes": { "version": "1.0", "title": "[variables('blanks')]", @@ -2021,7 +2021,7 @@ "title": "Druva Quarantine Using Resource id", "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread to your environment.", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -2053,9 +2053,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'." @@ -2068,7 +2068,7 @@ "Unusual Data Activity", "Quarantine Snapshots" ], - "lastUpdateTime": "2025-01-08T18:21:39.302Z", + "lastUpdateTime": "2025-01-10T14:31:36.717Z", "releaseNotes": { "version": "1.0", "title": "[variables('blanks')]", @@ -2669,9 +2669,9 @@ ], "metadata": { "title": "Druva Quarantine Playbook for Sharepoint", - "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread in your sharepoint", + "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread in your Sharepoint", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -2703,9 +2703,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'." @@ -2718,7 +2718,7 @@ "Unusual Data Activity", "Quarantine Snapshots" ], - "lastUpdateTime": "2025-01-08T18:21:39.553Z", + "lastUpdateTime": "2025-01-10T14:31:36.967Z", "releaseNotes": { "version": "1.0", "title": "[variables('blanks')]", @@ -3313,7 +3313,7 @@ "title": "Druva Quarantine Playbook for Shared Drive", "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread to your shared drives.", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -3345,9 +3345,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'." @@ -3360,7 +3360,7 @@ "Unusual Data Activity", "Quarantine Snapshots" ], - "lastUpdateTime": "2025-01-08T18:21:39.777Z", + "lastUpdateTime": "2025-01-10T14:31:37.192Z", "releaseNotes": { "version": "1.0", "title": "[variables('blanks')]", @@ -3412,7 +3412,7 @@ "id": "DruvaEventCCPDefinition", "title": "Druva Events Connector", "publisher": "Microsoft", - "descriptionMarkdown": "Provides capability to ingest the druva events from druva apis", + "descriptionMarkdown": "Provides capability to ingest the Druva events from Druva APIs", "graphQueriesTableName": "DruvaSecurityEvents_CL", "graphQueries": [ { @@ -3421,27 +3421,27 @@ "baseQuery": "{{graphQueriesTableName}}" }, { - "metricName": "Total platform events", - "legend": "Druva platform events received", + "metricName": "Total Platform events", + "legend": "Druva Platform events received", "baseQuery": "DruvaPlatformEvents_CL" }, { - "metricName": "Total insync events", - "legend": "Druva insync events received", + "metricName": "Total inSync events", + "legend": "Druva inSync events received", "baseQuery": "DruvaInsyncEvents_CL" } ], "sampleQueries": [ { - "description": "Sample of Druva security events", + "description": "Sample of Druva Security events", "query": "{{graphQueriesTableName}}\n| take 10" }, { - "description": "Sample of Druva platform events", + "description": "Sample of Druva Platform events", "query": "DruvaPlatformEvents_CL\n| take 10" }, { - "description": "Sample of Druva insync events", + "description": "Sample of Druva inSync events", "query": "DruvaInsyncEvents_CL\n| take 10" } ], @@ -3481,7 +3481,7 @@ "customs": [ { "name": "Druva API Access", - "description": "Druva api requires a client id and client secret to authenticate" + "description": "Druva API requires a client id and client secret to authenticate" } ] }, @@ -3490,13 +3490,13 @@ "description": ">Note: Configurations to connect to Druva Rest API\n" }, { - "description": "Step 1: Create Crdentials from Druva Console: https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n" + "description": "Step 1: Create credentials from Druva console. Refer this doc for steps:- https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n" }, { - "description": "Step 2: Enter the hostname public cloud its apis.druva.com\n" + "description": "Step 2: Enter the hostname. For public cloud its apis.druva.com\n" }, { - "description": "Step 3: Get client id and client secret key\n" + "description": "Step 3: Enter client id and client secret key\n" }, { "description": "Provide required values:\n", @@ -3504,7 +3504,7 @@ { "type": "Textbox", "parameters": { - "label": "hostname", + "label": "Hostname", "placeholder": "Example: apis.druva.com", "type": "text", "name": "hostname" @@ -3516,11 +3516,11 @@ "clientIdLabel": "Client ID", "clientSecretLabel": "Client Secret", "connectButtonLabel": "Connect", - "disconnectButtonLabel": "Diconnect" + "disconnectButtonLabel": "Disconnect" } } ], - "tittle": "Connect to Druva API to start collecting logs in microft sentinel" + "title": "Connect to Druva API to start collecting logs in Microsoft Sentinel" } ] } @@ -4054,7 +4054,7 @@ "id": "DruvaEventCCPDefinition", "title": "Druva Events Connector", "publisher": "Microsoft", - "descriptionMarkdown": "Provides capability to ingest the druva events from druva apis", + "descriptionMarkdown": "Provides capability to ingest the Druva events from Druva APIs", "graphQueriesTableName": "DruvaSecurityEvents_CL", "graphQueries": [ { @@ -4063,27 +4063,27 @@ "baseQuery": "{{graphQueriesTableName}}" }, { - "metricName": "Total platform events", - "legend": "Druva platform events received", + "metricName": "Total Platform events", + "legend": "Druva Platform events received", "baseQuery": "DruvaPlatformEvents_CL" }, { - "metricName": "Total insync events", - "legend": "Druva insync events received", + "metricName": "Total inSync events", + "legend": "Druva inSync events received", "baseQuery": "DruvaInsyncEvents_CL" } ], "sampleQueries": [ { - "description": "Sample of Druva security events", + "description": "Sample of Druva Security events", "query": "{{graphQueriesTableName}}\n| take 10" }, { - "description": "Sample of Druva platform events", + "description": "Sample of Druva Platform events", "query": "DruvaPlatformEvents_CL\n| take 10" }, { - "description": "Sample of Druva insync events", + "description": "Sample of Druva inSync events", "query": "DruvaInsyncEvents_CL\n| take 10" } ], @@ -4123,7 +4123,7 @@ "customs": [ { "name": "Druva API Access", - "description": "Druva api requires a client id and client secret to authenticate" + "description": "Druva API requires a client id and client secret to authenticate" } ] }, @@ -4132,13 +4132,13 @@ "description": ">Note: Configurations to connect to Druva Rest API\n" }, { - "description": "Step 1: Create Crdentials from Druva Console: https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n" + "description": "Step 1: Create credentials from Druva console. Refer this doc for steps:- https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials\n" }, { - "description": "Step 2: Enter the hostname public cloud its apis.druva.com\n" + "description": "Step 2: Enter the hostname. For public cloud its apis.druva.com\n" }, { - "description": "Step 3: Get client id and client secret key\n" + "description": "Step 3: Enter client id and client secret key\n" }, { "description": "Provide required values:\n", @@ -4146,7 +4146,7 @@ { "type": "Textbox", "parameters": { - "label": "hostname", + "label": "Hostname", "placeholder": "Example: apis.druva.com", "type": "text", "name": "hostname" @@ -4158,11 +4158,11 @@ "clientIdLabel": "Client ID", "clientSecretLabel": "Client Secret", "connectButtonLabel": "Connect", - "disconnectButtonLabel": "Diconnect" + "disconnectButtonLabel": "Disconnect" } } ], - "tittle": "Connect to Druva API to start collecting logs in microft sentinel" + "title": "Connect to Druva API to start collecting logs in Microsoft Sentinel" } ] } diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineEnterpriseWorkload/README.md b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineEnterpriseWorkload/README.md index e9850d52a0..f0b968da3a 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineEnterpriseWorkload/README.md +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineEnterpriseWorkload/README.md @@ -6,7 +6,7 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ### Prerequisites -1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). +1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). 2. Generate Druva API Client Credentials * Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials. * [Druva's Documentation Page](https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials) @@ -36,9 +36,9 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of Once deployment is complete, authorize each connection keyvault. -1. Login to the Microsoft Azure protal and in the search box Type API Connections. +1. Login to the Microsoft Azure portal and in the search box type API Connections. 2. Find API connection option. -3. Check for your Created API connection exists. eg. -KeyVault-Connection +3. Check for your created API connection exists. eg. -KeyVault-Connection 4. Check Status should be ready for the same API Connection. #### b. Grant permissions diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineEnterpriseWorkload/azuredeploy.json b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineEnterpriseWorkload/azuredeploy.json index 9a3b7437f4..ebd7c25a4d 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineEnterpriseWorkload/azuredeploy.json +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineEnterpriseWorkload/azuredeploy.json @@ -5,7 +5,7 @@ "title": "Druva Quarantine Playbook for Enterprise Workload", "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread in your enterprise workload", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -37,9 +37,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'." diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineInsyncWorkloads/README.md b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineInsyncWorkloads/README.md index f9ca9a4380..b83d1dfda0 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineInsyncWorkloads/README.md +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineInsyncWorkloads/README.md @@ -6,7 +6,7 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ### Prerequisites -1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). +1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). 2. Generate Druva API Client Credentials * Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials. * [Druva's Documentation Page](https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials) @@ -36,9 +36,9 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of Once deployment is complete, authorize each connection keyvault. -1. Login to the Microsoft Azure protal and in the search box Type API Connections. +1. Login to the Microsoft Azure portal and in the search box type API Connections. 2. Find API connection option. -3. Check for your Created API connection exists. eg. -KeyVault-Connection +3. Check for your created API connection exists. eg. -KeyVault-Connection 4. Check Status should be ready for the same API Connection. #### b. Grant permissions diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineInsyncWorkloads/azuredeploy.json b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineInsyncWorkloads/azuredeploy.json index aaa3e9afba..a9ed7eb33c 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineInsyncWorkloads/azuredeploy.json +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineInsyncWorkloads/azuredeploy.json @@ -5,7 +5,7 @@ "title": "Druva Quarantine Playbook for inSync Workloads", "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread to your inSync User based workloads.", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -37,9 +37,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'." diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharePoint/README.md b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharePoint/README.md index 234c5901b3..ae350f32c9 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharePoint/README.md +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharePoint/README.md @@ -6,7 +6,7 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ### Prerequisites -1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). +1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). 2. Generate Druva API Client Credentials * Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials. * [Druva's Documentation Page](https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials) @@ -36,9 +36,9 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of Once deployment is complete, authorize each connection keyvault. -1. Login to the Microsoft Azure protal and in the search box Type API Connections. +1. Login to the Microsoft Azure portal and in the search box type API Connections. 2. Find API connection option. -3. Check for your Created API connection exists. eg. -KeyVault-Connection +3. Check for your created API connection exists. eg. -KeyVault-Connection 4. Check Status should be ready for the same API Connection. #### b. Grant permissions diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharePoint/azuredeploy.json b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharePoint/azuredeploy.json index 766572ddb0..44e5813260 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharePoint/azuredeploy.json +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharePoint/azuredeploy.json @@ -3,9 +3,9 @@ "contentVersion": "1.0.0.0", "metadata": { "title": "Druva Quarantine Playbook for Sharepoint", - "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread in your sharepoint", + "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread in your Sharepoint", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -37,9 +37,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'." diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharedDrive/README.md b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharedDrive/README.md index ba04eb6544..c5cec0c3c6 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharedDrive/README.md +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharedDrive/README.md @@ -6,7 +6,7 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ### Prerequisites -1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). +1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). 2. Generate Druva API Client Credentials * Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials. * [Druva's Documentation Page](https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials) @@ -36,9 +36,9 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of Once deployment is complete, authorize each connection keyvault. -1. Login to the Microsoft Azure protal and in the search box Type API Connections. +1. Login to the Microsoft Azure portal and in the search box type API Connections. 2. Find API connection option. -3. Check for your Created API connection exists. eg. -KeyVault-Connection +3. Check for your created API connection exists. eg. -KeyVault-Connection 4. Check Status should be ready for the same API Connection. #### b. Grant permissions diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharedDrive/azuredeploy.json b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharedDrive/azuredeploy.json index 66a42a0ad2..638239db96 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharedDrive/azuredeploy.json +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineSharedDrive/azuredeploy.json @@ -5,7 +5,7 @@ "title": "Druva Quarantine Playbook for Shared Drive", "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread to your shared drives.", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -37,9 +37,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'." diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineUsingResourceID/README.md b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineUsingResourceID/README.md index 1b06a721d6..f8a101ff73 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineUsingResourceID/README.md +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineUsingResourceID/README.md @@ -6,7 +6,7 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ### Prerequisites -1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). +1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the [Druva Security Cloud Platform](https://console.druva.com/). 2. Generate Druva API Client Credentials * Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials. * [Druva's Documentation Page](https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials) @@ -36,9 +36,9 @@ This playbook uses Druva-Ransomware-Response capabilities to stop the spread of Once deployment is complete, authorize each connection keyvault. -1. Login to the Microsoft Azure protal and in the search box Type API Connections. +1. Login to the Microsoft Azure portal and in the search box type API Connections. 2. Find API connection option. -3. Check for your Created API connection exists. eg. -KeyVault-Connection +3. Check for your created API connection exists. eg. -KeyVault-Connection 4. Check Status should be ready for the same API Connection. #### b. Grant permissions diff --git a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineUsingResourceID/azuredeploy.json b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineUsingResourceID/azuredeploy.json index b62bb432a5..b1dd5a672a 100644 --- a/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineUsingResourceID/azuredeploy.json +++ b/Solutions/DruvaDataSecurityCloud/Playbooks/DruvaQuarantineUsingResourceID/azuredeploy.json @@ -5,7 +5,7 @@ "title": "Druva Quarantine Using Resource id", "description": "This playbook uses Druva-Ransomware-Response capabilities to stop the spread of ransomware and avoid reinfection or contamination spread to your environment.", "prerequisites": [ - "1. Verify ARR (Accelerated Ransomeware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", + "1. Verify ARR (Accelerated Ransomware Recovery) should be enabled for the respective Device using Resource ID on the Druva Security Cloud Platform.", "2. Generate Druva API Client Credentials", "a. Use the following link to navigate to Druva's documentation page and refer the steps to generate API Client Credentials.", "b. Druva's Documentation Page : https://help.druva.com/en/articles/8580838-create-and-manage-api-credentials", @@ -37,9 +37,9 @@ "postDeployment": [ "**a. Authorize connections**", "Once deployment is complete, authorize each connection.", - "1. Login to the Microsoft Azure protal and in the search box Type API Connections.", + "1. Login to the Microsoft Azure portal and in the search box type API Connections.", "2. Find API connection option.", - "3. Check for your Created API connection exists. eg. Druva-KeyVault-Connection", + "3. Check for your created API connection exists. eg. Druva-KeyVault-Connection", "4. Check Status should be ready for the same API Connection.", "**b. Grant permissions**", "Make sure that this playbook and your user has the IAM role permission granted as 'Key Vault Secrets User'."