Get Master YARA

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

Request

Request method: POST

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

Query parameters: The endpoint does not expect any parameters.

Request example:

Request a Master YARA 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/ics/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 Industrial Threat Intelligence report list

Get Industrial Threat Intelligence report

Get Master IOC

Page top