Threat actor's references
The references relationship returns the list of all references where the threat actor appears.
This relationship can be retrieved using the relationships API endpoint. The response contains a list of Reference objects.
{
"data": [
<REFERENCE_OBJECT>,
<REFERENCE_OBJECT>,
...
],
"links": {
"next": "<string>",
"self": "<string>"
},
"meta": {
"count": <int>,
"cursor": "<string>"
}
}
{
"meta": {
"count": 11,
"cursor": "eyJsaW1pdCI6IDEsICJvZmZzZXQiOiAxfQ=="
},
"data": [
{
"attributes": {
"last_modification_date": 1611065020,
"url": "http://intelreport.mandiant.com/Mandiant_APT1_Report.pdf",
"creation_date": 1514764800,
"author": "FireEye",
"title": "The Forrester New Wave™: External Threat Intelligence Services, Q3 2018."
},
"type": "reference",
"id": "1279189957bd914866f5189ab11c4b4b435c48f7b4da9caee8b6b1acfb10b4b9",
"links": {
"self": "https://www.virustotal.com/api/v3/references/1279189957bd914866f5189ab11c4b4b435c48f7b4da9caee8b6b1acfb10b4b9"
}
}
],
"links": {
"self": "https://www.virustotal.com/api/v3/threat_actors/1cb7e1cc-d695-42b1-92f4-fd0112a3c9be/references?limit=1",
"next": "https://www.virustotal.com/api/v3/threat_actors/1cb7e1cc-d695-42b1-92f4-fd0112a3c9be/references?cursor=eyJsaW1pdCI6IDEsICJvZmZzZXQiOiAxfQ%3D%3D&limit=1"
}
}