Threat Analytics
Copy link

The Threat Analytics dashboard displays and categorizes threats by type and severity from across the clear, deep, and dark web.

The dashboard shows an overview of the following:

  • Alerts, by source type, severity, or type.
  • System risk meter that shows the risk level to your organization.
  • Newsfeed with a daily update about cyber news.

You can click the pin icon in the main menu to pin or hide the menu.

To view the alerts, click an alert heading. The alerts are displayed in the Alerts page, filtered according to your selection.

Calculating the risk meter
Copy link

The risk meter produces an intelligent aggregation of the open and in progress alerts by scoring the previous 30 day’s alerts by their amount and severity. The risk formula calculates the risk, from 0 risk to 100% risk.

The following table shows alert severities:

SeverityWeight
High6
Medium3
Low1

The formula used to determine the risk is as follows: Score =
Alert1 +
Alert2 *(100-Alert1)/100 +
Alert3 * (100 - (Alert1+(Alert2*(100-Alert1)/100)))/100

Example
Copy link

An account has 3 alerts from the last 30 days: 1 high (Alert1 ), 1 medium (Alert2), and 1 low (Alert3).

The risk score is calculated as follows:

6 +

3 * (100-6)/100 +

1 * (100 - (6+(3*(100-6)/100)))/100

=

6 + 2.82 + 0.91 = 9.73 out of 100