{ "opencollection": "1.0.0", "info": { "name": "VirusTotal API v3 - Access Control Access Control - Group Management IoC Investigation - Attack Techniques API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "IoC Investigation - Attack Techniques", "type": "folder" }, "items": [ { "info": { "name": "VirusTotal Get an Attack Technique Object", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/attack_techniques/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Attack technique's ID" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "VirusTotal Get an Attack Technique Object" }, { "info": { "name": "VirusTotal Get Object Descriptors Related to an Attack Technique", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/attack_techniques/:id/relationships/:relationship", "params": [ { "name": "id", "value": "", "type": "path", "description": "Attack technique's ID" }, { "name": "relationship", "value": "", "type": "path", "description": "Relationship name (see [table](ref:object-attack-techniques#relationships))" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of related objects to retrieve" }, { "name": "cursor", "value": "", "type": "query", "description": "Continuation cursor" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "This endpoint is the same as [/attack_techniques/{id}/{relationship}](https://gtidocs.virustotal.com/reference/attack_techniqueidrelationship) except it returns just the related object's descriptor instead of returning all attributes.\n" }, { "info": { "name": "VirusTotal Get Objects Related to an Attack Technique", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/attack_techniques/:id/:relationship", "params": [ { "name": "id", "value": "", "type": "path", "description": "Attack technique's ID" }, { "name": "relationship", "value": "", "type": "path", "description": "Relationship name (see [table](ref:object-attack-techniques#relationships))" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of related objects to retrieve" }, { "name": "cursor", "value": "", "type": "query", "description": "Continuation cursor" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "Available relationships are described in the [Attack Technique](https://gtidocs.virustotal.com/reference/attack-techniques) object documentation.\n" } ] } ], "bundled": true }