Get Master IOC file

The publications/get_master_ioc endpoint is used to display a Master IOC file, that contains indicators of compromise in CSV file format.

Request

Request method: POST

Endpoint: https://tip.kaspersky.com/api/publications/get_master_ioc

Query parameters:

Expected parameters

Parameter

Description

report_group

Report group. Required parameter.

Available values:

fin—Master file will contain indicators of compromise only from Crimeware Threat Intelligence reports.

apt—Master file will contain indicators of compromise only from APT Intelligence reports.

Request example:

curl -u <user_name> -H 'Content-Length: 0' --cert <full path to the certificate CERT_NAME.pem on your computer> -X POST 'https://tip.kaspersky.com/api/publications/get_master_ioc?report_group=apt'

Responses

Click the links below for information about possible responses.

Expand all | Collapse all

200 OK

401 Unauthorized

403 Forbidden

451 Unavailable For Legal Reasons

See also:

Get report list

Get specific report

Get Master YARA file

Using cURL utility for working with reports

Page top