Get actor profile list

The actor_profiles/get_list endpoint is used to display the list of actor profiles that are available for you according to your Kaspersky Threat Intelligence Portal license.

Request

Request method: POST

Endpoint: https://tip.kaspersky.com/api/actor_profiles/get_list

Query parameter:

Expected parameter

Parameter

Description

actor_group

Group of actors, the list of which you want to obtain.

Optional parameter. If this parameter is not specified, a list of profiles for both APT and Crimeware related actors is returned.

Available values:

apt—APT-related actors.

crime—Crimeware related actors.

Request example:

Get a list of actor profiles:

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/actor_profiles/get_list?actor_group=crime'

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 specific actor profile

Page top