Skip to main content

Rubrik Retrieve User Access Information - 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 retrieves User Intelligence information for the provided username or email, which includes the user's risk level and the types of analyzer 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
  • SetAndHandleEmpty

Commands#

  • rubrik-sonar-user-access-list

Playbook Inputs#


NameDescriptionDefault ValueRequired
user_nameThe name of the user to search for.Optional
user_emailThe email or the UPN of the user to search for.Optional
search_time_periodSpecify the search time period to look for user access.7 daysOptional
risk_levelsThe comma-separated list of risk levels.

Supported values are: UNKNOWN_RISK, HIGH_RISK, MEDIUM_RISK, LOW_RISK, NO_RISK.

Note: For any other values, whether the obtained result is filtered or not, is not confirmed.
HIGH_RISKOptional

Playbook Outputs#


PathDescriptionType
RubrikPolaris.UserAccess.principalIdThe ID of the user.string
RubrikPolaris.UserAccess.fullNameThe full name of the user.string
RubrikPolaris.UserAccess.upnThe user principal name.string
RubrikPolaris.UserAccess.riskLevelThe risk level of the user.string
RubrikPolaris.UserAccess.sensitiveFiles.highRiskFileCount.totalCountThe total number of high-risk files.number
RubrikPolaris.UserAccess.sensitiveFiles.highRiskFileCount.violatedCountThe number of high-risk files that violate policies.number
RubrikPolaris.UserAccess.sensitiveFiles.highRiskFileCount.__typenameThe high-risk file count field type.string
RubrikPolaris.UserAccess.sensitiveFiles.mediumRiskFileCount.totalCountTotal number of medium-risk files.number
RubrikPolaris.UserAccess.sensitiveFiles.mediumRiskFileCount.violatedCountThe number of medium-risk files that violate policies.number
RubrikPolaris.UserAccess.sensitiveFiles.mediumRiskFileCount.__typenameThe type of the medium risk file count field.string
RubrikPolaris.UserAccess.sensitiveFiles.lowRiskFileCount.totalCountThe total number of low-risk files.number
RubrikPolaris.UserAccess.sensitiveFiles.lowRiskFileCount.violatedCountThe number of low-risk files that violate policies.number
RubrikPolaris.UserAccess.sensitiveFiles.lowRiskFileCount.__typenameThe type of the low-risk file count field.string
RubrikPolaris.UserAccess.sensitiveFiles.__typenameThe type of the sensitive files field.string
RubrikPolaris.UserAccess.totalSensitiveHits.totalHitsThe total number of sensitive hits.number
RubrikPolaris.UserAccess.totalSensitiveHits.violatedHitsThe number of sensitive hits that violate policies.number
RubrikPolaris.UserAccess.totalSensitiveHits.__typenameThe type of the total sensitive hits field.string
RubrikPolaris.UserAccess.sensitiveObjectCount.totalCountThe total number of sensitive objects.number
RubrikPolaris.UserAccess.sensitiveObjectCount.violatedCountThe Number of sensitive objects that violate policies.number
RubrikPolaris.UserAccess.sensitiveObjectCount.__typenameThe type of the sensitive object count field.string
RubrikPolaris.UserAccess.numDescendantsThe number of descendant users associated with this user.number
RubrikPolaris.UserAccess.domainNameThe domain name associated with this user.string
RubrikPolaris.UserAccess.__typenameThe type of the User Access field.string
RubrikPolaris.PageToken.UserAccess.nameName of the command.string
RubrikPolaris.PageToken.UserAccess.startCursorThe start cursor for the current page.string
RubrikPolaris.PageToken.UserAccess.endCursorThe end cursor for the current page.string
RubrikPolaris.PageToken.UserAccess.hasNextPageWhether the result has the next page or not.boolean
RubrikPolaris.PageToken.UserAccess.hasPreviousPageWhether the result has the previous page or not.boolean
RubrikPolaris.PageToken.UserAccess.next_upn_page_numberThe next UPN page number.string
RubrikPolaris.PageToken.UserAccess.has_next_upn_pageWhether the result has the next UPN page or not.boolean
user_risk_levelsList of user risk levels retrieved by the command.unknown

Playbook Image#


Rubrik Retrieve User Access Information - Rubrik Polaris