Skip to content

Class: TlpMarkingObject

The definition payload for a TLP (Traffic Light Protocol) marking definition. Contains a single tlp field carrying the TLP level value. Only instances corresponding to the four canonical ATT&CK TLP marking definitions are valid; new TLP marking objects must not be created.

URI: attack:TlpMarkingObject

 classDiagram
    class TlpMarkingObject
    click TlpMarkingObject href "../TlpMarkingObject/"
      TlpMarkingObject : tlp





        TlpMarkingObject --> "1" TlpLevelEnum : tlp
        click TlpLevelEnum href "../TlpLevelEnum/"



Slots

Name Cardinality and Range Description Inheritance
tlp 1
TlpLevelEnum
The Traffic Light Protocol level assigned by this TLP marking definition direct

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self attack:TlpMarkingObject
native attack:TlpMarkingObject

LinkML Source

Direct

name: TlpMarkingObject
description: The definition payload for a TLP (Traffic Light Protocol) marking definition.
  Contains a single tlp field carrying the TLP level value. Only instances corresponding
  to the four canonical ATT&CK TLP marking definitions are valid; new TLP marking
  objects must not be created.
in_subset:
- attack_smos
from_schema: https://w3id.org/lmodel/attack
slots:
- tlp
slot_usage:
  tlp:
    name: tlp
    required: true

Induced

name: TlpMarkingObject
description: The definition payload for a TLP (Traffic Light Protocol) marking definition.
  Contains a single tlp field carrying the TLP level value. Only instances corresponding
  to the four canonical ATT&CK TLP marking definitions are valid; new TLP marking
  objects must not be created.
in_subset:
- attack_smos
from_schema: https://w3id.org/lmodel/attack
slot_usage:
  tlp:
    name: tlp
    required: true
attributes:
  tlp:
    name: tlp
    description: 'The Traffic Light Protocol level assigned by this TLP marking definition.
      Must be one of the four standard TLP values: ''white'', ''green'', ''amber'',
      ''red''. Each TLP level carries distinct sharing semantics governing how marked
      content may be further distributed by recipients.'
    in_subset:
    - attack_smos
    from_schema: https://w3id.org/lmodel/attack
    rank: 1000
    alias: tlp
    owner: TlpMarkingObject
    domain_of:
    - TlpMarkingObject
    range: TlpLevelEnum
    required: true