Skip to main content

Rubrik File Context Analysis - Rubrik Polaris

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

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

This playbook fetches file context information for the provided file, folder, or file share name and the object ID to get the policy hits.

Dependencies#

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

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • RubrikPolaris

Scripts#

  • DeleteContext

Commands#

  • rubrik-polaris-object-snapshot-list
  • rubrik-sonar-file-context-list

Playbook Inputs#


NameDescriptionDefault ValueRequired
object_idThe Object ID or the Snappable ID. Default can be received from incident if present.

Note: Users can get the list of the object IDs by executing the "rubrik-polaris-object-list" command.
incident.rubrikpolarisfidOptional
file_nameSpecify the name of the file, folder, or file share object.Optional
file_pathSpecify the standard folder/directory path to filter with.Optional
user_idSpecify the user ID to filter with.

Note: Users can get the list of the user IDs by executing the "rubrik-sonar-user-access-list" command.
Optional
limitNumber of results to retrieve in the response. The maximum allowed size is 1000.50Optional

Playbook Outputs#


PathDescriptionType
RubrikPolaris.FileContext.nativePathThe native path of the file.string
RubrikPolaris.FileContext.stdPathThe standardized path of the file.string
RubrikPolaris.FileContext.filenameThe filename.string
RubrikPolaris.FileContext.modeThe file mode.string
RubrikPolaris.FileContext.sizeThe file size in bytes.number
RubrikPolaris.FileContext.lastAccessTimeThe last access time of the file in milliseconds since the epoch.number
RubrikPolaris.FileContext.lastModifiedTimeThe last modified time of the file in milliseconds since the epoch.number
RubrikPolaris.FileContext.directoryThe value of Directory.string
RubrikPolaris.FileContext.numDescendantFilesThe number of descendant files of the file.number
RubrikPolaris.FileContext.numDescendantErrorFilesThe number of descendant files of the file that could not be processed.number
RubrikPolaris.FileContext.numDescendantSkippedExtFilesThe number of descendant files of the file that were skipped because of their file extension.number
RubrikPolaris.FileContext.numDescendantSkippedSizeFilesThe number of descendant files of the file that were skipped because of their file size.number
RubrikPolaris.FileContext.errorCodeThe error code, if any, for the file.string
RubrikPolaris.FileContext.hits.totalHitsThe total number of hits for the file.number
RubrikPolaris.FileContext.hits.violationsThe number of violations for the file.number
RubrikPolaris.FileContext.hits.violationsDeltaThe change in the number of violations for the file since the last scan.number
RubrikPolaris.FileContext.hits.totalHitsDeltaThe change in the total number of hits for the file since the last scan.number
RubrikPolaris.FileContext.hits.__typenameThe type of the hits field.string
RubrikPolaris.FileContext.filesWithHits.totalHitsThe total number of files with hits.number
RubrikPolaris.FileContext.filesWithHits.violationsThe number of files with violations.number
RubrikPolaris.FileContext.filesWithHits.__typenameThe type of the files with hits field.string
RubrikPolaris.FileContext.openAccessFilesWithHits.totalHitsThe total number of open access files with hits.number
RubrikPolaris.FileContext.openAccessFilesWithHits.violationsThe number of open access files with violations.number
RubrikPolaris.FileContext.openAccessFilesWithHits.__typenameThe type of the open access files with hits field.string
RubrikPolaris.FileContext.staleFilesWithHits.totalHitsThe total number of stale files with hits.number
RubrikPolaris.FileContext.staleFilesWithHits.violationsThe number of stale files with violations.number
RubrikPolaris.FileContext.staleFilesWithHits.__typenameThe type of the stale files with hits field.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerGroup.groupTypeThe type of the analyzer group.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerGroup.idThe ID of the analyzer group.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerGroup.nameThe name of the analyzer group.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerGroup.__typenameThe type of the analyzer group field.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerResults.hits.totalHitsThe total number of hits for the analyzer results.number
RubrikPolaris.FileContext.analyzerGroupResults.analyzerResults.hits.violationsThe number of violations for the analyzer results.number
RubrikPolaris.FileContext.analyzerGroupResults.analyzerResults.hits.__typenameThe type of the hits field.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerResults.analyzer.idThe ID of the analyzer.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerResults.analyzer.nameThe name of the analyzer.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerResults.analyzer.analyzerTypeThe type of the analyzer.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerResults.analyzer.__typenameThe type of the analyzer field.string
RubrikPolaris.FileContext.analyzerGroupResults.analyzerResults.__typenameThe type of the analyzer results field.string
RubrikPolaris.FileContext.analyzerGroupResults.hits.totalHitsThe total number of hits for the analyzer group results.number
RubrikPolaris.FileContext.analyzerGroupResults.hits.violationsThe number of violations for the analyzer group results.number
RubrikPolaris.FileContext.analyzerGroupResults.hits.violationsDeltaThe change in the number of violations for the analyzer group results since the last scan.number
RubrikPolaris.FileContext.analyzerGroupResults.hits.totalHitsDeltaThe change in the total number of hits for the analyzer group results since the last scan.number
RubrikPolaris.FileContext.analyzerGroupResults.hits.__typenameThe type of the hits field.string
RubrikPolaris.FileContext.analyzerGroupResults.__typenameThe type of the analyzer group results field.string
RubrikPolaris.FileContext.sensitiveFiles.highRiskFileCount.totalCountThe total number of high-risk files for the policy object.number
RubrikPolaris.FileContext.sensitiveFiles.highRiskFileCount.violatedCountThe number of high-risk files for the policy object that violates policies.number
RubrikPolaris.FileContext.sensitiveFiles.highRiskFileCount.__typenameThe type of the high-risk file count field.string
RubrikPolaris.FileContext.sensitiveFiles.mediumRiskFileCount.totalCountTotal number of medium-risk files for the policy object.number
RubrikPolaris.FileContext.sensitiveFiles.mediumRiskFileCount.violatedCountThe number of medium-risk files for the policy object that violates policies.number
RubrikPolaris.FileContext.sensitiveFiles.mediumRiskFileCount.__typenameThe type of the medium risk file count field.string
RubrikPolaris.FileContext.sensitiveFiles.lowRiskFileCount.totalCountTotal number of low-risk files for the policy object.number
RubrikPolaris.FileContext.sensitiveFiles.lowRiskFileCount.violatedCountThe number of low-risk files for the policy object that violates policies.number
RubrikPolaris.FileContext.sensitiveFiles.lowRiskFileCount.__typenameThe type of the low-risk file count field.string
RubrikPolaris.FileContext.sensitiveFiles.__typenameThe type of the sensitive files field.string
RubrikPolaris.FileContext.openAccessTypeThe open access type for the file.string
RubrikPolaris.FileContext.stalenessTypeThe staleness type for the file.string
RubrikPolaris.FileContext.numActivitiesThe number of activities for the file.number
RubrikPolaris.FileContext.numActivitiesDeltaThe change in the number of activities for the file since the last time it was checked.number
RubrikPolaris.FileContext.__typenameThe type of the file context field.string
RubrikPolaris.PageToken.FileContext.nameName of the command.string
RubrikPolaris.PageToken.FileContext.endCursorThe end cursor for the current page.string
RubrikPolaris.PageToken.FileContext.hasNextPageWhether the result has the next page or not.boolean

Playbook Image#


Rubrik File Context Analysis - Rubrik Polaris