known_distributors

Information about the file's distributors

The known_distributors attribute includes information about the file's distributor. It combines data from multiple data sources such as the NSRL. It contains the following fields:

  • data_sources: <list of strings> data sources where the information was ingested from.
  • distributors: <list of strings> companies distributing the file.
  • filenames: <list of strings> names the file is distributed as.
  • links: <list of strings> URLs to get more information about the file.
  • products: <list of strings> products this file belongs to.
{
  "data": {
    "attributes": {
      "known_distributors": {
        "filenames": [
          "<string>"
        ],
        "products": [
          "<string>"
        ],
        "distributors": [
          "<string>"
        ],
        "links": [
          "<string>"
        ],
        "data_sources": [
          "<string>"
        ]
      }
    }
  }
}
{
  "data": {
    "attributes": {
      "known_distributors": {
        "filenames": [
          "fil3651F9A1764CF55617C54746C399DFA3",
          "fontawesome-webfont.woff2"
        ],
        "products": [
          "XenApp"
        ],
        "distributors": [
          "Microsoft",
          "Citrix Systems, Inc"
        ],
        "data_sources": [
          "Microsoft Corporation",
          "National Software Reference Library (NSRL)"
        ]
      }
    }
  }
}