Version: 1.1.1.8

stix.core.stix_header Module

Classes

class stix.core.stix_header.STIXHeader(package_intents=None, description=None, handling=None, information_source=None, title=None, short_description=None)

Bases: stix.base.Entity

The STIX Package Header.

Parameters:
  • handling – The data marking section of the Header.
  • information_source – The InformationSource section of the Header.
  • package_intents – A collection of VocabString defining the intent of the parent STIXPackage.
  • description – A description of the intent or purpose of the parent STIXPackage.
  • short_description – A short description of the intent or purpose of the parent STIXPackage.
  • title – The title of the STIXPackage.
profiles

A collection of STIX Profiles the parent STIXPackage conforms to.

title

The title of the parent STIXPackage.

add_profile(profile)

Adds a profile to the STIX Header. A Profile is represented by a string URI.