Skip to main content

Rubrik Retrieve Anomaly Result - Rubrik Security Cloud

This Playbook is part of the Rubrik Security Cloud Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

This playbook retrieves the list of anomaly files for the provided snapshot ID (or activity series ID) and generates the downloadable links for the file path(s).

Dependencies#

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

Sub-playbooks#

  • Rubrik Poll Async Result - Rubrik Polaris

Integrations#

  • RubrikPolaris

Scripts#

  • DeleteContext
  • Set

Commands#

  • rubrik-gps-snapshot-files-download
  • rubrik-radar-suspicious-file-list
  • rubrik-event-list

Playbook Inputs#


NameDescriptionDefault ValueRequired
file_pathsThe absolute path of the file(s) for which a downloadable link needs to be generated.Optional
snapshot_idThe snapshot ID for which to retrieve the anomaly results. Default can be received from incident (activity series ID) if present.

Note: Users can get the list of the snapshot IDs by executing the "rubrik-polaris-object-snapshot-list" command. For the Activity Series ID, the users can execute the "rubrik-event-list" command with the "activity_type" argument set to "ANOMALY".
incident.rubrikpolarisactivityseriesidOptional

Playbook Outputs#


PathDescriptionType
RubrikPolaris.SuspiciousFile.idThe anomaly result ID.string
RubrikPolaris.SuspiciousFile.snapshotFidThe snapshot ID.string
RubrikPolaris.SuspiciousFile.cluster.idThe cluster ID.string
RubrikPolaris.SuspiciousFile.cluster.defaultAddressThe default address of the cluster.string
RubrikPolaris.SuspiciousFile.cluster.systemStatusAffectedNodes.ipAddressThe IP address of the affected node.string
RubrikPolaris.SuspiciousFile.cluster.nameThe cluster name.string
RubrikPolaris.SuspiciousFile.cluster.versionThe cluster version.string
RubrikPolaris.SuspiciousFile.cluster.statusThe cluster status.string
RubrikPolaris.SuspiciousFile.cluster.__typenameThe type name of the cluster response.string
RubrikPolaris.SuspiciousFile.cdmIdThe snapshot CDM ID.string
RubrikPolaris.SuspiciousFile.managedIdThe managed object ID.string
RubrikPolaris.SuspiciousFile.anomalyProbabilityThe probability of the anomaly.number
RubrikPolaris.SuspiciousFile.workloadIdThe workload ID.string
RubrikPolaris.SuspiciousFile.locationThe location of the anomaly.string
RubrikPolaris.SuspiciousFile.isAnomalyIndicates if the file is an anomaly.boolean
RubrikPolaris.SuspiciousFile.objectTypeThe object type.string
RubrikPolaris.SuspiciousFile.snappableNew.objectTypeThe object type of the snapshot.string
RubrikPolaris.SuspiciousFile.severityThe severity of the anomaly.string
RubrikPolaris.SuspiciousFile.detectionTimeThe detection time of the anomaly.date
RubrikPolaris.SuspiciousFile.snapshotDateThe snapshot date of the anomaly.date
RubrikPolaris.SuspiciousFile.encryptionThe encryption standard of the anomaly.string
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.strainIdThe ID of the Ransomware Strain.string
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.totalAffectedFilesThe total number of affected files.number
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.totalRansomwareNotesThe total number of ransomware notes.number
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.sampleAffectedFilesInfo.filePathThe path of the affected file.string
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.sampleAffectedFilesInfo.lastModifiedThe last modified time of the affected file.date
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.sampleAffectedFilesInfo.fileSizeBytesThe size of the affected file in bytes.number
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.sampleAffectedFilesInfo.__typenameThe type name of the affected file response.string
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.sampleRansomwareNoteFilesInfo.filePathThe path of the ransomware note file.string
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.sampleRansomwareNoteFilesInfo.lastModifiedThe last modified time of the ransomware note file.date
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.sampleRansomwareNoteFilesInfo.fileSizeBytesThe size of the ransomware note file in bytes.number
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.sampleRansomwareNoteFilesInfo.__typenameThe type name of the ransomware note file response.string
RubrikPolaris.SuspiciousFile.anomalyInfo.strainAnalysisInfo.__typenameThe type name of the strain analysis response.string
RubrikPolaris.SuspiciousFile.anomalyInfo.__typenameThe type name of the anomaly response.string
RubrikPolaris.SuspiciousFile.__typenameThe type name of the suspicious file response.string

Playbook Image#


Rubrik Retrieve Anomaly Result - Rubrik Security Cloud