Skip to main content
GET
/
v2
/
feeds
/
stix
/
ioc
Get IOC Feeds
curl --request GET \
  --url https://api.threatbook.io/v2/feeds/stix/ioc \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

Use your API key in the header: Bearer

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).

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.