{ "opencollection": "1.0.0", "info": { "name": "VirusTotal API v3 - Access Control Access Control - Group Management IoC Investigation - Analyses, Submissions & Operations API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "IoC Investigation - Analyses, Submissions & Operations", "type": "folder" }, "items": [ { "info": { "name": "VirusTotal Get a URL / File Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/analyses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Analysis identifier" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "Returns an [Analysis](https://gtidocs.virustotal.com/reference/analyses-object) object.\n" }, { "info": { "name": "VirusTotal Get Object Descriptors Related to an Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/analyses/:id/relationships/:relationship", "params": [ { "name": "id", "value": "", "type": "path", "description": "Analysis identifier" }, { "name": "relationship", "value": "", "type": "path", "description": "Relationship name (see [table](ref:analyses-object#relationships))" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "This endpoint is the same as [/analyses/{id}/{relationship}](https://gtidocs.virustotal.com/reference/analyses-get-objects) except it returns just the related object's descriptors (ID and context attributes, if any) instead of returning all attributes.\n" }, { "info": { "name": "VirusTotal Get Objects Related to an Analysis", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/analyses/:id/:relationship", "params": [ { "name": "id", "value": "", "type": "path", "description": "Analysis identifier" }, { "name": "relationship", "value": "", "type": "path", "description": "Relationship name (see [table](ref:analyses-object#relationships))" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "As mentioned in the [Relationships](https://gtidocs.virustotal.com/reference/relationships) section, those related objects can be retrieved by sending `GET` requests to the relationship URL. \n\nAvailable relationships are described in the [analysis](https://gtidocs.virustotal.com/reference/analyses-object) object documentation.\n" }, { "info": { "name": "VirusTotal Get a Submission Object", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/submission/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Submission object ID" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "Returns a [Submission](https://gtidocs.virustotal.com/reference/submission-object) object.\n" }, { "info": { "name": "VirusTotal Get an Operation Object", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/operations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Operation ID" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "Returns an [Operation](https://gtidocs.virustotal.com/reference/operation-object) object.\n" } ] } ], "bundled": true }