Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace IndicatorSummary

Summary of a data signature observed on a network or host that indicates a potential security threat.

Properties

attributes

attributes: Array<IndicatorAttributeSummary>

A map of attributes with additional information about the indicator. Each attribute has a name (string), value (string), and attribution (supporting data).

Optional compartmentId

compartmentId: undefined | string

The OCID of the compartment that contains this indicator.

Optional confidence

confidence: undefined | number

An integer from 0 to 100 that represents how certain we are that the indicator is malicious and a potential threat if it is detected communicating with your cloud resources. This confidence value is aggregated from the confidence in the threat types, attributes, and relationships to create an overall value for the indicator. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

geodata

id

id: string

The OCID of the indicator.

Optional lifecycleState

lifecycleState: model.LifecycleState

The state of the indicator. It will always be {@code ACTIVE}.

threatTypes

threatTypes: Array<string>

Characteristics of the threat indicator based on previous observations or behavior. May include related tactics, techniques, and procedures.

timeCreated

timeCreated: Date

The date and time that the indicator was first detected. An RFC3339 formatted string.

timeLastSeen

timeLastSeen: Date

The date and time that this indicator was last seen. The value is the same as {@code timeCreated} for a new indicator. An RFC3339 formatted string.

timeUpdated

timeUpdated: Date

The date and time that this indicator was last updated by the system. Updates can include new reports or regular updates in confidence. The value is the same as {@code timeCreated} for a new indicator. An RFC3339 formatted string.

type

The type of indicator.

value

value: string

The indicator data value.

Functions

getDeserializedJsonObj

getJsonObj