LikelihoodRanges

Type: Array of Objects

Description: A list of ranges that define the final qualitative result after scoring Likelihood or Attack Potential or CVSS.

Possible values:

Keys

Type

Description

Examples

Id

Integer

A unique identifier for the likelihood range

Integer values such as 1, 2, 3, 4

Name

String

The name of the likelihood range

High,

Medium,

Low,

Very low

Description

String or Null

A description of the range

String or null

NumericLowerLimit

Integer

The lower score limit for the range

Integer values such as,

Name: NumericLowerLimit - NumericUpperLimit

High: 0 - 13

Medium: 14 - 19

Low: 20- 24

Very low: 25- 1000

NumericUpperLimit

Integer

The upper score limit for the range

ColorCode

String

A color code associated with the range

High: #FF00A8B0

Medium: #FF40BEC4

Low: #FF7FD3D7

Very Low: #FFBFE9EB

Effect:

  • Maps the calculated score to a final likelihood result.
  • Drives the color and label shown in CycurRISK.

Constraints:

  • Ranges must not overlap.
  • All relevant score values must fall into one of the defined ranges.
  • Color codes must be valid hex values.
  • Range values must be consistent with the selected methodology.