implement actions on collected analytics

I enabled the ‘Privileged Account Analytics’ function in SPS. I created the policy under ‘Policies --> Analytics Policies’. I assigned this policy on the two connections RDP and SSH. Since then, SPS collects information and displays a value alongside each session. The client asks us how we can take action based on the score or on certain observed behaviour. Can this be done? How can it be done? How can the score displayed on each session be used?

Parents Reply Children
  • Hi Dario,

    Configure analytics

    Select the analytics (also called algorithms) that you wish to use to analyze session data and enable them in SPS.

    Session data is scored by any combination of algorithms that you enable. The scores given by algorithms are aggregated to create a single score.

    During the aggregation process, the lowest and highest scores are removed. This is required in order to lower the number of false positives and false negatives. A typical attack is indicated by signs of unusual user behavior, unusual from multiple points of view. However, some things are usually perfectly normal about even the strangest sessions. This is why removing scores at the two extremes helps minimize the number of false positives and false negatives.

    The following describes how to configure algorithms in SPS.

    For each algorithm, select one of the following values:

    • Disable: Select this value if you do not want to use a particular algorithm

    • Use: Select this value if you want to use a particular algorithm.

    • Trust: Select this value if you want to use a particular algorithm, and wish to include in the final aggregated score all the scores given by this algorithm.

      • Remember that during score aggregation, the lowest and highest scores are removed. You can choose to override this principle by selecting Trust for those algorithms that you wish to have a bigger weight in the final, aggregated, single score.

    Referenced from the SPA configuration guide section here:
    https://support.oneidentity.com/technical-documents/one-identity-safeguard-for-privileged-sessions/7.5/safeguard-for-privileged-analytics-configuration-guide/2#TOPIC-2158334

    In summary, Trust will include more data (all the scores) and Use will remove the lowest and highest scores for that particular algorithm.

    Thanks!