Skip to main content
GET
IOC

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

time
string

Precise time in UTC, format: YYYYMMDDHH. For example, 2021012211 returns data from 2021-01-22 11:00 to 11:59 (UTC). Default: returns the most recent data (t-2 hours). Feed packages can be retrieved for up to 90 days in the past.

type
enum<string> | null

Controls sub-package filtering. Only applies to the IOC endpoint. not set = return all apt = return only APT package

Available options:
apt
mode
enum<string> | null

Controls full or incremental mode. Only applies to the IOC endpoint. Default: increment, returns IOC incremental hourly feed full: returns full IOC feed and ignores the time parameter

Available options:
full,
increment

Response

A successful request returns a ZIP file containing a STIX 2.1 formatted JSON bundle.

The response is of type object.