Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook queries Rubrik Security Cloud to enrich the Anomaly event with additional information regarding the Ransomware analysis, results from sensitive data scans, (to aid in incident prioritization), and additional information about the Rubrik cluster. Also it retrieves suspiciousFiles information associated with anomalous snapshot and internally calls RubrikAnomalyGenerateDownloadableLink playbook to get downloadable links and enrich the anomaly incident and RubrikUpdateAnomalyStatus pla
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | RubrikSecurityCloud |
| Source | View on GitHub |
This playbook uses 6 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 2 |
keyvault |
Managed | 1 | 0 |
keyvault_1 |
Managed | 0 | 2 |
RubrikCustomConnector |
Custom | 1 | 1 |
http |
Built-in | 0 | 9 |
workflow |
Built-in | 0 | 2 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Close_Incident_Due_To_Anomaly_Is_Already_Resolved | put | /Incidents |
— |
| Close_incident_due_to_resolve_anomaly_or_report_false_positive | put | /Incidents |
— |
keyvault_1 (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Client_Id_ | get | /secrets/@{encodeURIComponent('Rubrik-AS-Int-ClientId')}/value |
— |
| Get_secret | get | /secrets/@{encodeURIComponent('Rubrik-AS-Int-ClientSecret')}/value |
— |
RubrikCustomConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Authentication | post | /api/client_token |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Determine_the_status_of_the_Rubrik_Radar_analysis_process | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| sonar_sensitive_hits(Object_Details) | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| Get_Suspicious_files_for_a_latest_snpshot_of_given_object | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| Get_cdm_snapshotid_for_latest_snapshotfid | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| Gather_the_final_Radar_Analysis_results | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| GenericPolling | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| rubrik-cdm-cluster-connection-state | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| rubrik-cdm-cluster-location | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| rubrik-sonar-sensitive-hits(Object_List) | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
workflow (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| RubrikGenerateDownloadableLink | — | — | workflowId=[concat('/subscriptions/',subscription().subscriptionId,'/resourceGroups/',resourceGroup().name,'/providers/Microsoft.Logic/workflows/',parameters('DownloadableLinkGeneratePlaybookName'))]triggerName= manual |
| RubrikUpdateAnomalyStatus | — | — | workflowId=[concat('/subscriptions/',subscription().subscriptionId,'/resourceGroups/',resourceGroup().name,'/providers/Microsoft.Logic/workflows/',parameters('UpdateAnomalyStatusPlaybookName'))]triggerName= manual |
📄 Source: RubrikAnomalyAnalysis/readme.md
This playbook queries Rubrik Security Cloud to enrich the Anomaly event with additional information regarding the Ransomware analysis, results from sensitive data scans, (to aid in incident prioritization), and additional information about the Rubrik cluster. Also it retrieves suspiciousFiles information associated with anomalous snapshot and internally calls RubrikAnomalyGenerateDownloadableLink playbook to get downloadable links and enrich the anomaly incident and RubrikUpdateAnomalyStatus playbook to resolve or report false positive unresolved anomaly.
Once deployment is complete, authorize each connection like keyvault.
Assign role to this playbook.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊