---
title: "Get the list of threat actors."
method: GET
path: "/api/v2/riskintelligence/threat-actors"
tags: ["Risk Intelligence"]
---

# Get the list of threat actors.

`GET /api/v2/riskintelligence/threat-actors`

Get the list of threat actors.

## Query parameters

- `key` string
- `page_number` integer
- `page_size` 10 | 20 | 30 | 50 | 100

## Response `200`

Success

- RiskIntelligenceThreatActor[]
  - `Id` integer — The Threat Actor Id
  - `Name` string — The Threat Actor Name
  - `Description` string — The Threat Actor Description
  - `Type` 'APT' | 'Ransomware' — The Threat Actor type.
  - `CurrentExposure` integer — It is the company count exposed by vulnerability currently.
  - `FirstSeen` integer — The date on which the threat actor was first appeared.
  - `LastSeen` integer — The date on which the threat actor was last appeared.
  - `ExploitedVulnerabilities` string[] — The list of CVE IDs of exploited vulnerabilities.
  - `TargetCountries` object[] — The list of countries that the companies belong to in two letters format.
    - `Code` string — The short code of the individual country.
    - `Name` string — The full name of the country.
  - `TargetIndustries` object[] — The list of industry ids that the companies are classified with.
    - `Code` integer — The unique id of the individual industry.
    - `Name` string — The name of the industry.
  - `Motivation` string[] — The list of threat actor's motivations.
  - `OriginCountry` string — The name of the individual country.
  - `TTPs` object[] — The list of Tactics, Techniques, and Procedures (TTPs) used by the Threat Actor.
    - `Code` string — The MITRE ATT&CK Framework code/identifier of the TTP (e.g., T1560.001).
    - `Name` string — The human-readable name of the TTP.

## Other responses

- `401` — Unauthorized
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
