Security Advisor Plugin for User Risk Exchange

Security Advisor Plugin for User Risk Exchange

This document explains how to configure the Security Advisor integration with the User Risk Exchange module of the Netskope Cloud Exchange platform. This integration allows fetching behavior scores of users from your Security Advisor instance.

Prerequisites

To complete this configuration, you need:

  • A Netskope tenant (or multiple, for example, production and development/test instances) that is already configured in Cloud Exchange.
  • A Netskope Cloud Exchange tenant with the User Risk Exchange module already configured.
  • A Security Advisor instance.

Workflow

  1. Get your Security Advisor Base URL and API token.
  2. Configure the Security Advisor plugin.
  3. Configure Actions for the Security Advisor plugin.
  4. Validate the Security Advisor plugin.

Click play to watch a video.

 

Get your Security Advisor Base URL and API Token

  1. Go to https://www.securityadvisor.io
    image1.png
  2. Click on the Sign In button.
    image2.png
  3. Enter login credentials and signin.
    image3.png
  4. Click on Personal Access Token by hovering over Profile Username.
    image4.png
  5. Click the Generate Access Token button to get a new Access Token.
    image5.png

Configure the Security Advisor Plugin for User Risk Exchange

  1. Go to Settings > Plugins.
  2. Search for and select the Security Advisor box to open the plugin creation dialog.
  3. Enter a Configuration Name.
  4. Adjust the Sync Interval to appropriate value: Suggested is 5+ minutes.
    image6.png
  5. Click Next.
    image7.png
  6. Enter your Security Advisor Base URL, if you have other than the default one.
  7. Enter your Security Advisor API Token.
    image8.png
  8. Click Next.
    image9.png
  9. Select an appropriate range for Aggregate Score. Refer to Score Calculation for details on how Risk Exchange maps the original score to a range of 0-1000.]
  10. Click Save.
    image10.png

Configure Actions for the Security Advisor Plugin

  1. Go to User Risk Exchange and click Actions.
    image17.png
  2. Click Add Action Configuration.
    image18.png
  3. Click the Business rule dropdown list and choose the appropriate Business rule.
  4. Select the Configuration dropdown list and choose Security Advisor.
  5. Select Actions from the dropdown list and choose (Add to Group, Remove to Group or No Action).
    • Add to Group: When triggered, users are added to that group.
    • Remove to Group: When triggered, users are removed from that group.
    • No Action: This does not perform any actions on users.
  6. Click on the Generate Alert switch to enable it. This would ensure that new alerts are added in the Ticket Orchestrator module whenever this action is taken.
    image13.png
  7. Click Save.
    image14.png

Score Calculation

In order to normalize the score fetched from the Security Advisor into a 1-1000 range, perform the following steps:

  1. 1-900 score is first converted to the range of 0 to 1 using this formula:
    score = (behavior_score - minvalue) / (maxvalue - minvalue)
  2. Convert result of above formula in the range of 1 to 1000 using the below formula:
    score = (score * 999) + 1

The result will be the user’s score in the 1-1000 range for the user.

Validate the Security Advisor Plugin for User Risk Exchange

In order to validate the workflow, you must have Security Advisor scores. Syncing Intervals are defined during plugin configuration.

  1. Go to User Risk Exchange and click Users.
    image15.png
  2. If data is not being brokered between the platforms and you want to verify the Security Advisor plugin is fetching scores, then you can look at the audit logs. Go to Logging.
    image16.png
Share this Doc

Security Advisor Plugin for User Risk Exchange

Or copy link

In this topic ...