About the Risk Dossier

The Risk Dossier for a user provides the next level of detail into the user risk score. The Risk Dossier displays visualizations that provide more insight into the factors that contribute to the risk score and explains why a user is considered risky. The Risk Dossier also helps you investigate reasons for a spike in the risk score in the past by answering questions such as:

You can navigate to the user Risk Dossier from any of the following pages in the UI.

Note:

The Risk Dossier view is visible only to the users assigned the Server Administrator role.

Risk Dossier visualizations

The Risk Dossier tab provides the following visualizations for a user's risk score:

You can choose to disable the user risk dossier computation which provides the data for the Risk Dossier graphs. Run the following command on the Management Server to set a global configuration property:

configdb -O -J disable_dossier -j true

The Risk Dossier database is deleted by default after 3 months. The purging period can be changed by running the following command on the Management Server.

configdb  - O  - J purge_dossier_months  - j <number in months>

For example, to set the purging period to 3 months, run the command:

configdb  - O  - J purge_dossier_months  - j 6 

Note:

If you configure a higher purge period, you will need to provision more storage on the Management Server for storing the dossier data.

See Assessing risky users - an example scenario.