Skip to content

Class: RelatedAsset

A sector-specific alias or variant name for a primary ATT&CK Asset object. Related assets capture how the same physical or logical device may be known by different names in different industrial contexts. For example, the primary asset 'Programmable Logic Controller (PLC)' may be called 'Field Controller' in the water treatment sector. Each related asset entry optionally scopes the alias to one or more industry sectors.

URI: attack:RelatedAsset

 classDiagram
    class RelatedAsset
    click RelatedAsset href "../RelatedAsset/"
      RelatedAsset : description

      RelatedAsset : name

      RelatedAsset : related_asset_sectors





        RelatedAsset --> "*" AttackAssetSectorEnum : related_asset_sectors
        click AttackAssetSectorEnum href "../AttackAssetSectorEnum/"



Slots

Name Cardinality and Range Description Inheritance
name 1
String
Sector-specific name or alias used to identify this asset variant in a partic... direct
related_asset_sectors *
AttackAssetSectorEnum
The industry sectors in which this related (aliased) asset variant is observe... direct
description 0..1
String
Explanation of how this related asset variant relates to or differs from the ... direct

Usages

used by used in type used
Asset x_mitre_related_assets range RelatedAsset

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: RelatedAsset
description: A sector-specific alias or variant name for a primary ATT&CK Asset object.
  Related assets capture how the same physical or logical device may be known by different
  names in different industrial contexts. For example, the primary asset 'Programmable
  Logic Controller (PLC)' may be called 'Field Controller' in the water treatment
  sector. Each related asset entry optionally scopes the alias to one or more industry
  sectors.
in_subset:
- attack_aux
from_schema: https://w3id.org/lmodel/attack
slots:
- name
- related_asset_sectors
- description
slot_usage:
  name:
    name: name
    description: Sector-specific name or alias used to identify this asset variant
      in a particular industrial context.
    required: true
  description:
    name: description
    description: Explanation of how this related asset variant relates to or differs
      from the primary asset definition.
    required: false

Induced

name: RelatedAsset
description: A sector-specific alias or variant name for a primary ATT&CK Asset object.
  Related assets capture how the same physical or logical device may be known by different
  names in different industrial contexts. For example, the primary asset 'Programmable
  Logic Controller (PLC)' may be called 'Field Controller' in the water treatment
  sector. Each related asset entry optionally scopes the alias to one or more industry
  sectors.
in_subset:
- attack_aux
from_schema: https://w3id.org/lmodel/attack
slot_usage:
  name:
    name: name
    description: Sector-specific name or alias used to identify this asset variant
      in a particular industrial context.
    required: true
  description:
    name: description
    description: Explanation of how this related asset variant relates to or differs
      from the primary asset definition.
    required: false
attributes:
  name:
    name: name
    description: Sector-specific name or alias used to identify this asset variant
      in a particular industrial context.
    from_schema: https://w3id.org/lmodel/attack
    exact_mappings:
    - unified_cyber_ontology:name
    rank: 1000
    alias: name
    owner: RelatedAsset
    domain_of:
    - RelatedAsset
    - StixEntity
    - ExtensionDefinition
    - MarkingDefinition
    - AutonomousSystem
    - File
    range: string
    required: true
  related_asset_sectors:
    name: related_asset_sectors
    description: The industry sectors in which this related (aliased) asset variant
      is observed under the given name. Provides sector-specific scoping for the alias
      entry, indicating which industries use this naming convention for the asset.
    comments:
    - 'jsonschema_minItems: "1"'
    in_subset:
    - attack_aux
    from_schema: https://w3id.org/lmodel/attack
    rank: 1000
    alias: related_asset_sectors
    owner: RelatedAsset
    domain_of:
    - RelatedAsset
    range: AttackAssetSectorEnum
    multivalued: true
  description:
    name: description
    description: Explanation of how this related asset variant relates to or differs
      from the primary asset definition.
    from_schema: https://w3id.org/lmodel/attack
    close_mappings:
    - unified_cyber_ontology:description
    rank: 1000
    alias: description
    owner: RelatedAsset
    domain_of:
    - RelatedAsset
    - MutableElement
    - StixEntity
    - ExtensionDefinition
    - ExternalReference
    range: string
    required: false