Skip to content

Class: StatementMarkingObject

The definition payload for a statement marking definition. Contains a single statement field with a copyright notice or terms-of-use text. ATT&CK uses this for its standard copyright statement applied to all distributed content.

URI: attack:StatementMarkingObject

 classDiagram
    class StatementMarkingObject
    click StatementMarkingObject href "../StatementMarkingObject/"
      StatementMarkingObject : statement

Slots

Name Cardinality and Range Description Inheritance
statement 1
String
The full copyright or terms-of-use statement text direct

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: StatementMarkingObject
description: The definition payload for a statement marking definition. Contains a
  single statement field with a copyright notice or terms-of-use text. ATT&CK uses
  this for its standard copyright statement applied to all distributed content.
in_subset:
- attack_smos
from_schema: https://w3id.org/lmodel/attack
slots:
- statement
slot_usage:
  statement:
    name: statement
    description: 'The full copyright or terms-of-use statement text. Example: "Copyright
      2023, The MITRE Corporation. ATT&CK content is licensed under the Creative Commons
      Attribution 4.0 International (CC BY 4.0) license."'
    required: true

Induced

name: StatementMarkingObject
description: The definition payload for a statement marking definition. Contains a
  single statement field with a copyright notice or terms-of-use text. ATT&CK uses
  this for its standard copyright statement applied to all distributed content.
in_subset:
- attack_smos
from_schema: https://w3id.org/lmodel/attack
slot_usage:
  statement:
    name: statement
    description: 'The full copyright or terms-of-use statement text. Example: "Copyright
      2023, The MITRE Corporation. ATT&CK content is licensed under the Creative Commons
      Attribution 4.0 International (CC BY 4.0) license."'
    required: true
attributes:
  statement:
    name: statement
    description: 'The full copyright or terms-of-use statement text. Example: "Copyright
      2023, The MITRE Corporation. ATT&CK content is licensed under the Creative Commons
      Attribution 4.0 International (CC BY 4.0) license."'
    from_schema: https://w3id.org/lmodel/attack
    rank: 1000
    alias: statement
    owner: StatementMarkingObject
    domain_of:
    - StatementMarkingObject
    - MarkingDefinition
    range: string
    required: true