List threat actors

🚧

Deprecated endpoint. This has been replaced by Google Threat Intelligence

We are gearing up to the transition into Google Threat Intelligence! The endpoints are documented at Threat Landscape -> Threat Actors, Malware & Tools, Campaigns, IoC Collections section. Note that when upgrading to Google Threat Intelligence you will enjoy a much larger knowledge base of threat actors, malware, toolkits and campaigns.

🚧

Special privileges required

Threat actors endpoints are only available to users with the Threat Landscape module.

Returns a list of Threat Actors objects.

Allowed filters:

  • Text without modifiers: Threat actor's name or description.
  • description: Threat actor's description. You can search for word or expressions (full-text search).
  • name: Threat actor's name. Both name or aliases are allowed.
  • source_region: Threat actor's source region. You can use ISO 3166-1 alpha-2 country codes, the ISO or the full country name.
  • sponsor_region: Threat actor's sponsor region. Same use as source_region.
  • targeted_industry: Threat actor's targeted industry.
  • targeted_region: Threat actor's targeted region. Same use as source_region.

Allowed orders:

  • first_seen_date
  • last_modification_date
  • last_seen_date
  • related_entities_count

Some examples:
GET /api/v3/threat_actors?filter=targeted_region:US&order=last_seen_date-
GET /api/v3/threat_actors?filter=targeted_industry:government&order:related_entities_count-

Query Params
int32
Defaults to 10

Maximum number of threat actors to retrieve (max 40)

string

Continuation cursor

string

Filter threat actors by different properties

string

Sorting order

Headers
string
required

Your API key

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json