🔀 collections

Collections containing this URL.

The collections relationship lists all VirusTotal's collections where this URL is contained.

This relationship can be retrieved using the relationships API endpoint. The response contains a list of Collections objects.

{
  "data": [
    <COLLECTION_OBJECT>,
    <COLLECTION_OBJECT>,
    ...
  ],
  "links": {
    "next": "<string>",
    "self": "<string>"
  },
  "meta": {
    "count": <int>,
    "cursor": "<string>"
  }
}
{
  "meta": {
    "count": 1
  },
  "data": [
    {
      "attributes": {
        "ip_addresses_count": 3,
        "creation_date": 1620754120,
        "last_modification_date": 1623312011,
        "urls_count": 3,
        "files_count": 4,
        "autogenerated_tags": [],
        "status": "COMPUTED",
        "description": "In late February 2021, F-Secure’s Managed Detection and Response (MDR) service identified the execution of SystemBC malware as part of a hands on keyboard crimeware intrusion. The intrusion was stopped before the threat actor could reach their objective, but in recent reporting the use of this malware has been tied to Ransomware activity. F-Secure was also able to identify another recent intrusion conducted by the threat actor where they had deployed Ryuk ransomware.F-Secure’s analysis of the SystemBC sample identified that this was a new variant of the malware, with several notable differences from previous versions. The sample was executed by a previously undocumented “wrapper”, which F-Secure’s research suggests has been used in combination with multiple malware families common in crimeware intrusions.",
        "tags": [
          "crimeware",
          "systembc",
          "ransomware",
          "ryuk"
        ],
        "domains_count": 0,
        "link": "https://otx.alienvault.com/pulse/609abec825e7816948042cc0",
        "targeted_industries": [],
        "tlp": "WHITE",
        "name": "New SystemBC Variant is a Prelude to Ryuk Ransomware",
        "top_icon_md5": [],
        "alt_names": [],
        "references_count": 1,
        "targeted_countries": []
      },
      "type": "collection",
      "id": "alienvault_609abec825e7816948042cc0",
      "links": {
        "self": "https://www.virustotal.com/api/v3/collections/alienvault_609abec825e7816948042cc0"
      }
    }
  ],
  "links": {
    "self": "https://www.virustotal.com/api/v3/urls/7404c65a037fe3b94a8c2bbf02af2056a456a3e434b0563f5093e31c1fae1ccb/collections?limit=1"
  }
}