{ "opencollection": "1.0.0", "info": { "name": "VirusTotal API v3 - Access Control Access Control - Group Management IoC Feeds - URL intelligence feed API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "IoC Feeds - URL intelligence feed", "type": "folder" }, "items": [ { "info": { "name": "VirusTotal Get an Hourly URL Feed Batch", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/feeds/urls/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> URL feeds endpoints are only available to users with a URL 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/urls/{time}`](https://gtidocs.virustotal.com/reference/feeds-url) 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 must " }, { "info": { "name": "VirusTotal Get a Minutely URL Feed Batch", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/feeds/urls/: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> URL feeds endpoints are only available to users with a URL 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 always a" } ] } ], "bundled": true }