Skip to content

Enum: AttackImpactTypeEnum

Closed enumeration of impact type categories applicable to techniques in the Enterprise ATT&CK Impact tactic. Indicates whether the technique can be used to affect system availability, data integrity, or both.

URI: attack:AttackImpactTypeEnum

Permissible Values

Value Meaning Description
Availability None The technique can be used to impact system or service availability (e
Integrity None The technique can be used to impact data or system integrity (e

Slots

Name Description
x_mitre_impact_type Indicates whether this technique can be used for availability attacks, integr...

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/attack

LinkML Source

name: AttackImpactTypeEnum
description: Closed enumeration of impact type categories applicable to techniques
  in the Enterprise ATT&CK Impact tactic. Indicates whether the technique can be used
  to affect system availability, data integrity, or both.
in_subset:
- enterprise_only
from_schema: https://w3id.org/lmodel/attack
rank: 1000
permissible_values:
  Availability:
    text: Availability
    description: The technique can be used to impact system or service availability
      (e.g., denial-of-service, ransomware data encryption, destructive malware).
  Integrity:
    text: Integrity
    description: The technique can be used to impact data or system integrity (e.g.,
      unauthorized data modification, firmware compromise, log tampering).