Risk Intelligence
Searches through the threat actors.
Create a search operation for threat actors. This endpoint will not return the list of resulting threat actors, but instead it will return a search key, that can be used to list the threat actors found by using getThreatActors operation. Attention: Every unique client id can create a maximum of 100000 search key per day. Attention: All array type search criteria may take a maximum of 100000 values each.
post/api/v2/riskintelligence/threat-actors/search
Request body
Example request
{
"GenericSearchText": "Oracle",
"ExploitedVulnerability": "CVE-2013-3893",
"Motivation": "Information Theft",
"Name": "Qilin",
"Type": "APT",
"OriginCountryCode": "US",
"TargetCountryCodes": [
"US"
],
"Ttps": [
"T1570"
]
}Response
Success
Example response
{
"Key": "0f8fad5b-d9cb-469f-a165-70867728950e"
}