An indicator of compromise with extended context from your environment.

Hierarchy

  • IoCIndicatorDetailed

Constructors

Properties

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

Additional domain-specific context from threat intelligence sources.

Type declaration

  • [key: string]: any
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
asCidrBlock?: string

Autonomous system CIDR block.

Geographic location information for an IP indicator.

asNumber?: string

Autonomous system number.

asOrganization?: string

Autonomous system organization name.

asType?: string

Autonomous system type.

benignSources?: IoCSource[]

Threat intelligence sources that flagged this indicator as benign.

categories?: string[]

Threat categories associated with the indicator.

criticalAssets?: string[]

Critical assets associated with this indicator.

firstSeen?: Date

Timestamp when the indicator was first seen.

hosts?: string[]

Hosts associated with this indicator.

id?: string

Unique identifier for the indicator.

indicator?: string

The indicator value (for example, an IP address or domain).

indicatorType?: string

Type of indicator (for example, IP address or domain).

lastSeen?: Date

Timestamp when the indicator was last seen.

logMatches?: number

Number of logs that matched this indicator.

logSources?: string[]

Log sources where this indicator was observed.

mAsType?: IoCScoreEffect

Effect of a scoring factor on the indicator's threat score.

mPersistence?: IoCScoreEffect

Effect of a scoring factor on the indicator's threat score.

mSignal?: IoCScoreEffect

Effect of a scoring factor on the indicator's threat score.

mSources?: IoCScoreEffect

Effect of a scoring factor on the indicator's threat score.

maliciousSources?: IoCSource[]

Threat intelligence sources that flagged this indicator as malicious.

maxTrustScore?: IoCScoreEffect

Effect of a scoring factor on the indicator's threat score.

score?: number

Threat score for the indicator (0-100).

services?: string[]

Services where this indicator was observed.

signalMatches?: number

Number of security signals that matched this indicator.

signalSeverity?: IoCSignalSeverityCount[]

Breakdown of security signals by severity.

signalTier?: number

Signal tier level.

suspiciousSources?: IoCSource[]

Threat intelligence sources that flagged this indicator as suspicious.

tags?: string[]

Tags associated with the indicator.

users?: {
    [key: string]: string[];
}

Users associated with this indicator, grouped by category.

Type declaration

  • [key: string]: string[]

Generated using TypeDoc