Skip to content

Enum: AttackTacticTypeEnum

Closed enumeration of tactic types for Mobile ATT&CK techniques (x_mitre_tactic_type). Indicates the adversary's device access model for executing the technique. Only used in the Mobile ATT&CK domain.

URI: attack:AttackTacticTypeEnum

Permissible Values

Value Meaning Description
Post-Adversary Device Access None The technique is executed after the adversary has gained access to the device
Pre-Adversary Device Access None The technique is performed before the adversary gains access to the device
Without Adversary Device Access None The technique does not require the adversary to have direct device access

Slots

Name Description
x_mitre_tactic_type Indicates the adversary's device access model for Mobile ATT&CK techniques

In Subsets

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: AttackTacticTypeEnum
description: Closed enumeration of tactic types for Mobile ATT&CK techniques (x_mitre_tactic_type).
  Indicates the adversary's device access model for executing the technique. Only
  used in the Mobile ATT&CK domain.
in_subset:
- mobile_only
from_schema: https://w3id.org/lmodel/attack
rank: 1000
permissible_values:
  Post-Adversary Device Access:
    text: Post-Adversary Device Access
    description: The technique is executed after the adversary has gained access to
      the device.
  Pre-Adversary Device Access:
    text: Pre-Adversary Device Access
    description: The technique is performed before the adversary gains access to the
      device.
  Without Adversary Device Access:
    text: Without Adversary Device Access
    description: The technique does not require the adversary to have direct device
      access.