{ "opencollection": "1.0.0", "info": { "name": "VirusTotal API v3 - Access Control Access Control - Group Management IoC Feeds - File intelligence feed API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "IoC Feeds - File intelligence feed", "type": "folder" }, "items": [ { "info": { "name": "VirusTotal Get a Hourly File Feed Batch", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/feeds/files/hourly/:time", "params": [ { "name": "time", "value": "", "type": "path", "description": "A string in format YYYYMMDDhh" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "> 🚧 Special privileges required\n> \n> File feeds endpoints are only available to users with a File feeds license. [Contact us](https://www.virustotal.com/gui/contact-us/) for more information.\n\nThis endpoint returns a single package containing all minutely packages returned in [/feeds/files/{time}](https://gtidocs.virustotal.com/reference/feeds-file) endpoint for a given hour. The returned file is a `.tar.bz2` file which contains the 60 minutely feeds for that hour.\n\nThe provided `time` argument" }, { "info": { "name": "VirusTotal Get a Per-minute File Feed Batch", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/feeds/files/:time", "params": [ { "name": "time", "value": "", "type": "path", "description": "A string in format YYYYMMDDhhmm" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "> 🚧 Special privileges required\n> \n> File feeds endpoints are only available to users with a File feeds license. [Contact us](https://www.virustotal.com/gui/contact-us/) for more information.\n\nWith this endpoint you can download an individual one-minute batch by providing a `time` consisting of a string with format `YYYYMMDDhhmm`. Time `201912010802` will return the batch corresponding to December 1st, 2019 08:02 UTC. You can download batches up to 7 days old, and the most recent batch has alwa" }, { "info": { "name": "VirusTotal Download a File Published in the File Feed", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/feeds/files/:token/download", "params": [ { "name": "token", "value": "", "type": "path", "description": "Download token. It can be found inside the file's properties in the file feed." } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "> 🚧 Special privileges required\n> \n> File feeds endpoints are only available to users with a File feeds license. For this particular endpoint, download file privilege is also required. [Contact us](https://www.virustotal.com/gui/contact-us/) for more information.\n\nEach JSON object contained in the file feed packages include a URL to this API endpoint to download the corresponding file. The link only works during the feed's lifetime, which is 7 days. Check [/feeds/files/{time}](https://gtidocs.v" } ] } ], "bundled": true }