Skip to content

Enum: ImpactIdEnum

The normalized impact of the incident or finding. Per NIST, this is the

magnitude of harm that can be expected to result from the consequences of

unauthorized disclosure, modification, destruction, or loss of information or

information system availability.

URI: ocsf:ImpactIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The normalized impact is unknown
LOW None The magnitude of harm is low
MEDIUM None The magnitude of harm is moderate
HIGH None The magnitude of harm is high
CRITICAL None The magnitude of harm is high and the scope is widespread
OTHER None The impact is not mapped

Slots

Name Description
impact_id The normalized impact of the incident or finding

Identifier and Mapping Information

Schema Source

LinkML Source

name: ImpactIdEnum
description: 'The normalized impact of the incident or finding. Per NIST, this is
  the

  magnitude of harm that can be expected to result from the consequences of

  unauthorized disclosure, modification, destruction, or loss of information or

  information system availability.'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The normalized impact is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  LOW:
    text: LOW
    description: The magnitude of harm is low.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Low
  MEDIUM:
    text: MEDIUM
    description: The magnitude of harm is moderate.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Medium
  HIGH:
    text: HIGH
    description: The magnitude of harm is high.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: High
  CRITICAL:
    text: CRITICAL
    description: The magnitude of harm is high and the scope is widespread.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Critical
  OTHER:
    text: OTHER
    description: 'The impact is not mapped. See the <code>impact</code> attribute,
      which contains

      a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other