Get Master YARA file

The publications/get_master_yara endpoint is used to display a Master YARA file. Results are provided in base64 gzip format, and must be decoded.

Request

Request method: POST

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

Query parameters:

Expected parameters

Parameter

Description

report_group

Report group. Required parameter.

Available values:

fin—Master file will contain information only from Crimeware Threat Intelligence reports.

apt—Master file will contain information only from APT Intelligence reports.

Request example:

Request a Master YARA file for APT Intelligence reports:

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_yara?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 IOC file

Using cURL utility for working with reports

Page top