Skip to content

Class: ArchiveExt

The Archive File extension specifies a default extension for capturing properties specific to archive files, such as ZIP.

URI: attack:ArchiveExt

 classDiagram
    class ArchiveExt
    click ArchiveExt href "../ArchiveExt/"
      CommonSchemaComponent <|-- ArchiveExt
        click CommonSchemaComponent href "../CommonSchemaComponent/"

      ArchiveExt : comment

      ArchiveExt : contains_refs

      ArchiveExt : description

      ArchiveExt : id

      ArchiveExt : name

      ArchiveExt : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
contains_refs 1..*
StixIdentifier
References to contained objects direct
comment 0..1
String
Specifies a comment included as part of the archive file direct
id 0..1
StixIdentifier
STIX object identifier StixEntity
type 0..1
StixTypeName
STIX object type StixEntity
name 0..1
String
Human-readable name StixEntity
description 0..1
String
Human-readable description StixEntity

In Subsets

Comments

  • stix_extension_key: archive-ext stix_parent_type: file jsonschema_source: https://github.com/oasis-open/cti-stix2-json-schemas/tree/master/schemas/observables/file.json

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ArchiveExt
description: The Archive File extension specifies a default extension for capturing
  properties specific to archive files, such as ZIP.
comments:
- 'stix_extension_key: archive-ext stix_parent_type: file jsonschema_source: https://github.com/oasis-open/cti-stix2-json-schemas/tree/master/schemas/observables/file.json'
in_subset:
- observables
from_schema: https://w3id.org/lmodel/attack
is_a: CommonSchemaComponent
slots:
- contains_refs
- comment
slot_usage:
  contains_refs:
    name: contains_refs
    comments:
    - 'jsonschema_minItems: "1"'
    required: true

Induced

name: ArchiveExt
description: The Archive File extension specifies a default extension for capturing
  properties specific to archive files, such as ZIP.
comments:
- 'stix_extension_key: archive-ext stix_parent_type: file jsonschema_source: https://github.com/oasis-open/cti-stix2-json-schemas/tree/master/schemas/observables/file.json'
in_subset:
- observables
from_schema: https://w3id.org/lmodel/attack
is_a: CommonSchemaComponent
slot_usage:
  contains_refs:
    name: contains_refs
    comments:
    - 'jsonschema_minItems: "1"'
    required: true
attributes:
  contains_refs:
    name: contains_refs
    description: References to contained objects.
    comments:
    - 'jsonschema_minItems: "1"'
    from_schema: https://w3id.org/lmodel/attack
    rank: 1000
    alias: contains_refs
    owner: ArchiveExt
    domain_of:
    - Directory
    - File
    - ArchiveExt
    range: stix_identifier
    required: true
    multivalued: true
  comment:
    name: comment
    description: Specifies a comment included as part of the archive file.
    from_schema: https://w3id.org/lmodel/attack
    rank: 1000
    alias: comment
    owner: ArchiveExt
    domain_of:
    - ArchiveExt
    range: string
  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: ArchiveExt
    domain_of:
    - StixEntity
    - Bundle
    - Core
    - CyberObservableCore
    - ExtensionDefinition
    - LanguageContent
    - MarkingDefinition
    - File
    range: stix_identifier
  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: ArchiveExt
    domain_of:
    - StixEntity
    - Bundle
    - Core
    - CyberObservableCore
    - ExtensionDefinition
    - LanguageContent
    - MarkingDefinition
    - File
    range: stix_type_name
  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: ArchiveExt
    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: ArchiveExt
    domain_of:
    - RelatedAsset
    - MutableElement
    - StixEntity
    - ExtensionDefinition
    - ExternalReference
    range: string