Skip to main content
Retrieve a single threat actor profile. Note:
  • Maximum 1 request per second is allowed.

Parameters

ParameterDescription
Include ReferencesSelect to include references in the response.
Threat Actor IDThe ID of the threat actor. Can be obtained by the List Threat Actors action.

Example Output

{
	"threatActor": {
		"id": "String",
		"last_updated": "Unix timestamps",
		"current_profile_picture_src": {
			"value": "String (URL)",
			"references": [
				{
					"label": "String",
					"value": "String",
					"type": "String",
					"description": "String",
					"date": "Unix timestamps"
				}
			]
		},
		"current_name": {
			"value": "String",
			"references": []
		},
		"dynamic_data": {
			"signatures": [
				{
					"value": "String",
					"references": []
				}
			],
			"key": [
				{
					"value": "String",
					"references": []
				}
			],
			"urls": [
				{
					"value": "String (URL)",
					"references": []
				}
			],
			"contact_details": {
				"Crypto Addresses": [
					{
						"value": "124rsHMv16qKVbnowgqTdXg4NdYU3L8nXw",
						"references": []
					}
				]
			},
			"reputations": [
				{
					"value": "String",
					"references": []
				}
			],
			"signatures": [
				{
					"value": "String",
					"references": []
				}
			]
		},
		"handles": [
			{
				"value": "String",
				"references": []
			}
		],
		"languages": [
			{
				"value": "String",
				"references": []
			}
		],
		"motivation": [
			{
				"value": "String",
				"references": []
			}
		],
		"origin": [
			{
				"value": "String",
				"references": []
			}
		],
		"profile_pictures": [
			{
				"value": "String (URL)",
				"references": []
			}
		],
		"status": [
			{
				"value": "String",
				"references": []
			}
		],
		"summary": [
			{
				"value": "String",
				"references": [
					{
						"date": "Unix timestamps",
						"type": "String",
						"value": "String"
					}
				]
			}
		],
		"targeted_geographies": [
			{
				"value": "String",
				"references": []
			}
		],
		"targeted_sectors": [
			{
				"value": "String",
				"references": []
			}
		],
		"type": [
			{
				"value": "String",
				"references": []
			}
		],
		"is_merged": "Boolean",
		"is_aggregated": "Boolean",
		"active_sources": [
			{
				"value": "String",
				"count": "Number"
			}
		]
	},
	"tokenCharged": "Boolean",
	"tokensLeft": "Number"
}

Workflow Library Example

Get Actor Profile with Kela and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop