Skip to content

Class: Ipv6Addr

_The IPv6 Address Object represents one or more IPv6 addresses expressed using CIDR notation. _

URI: attack:Ipv6Addr

 classDiagram
    class Ipv6Addr
    click Ipv6Addr href "../Ipv6Addr/"
      CyberObservableObject <|-- Ipv6Addr
        click CyberObservableObject href "../CyberObservableObject/"

      Ipv6Addr : belongs_to_refs

      Ipv6Addr : defanged

      Ipv6Addr : description

      Ipv6Addr : extensions

      Ipv6Addr : granular_markings





        Ipv6Addr --> "*" GranularMarking : granular_markings
        click GranularMarking href "../GranularMarking/"



      Ipv6Addr : id

      Ipv6Addr : name

      Ipv6Addr : object_marking_refs

      Ipv6Addr : resolves_to_refs

      Ipv6Addr : spec_version





        Ipv6Addr --> "0..1" SpecVersionEnum : spec_version
        click SpecVersionEnum href "../SpecVersionEnum/"



      Ipv6Addr : type

      Ipv6Addr : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
String
Canonical string value for simple cyber observables direct
resolves_to_refs *
StixIdentifier
References this observable resolves to direct
belongs_to_refs *
StixIdentifier
References this observable belongs to direct
type 1
StixTypeName
STIX object type StixEntity, CyberObservableCore
spec_version 0..1
SpecVersionEnum
STIX specification version CyberObservableCore
id 1
StixIdentifier
STIX object identifier StixEntity, CyberObservableCore
object_marking_refs *
StixIdentifier
Marking definition references applied to this object CyberObservableCore
granular_markings *
GranularMarking
Granular markings that apply to selected content CyberObservableCore
defanged 0..1
Boolean
Defines whether or not the data contained within the object has been defanged CyberObservableCore
extensions *
String
Open-ended extension payloads CyberObservableCore
name 0..1
String
Human-readable name StixEntity
description 0..1
String
Human-readable description StixEntity

In Subsets

Comments

  • jsonschema_source: https://github.com/oasis-open/cti-stix2-json-schemas/tree/master/schemas/observables/ipv6-addr.json

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self attack:Ipv6Addr
native attack:Ipv6Addr
close unified_cyber_ontology:IPv6Address

LinkML Source

Direct

name: Ipv6Addr
description: 'The IPv6 Address Object represents one or more IPv6 addresses expressed
  using CIDR notation. '
comments:
- 'jsonschema_source: https://github.com/oasis-open/cti-stix2-json-schemas/tree/master/schemas/observables/ipv6-addr.json'
in_subset:
- observables
from_schema: https://w3id.org/lmodel/attack
close_mappings:
- unified_cyber_ontology:IPv6Address
is_a: CyberObservableObject
slots:
- value
- resolves_to_refs
- belongs_to_refs
slot_usage:
  id:
    name: id
    pattern: ^ipv6-addr--[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
  type:
    name: type
    pattern: ^ipv6-addr$
  value:
    name: value
    required: true
  resolves_to_refs:
    name: resolves_to_refs
    comments:
    - 'jsonschema_minItems: "1"'
  belongs_to_refs:
    name: belongs_to_refs
    comments:
    - 'jsonschema_minItems: "1"'

Induced

name: Ipv6Addr
description: 'The IPv6 Address Object represents one or more IPv6 addresses expressed
  using CIDR notation. '
comments:
- 'jsonschema_source: https://github.com/oasis-open/cti-stix2-json-schemas/tree/master/schemas/observables/ipv6-addr.json'
in_subset:
- observables
from_schema: https://w3id.org/lmodel/attack
close_mappings:
- unified_cyber_ontology:IPv6Address
is_a: CyberObservableObject
slot_usage:
  id:
    name: id
    pattern: ^ipv6-addr--[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
  type:
    name: type
    pattern: ^ipv6-addr$
  value:
    name: value
    required: true
  resolves_to_refs:
    name: resolves_to_refs
    comments:
    - 'jsonschema_minItems: "1"'
  belongs_to_refs:
    name: belongs_to_refs
    comments:
    - 'jsonschema_minItems: "1"'
attributes:
  value:
    name: value
    description: Canonical string value for simple cyber observables.
    from_schema: https://w3id.org/lmodel/attack
    rank: 1000
    alias: value
    owner: Ipv6Addr
    domain_of:
    - DomainName
    - EmailAddr
    - Ipv4Addr
    - Ipv6Addr
    - MacAddr
    - Url
    range: string
    required: true
  resolves_to_refs:
    name: resolves_to_refs
    description: References this observable resolves to.
    comments:
    - 'jsonschema_minItems: "1"'
    from_schema: https://w3id.org/lmodel/attack
    rank: 1000
    alias: resolves_to_refs
    owner: Ipv6Addr
    domain_of:
    - DomainName
    - Ipv4Addr
    - Ipv6Addr
    range: stix_identifier
    multivalued: true
  belongs_to_refs:
    name: belongs_to_refs
    description: References this observable belongs to.
    comments:
    - 'jsonschema_minItems: "1"'
    from_schema: https://w3id.org/lmodel/attack
    rank: 1000
    alias: belongs_to_refs
    owner: Ipv6Addr
    domain_of:
    - Ipv4Addr
    - Ipv6Addr
    range: stix_identifier
    multivalued: true
  type:
    name: type
    description: STIX object type.
    from_schema: https://w3id.org/lmodel/attack
    related_mappings:
    - unified_cyber_ontology:state
    rank: 1000
    alias: type
    owner: Ipv6Addr
    domain_of:
    - StixEntity
    - Bundle
    - Core
    - CyberObservableCore
    - ExtensionDefinition
    - LanguageContent
    - MarkingDefinition
    - File
    range: stix_type_name
    required: true
    pattern: ^ipv6-addr$
  spec_version:
    name: spec_version
    description: STIX specification version.
    from_schema: https://w3id.org/lmodel/attack
    close_mappings:
    - unified_cyber_ontology:specVersion
    rank: 1000
    alias: spec_version
    owner: Ipv6Addr
    domain_of:
    - Core
    - CyberObservableCore
    - MarkingDefinition
    range: SpecVersionEnum
  id:
    name: id
    description: STIX object identifier.
    from_schema: https://w3id.org/lmodel/attack
    related_mappings:
    - unified_cyber_ontology:externalReference
    rank: 1000
    alias: id
    owner: Ipv6Addr
    domain_of:
    - StixEntity
    - Bundle
    - Core
    - CyberObservableCore
    - ExtensionDefinition
    - LanguageContent
    - MarkingDefinition
    - File
    range: stix_identifier
    required: true
    pattern: ^ipv6-addr--[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
  object_marking_refs:
    name: object_marking_refs
    description: Marking definition references applied to this object.
    comments:
    - 'jsonschema_minItems: "1"'
    from_schema: https://w3id.org/lmodel/attack
    close_mappings:
    - unified_cyber_ontology:objectMarking
    rank: 1000
    alias: object_marking_refs
    owner: Ipv6Addr
    domain_of:
    - Core
    - CyberObservableCore
    - MarkingDefinition
    range: stix_identifier
    multivalued: true
  granular_markings:
    name: granular_markings
    description: Granular markings that apply to selected content.
    comments:
    - 'jsonschema_minItems: "1"'
    from_schema: https://w3id.org/lmodel/attack
    narrow_mappings:
    - unified_cyber_ontology:objectMarking
    rank: 1000
    alias: granular_markings
    owner: Ipv6Addr
    domain_of:
    - Core
    - CyberObservableCore
    - MarkingDefinition
    range: GranularMarking
    multivalued: true
  defanged:
    name: defanged
    description: Defines whether or not the data contained within the object has been
      defanged.
    from_schema: https://w3id.org/lmodel/attack
    rank: 1000
    alias: defanged
    owner: Ipv6Addr
    domain_of:
    - CyberObservableCore
    range: boolean
  extensions:
    name: extensions
    description: Open-ended extension payloads.
    notes:
    - JSON Schema uses patternProperties for extension keys; exact key validation
      is delegated to validator tooling.
    comments:
    - 'jsonschema_rule: patternProperties validator_hint: validate-extension-keys-and-values'
    from_schema: https://w3id.org/lmodel/attack
    related_mappings:
    - unified_cyber_ontology:hasFacet
    rank: 1000
    alias: extensions
    owner: Ipv6Addr
    domain_of:
    - Core
    - CyberObservableCore
    - MarkingDefinition
    - File
    range: string
    multivalued: true
  name:
    name: name
    description: Human-readable name.
    from_schema: https://w3id.org/lmodel/attack
    exact_mappings:
    - unified_cyber_ontology:name
    rank: 1000
    alias: name
    owner: Ipv6Addr
    domain_of:
    - RelatedAsset
    - StixEntity
    - ExtensionDefinition
    - MarkingDefinition
    - AutonomousSystem
    - File
    range: string
  description:
    name: description
    description: Human-readable description.
    from_schema: https://w3id.org/lmodel/attack
    close_mappings:
    - unified_cyber_ontology:description
    rank: 1000
    alias: description
    owner: Ipv6Addr
    domain_of:
    - RelatedAsset
    - MutableElement
    - StixEntity
    - ExtensionDefinition
    - ExternalReference
    range: string