A STIX 2.1 bundle containing threat intelligence indicator objects.

Hierarchy

  • STIXBundleRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
id: string

The STIX bundle identifier.

objects: STIXObject[]

The STIX objects included in the bundle. Indicator objects are processed and ingested; all other STIX object types are ignored and are not included in the response counters.

specVersion?: STIXSpecVersion

The supported STIX specification version.

The STIX object type for a bundle.

Generated using TypeDoc