Skip to content

Enum: AttackStepPhaseEnum

The different phases of an individual attack step within the execution flow.

URI: capec:AttackStepPhaseEnum

Permissible Values

Value Meaning Description
Explore None The exploration or reconnaissance phase of the attack
Experiment None The experimentation or testing phase of the attack
Exploit None The exploitation phase of the attack where intent is realized

Slots

Name Description
phase The phase of the attack this step belongs to (Explore, Experiment, or Exploit...
phase The phase of the attack this step belongs to (Explore, Experiment, or Exploit...

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: AttackStepPhaseEnum
description: The different phases of an individual attack step within the execution
  flow.
from_schema: https://w3id.org/lmodel/capec
rank: 1000
permissible_values:
  Explore:
    text: Explore
    description: The exploration or reconnaissance phase of the attack.
  Experiment:
    text: Experiment
    description: The experimentation or testing phase of the attack.
  Exploit:
    text: Exploit
    description: The exploitation phase of the attack where intent is realized.