Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SummarizeIndicatorsDetails

Query parameters to filter indicators

Properties

Optional confidenceGreaterThanOrEqualTo

confidenceGreaterThanOrEqualTo: undefined | number

The minimum level of confidence to return Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional indicatorSeenBy

indicatorSeenBy: undefined | string

Filter to include indicators that have been seen by the provided source.

Optional indicatorType

indicatorType: model.IndicatorType

The type of indicator this is

Optional indicatorValue

indicatorValue: undefined | string

The value for the type of indicator this is

Optional malware

malware: undefined | string

Filter to include indicators associated with the provided malware.

Optional sortBy

sortBy: SortBy

The field to sort by. Only one field to sort by may be provided

Optional sortOrder

sortOrder: model.SortOrder

The sort order to use, either 'ASC' or 'DESC'.

Optional threatActor

threatActor: undefined | string

Filter to included indicators associated with the provided threat actor.

Optional threatTypes

threatTypes: Array<string>

The threat type of entites to be returned.

Optional timeCreatedGreaterThanOrEqualTo

timeCreatedGreaterThanOrEqualTo: Date

The oldest creation time of entities to be returned.

Optional timeCreatedLessThan

timeCreatedLessThan: Date

The newest creation time of entities to be returned.

Optional timeLastSeenGreaterThanOrEqualTo

timeLastSeenGreaterThanOrEqualTo: Date

The oldest last seen time of entities to be returned.

Optional timeLastSeenLessThan

timeLastSeenLessThan: Date

The newest last seen time of entities to be returned.

Optional timeUpdatedGreaterThanOrEqualTo

timeUpdatedGreaterThanOrEqualTo: Date

The oldest update time of entities to be returned.

Optional timeUpdatedLessThan

timeUpdatedLessThan: Date

The newest update time of entities to be returned.

Functions

getDeserializedJsonObj

getJsonObj