api_name stringclasses 14
values | api_definition stringclasses 14
values | dataset_name stringclasses 2
values |
|---|---|---|
searchCVE | {
"name": "searchCVE",
"description": "Build and send GET request then return list of objects containing a collection of CVEs. For more information on the parameters available, please visit https://nvd.nist.gov/developers/vulnerabilities",
"parameters": {
"type": "object",
"properties": {
... | cvecpe |
searchCPE | {
"name": "searchCPE",
"description": "Build and send GET request then return list of objects containing a collection of CPEs.",
"parameters": {
"type": "object",
"properties": {
"cpeNameId": {
"type": "string",
"description": "Returns a specific C... | cvecpe |
vt_get_dns_resolution_object | {
"name": "vt_get_dns_resolution_object",
"description": "This endpoint retrieves a Resolution object by its ID. A resolution object ID is made by appending the IP and the domain it resolves to together.",
"attributes": {
"date": {
"type": "integer",
"description": "Date when... | virustotal |
vt_get_objects_related_to_ip_address | {
"name": "vt_get_objects_related_to_ip_address",
"description": "IP addresses have number of relationships to other objects. This returns ALL objects that fit the relationship.",
"relationships": [
"comments",
"communicating_files",
"downloaded_files",
"graphs",
"his... | virustotal |
vt_get_ip_address_report | {
"name": "vt_get_ip_address_report",
"description": "Retrieve an IP address report. These reports condense all of the recent activity that VirusTotal has seen for the resource under consideration, as well as contextual information about it. This function specifically generates these reports using the IP addres... | virustotal |
vt_add_votes_to_ip_address | {
"name": "vt_add_votes_to_ip_address",
"description": "With this function, you can post a vote for a given file. The body for the POST request must be the JSON representation of a vote object. Note however that you don\'t need to provide an ID for the object, as they are automatically generated for new votes. ... | virustotal |
vt_get_domain_report | {
"name": "vt_get_domain_report",
"description": "Retrieves a domain report. These reports contain information regarding the domain itself that VirusTotal has collected.",
"parameters": {
"type": "object",
"properties": {
"domain": {
"type": "string",
... | virustotal |
vt_get_comments_on_ip_address | {
"name": "vt_get_comments_on_ip_address",
"description": "Retrieves the comments on a provided IP address. Returns a list of Comment objects.",
"parameters": {
"type": "object",
"properties": {
"ip": {
"type": "string",
"description": "IP address"... | virustotal |
vt_add_comment_to_ip_address | {
"name": "vt_add_comment_to_ip_address",
"description": "With this function you can post a comment for a given IP address. The body for the POST request must be the JSON representation of a comment object. Notice however that you don\'t need to provide an ID for the object, as they are automatically generated ... | virustotal |
vt_get_object_descriptors_related_to_ip_address | {
"name": "vt_get_object_descriptors_related_to_ip_address",
"description": "This specifically returns related object\'s IDs (and context attributes, if any). Please note that this will not return all attributes. You are expected to provide the relationship to the object you\'re interested in.",
"parameters... | virustotal |
vt_get_objects_related_to_domain | {
"name": "vt_get_objects_related_to_domain",
"description": "Objects are a key concept in the VirusTotal API. Each object has an identifier and a type. Each object has an associated URL, and each domain is associated with objects. This function returns ALL of the objects related to the domain, based on the spe... | virustotal |
vt_get_object_descriptors_related_to_domain | {
"name": "vt_get_object_descriptors_related_to_domain",
"description": "This specifically returns related object\'s IDs (and context attributes, if any). This will return objects relating to a domain.",
"parameters": {
"type": "object",
"properties": {
"domain": {
... | virustotal |
vt_get_comments_on_domain | {
"name": "vt_get_comments_on_domain",
"description": "This function will retrieve comments on a specified domain.",
"parameters": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Domain name"
},
... | virustotal |
vt_get_votes_on_ip_address | {
"name": "vt_get_votes_on_ip_address",
"description": "This function will retrieve votes on a provided IP address.",
"parameters": {
"type": "object",
"properties": {
"ip": {
"type": "string",
"description": "ip address",
},
},... | virustotal |
- Downloads last month
- 3