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

Hierarchy

  • STIXObject

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
confidence?: number

The confidence in the correctness of the indicator, from 0 through 100.

created?: Date

The time when the object was created.

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

Optional external reference metadata preserved with the indicator but not interpreted during ingestion.

id: string

The STIX object identifier.

indicatorTypes?: string[]

The open vocabulary terms that categorize the indicator.

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

Optional kill chain metadata preserved with the indicator but not interpreted during ingestion.

labels?: string[]

Labels associated with the indicator.

modified?: Date

The time when the object was last modified.

objectMarkingRefs?: string[]

References to marking definition objects that apply to the indicator.

pattern?: string

The STIX pattern that identifies the observable. Present on indicator objects.

patternType?: STIXPatternType

The supported STIX pattern language.

revoked?: boolean

Whether the indicator has been revoked.

specVersion?: string

The STIX specification version declared on the object. Objects with an unsupported version are accepted and counted in the unsupported response counter.

type: string

The STIX object type.

validFrom?: Date

The time from which the indicator is considered valid. Present on indicator objects.

validUntil?: Date

The time until which the indicator is considered valid.

Generated using TypeDoc