🔀 collections

Collections containing this file.

The collections relationship lists all VirusTotal's collections where this file 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": 9,
        "creation_date": 1636383988,
        "last_modification_date": 1636444810,
        "urls_count": 0,
        "files_count": 12,
        "autogenerated_tags": [],
        "status": "COMPUTED",
        "description": "An attack on ManageEngine ADSelfService Plus, a self-service password management solution, was carried out in October 2021, according to a report by Palo Alto Networks and the US Department of Defense.",
        "tags": [
          "cve-2021-40539",
          "kdcsponge",
          "godzilla",
          "nglite"
        ],
        "domains_count": 0,
        "link": "https://otx.alienvault.com/pulse/61893cf42727496f32952b3c",
        "targeted_industries": [
          "Energy",
          "Healthcare",
          "Technology",
          "Education",
          "Defense"
        ],
        "tlp": "WHITE",
        "name": "KdcSponge, NGLite, Godzilla Webshell Used in Targeted Attack Campaign",
        "top_icon_md5": [],
        "alt_names": [],
        "references_count": 1,
        "targeted_countries": [
          "United States of America"
        ]
      },
      "type": "collection",
      "id": "alienvault_61893cf42727496f32952b3c",
      "links": {
        "self": "https://www.virustotal.com/api/v3/collections/alienvault_61893cf42727496f32952b3c"
      }
    }
  ],
  "links": {
    "self": "https://www.virustotal.com/api/v3/files/5fcc9f3b514b853e8e9077ed4940538aba7b3044edbba28ca92ed37199292058/collections?limit=10"
  }
}