api_name stringclasses 14
values | api_definition stringclasses 14
values | dataset_name stringclasses 2
values |
|---|---|---|
searchCVE | Function name: searchCVE, function 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 function arguments: cpeName (str): Please do not confuse this with keywor... | cvecpe |
searchCPE | Function name: searchCPE, function description: Build and send GET request then return list of objects containing a collection of CPEs. function arguments: cpeNameId (str) – Returns a specific CPE record using its UUID. If a correctly formatted UUID is passed but it does not exist, it will return empty results. The UUI... | cvecpe |
vt_get_dns_resolution_object | Function name: vt_get_dns_resolution_object, function 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.
Domain-IP resolutions. Resolution objects include the following attributes:
date: <integer> date w... | virustotal |
vt_get_objects_related_to_ip_address | Function name: vt_get_objects_related_to_ip_address, function description: IP addresses have number of relationships to other objects. This returns ALL objects that fit the relationship.
The relationships are documented here:
- comments: The comments for the IP address. Returns a list of comments.
- commu... | virustotal |
vt_get_ip_address_report | Function name: vt_get_ip_address_report, function 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 a... | virustotal |
vt_add_votes_to_ip_address | Function name: vt_add_votes_to_ip_address, function 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. T... | virustotal |
vt_get_domain_report | Function name: vt_get_domain_report, function description: Retrieves a domain report. These reports contain information regarding the domain itself that VirusTotal has collected. function arguments: - domain: string, required, Domain name
- x-apikey: string, required, Your API key | virustotal |
vt_get_comments_on_ip_address | Function name: vt_get_comments_on_ip_address, function description: Retrieves the comments on a provided IP address. Returns a list of Comment objects. function arguments: - ip, string, required, IP address
- x-apikey, string, required, Your API key
- limit, int32, optional, Maximum number of comments to retrie... | virustotal |
vt_add_comment_to_ip_address | Function name: vt_add_comment_to_ip_address, function 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 | Function name: vt_get_object_descriptors_related_to_ip_address, function 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. The valid rel... | virustotal |
vt_get_objects_related_to_domain | Function name: vt_get_objects_related_to_domain, function 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 ... | virustotal |
vt_get_object_descriptors_related_to_domain | Function name: vt_get_object_descriptors_related_to_domain, function description: This specifically returns related object's IDs (and context attributes, if any). Please note that this will not return all attributes. This will return objects relating to a domain.
- caa_records: Records CAA for the domain.
- c... | virustotal |
vt_get_comments_on_domain | Function name: vt_get_comments_on_domain, function description: This function will retrieve comments on a specified domain. function arguments: - domain, string, required, Domain name
- x-apikey, string, required, Your API key
- limit, int32, optional, Maximum number of comments to retrieve
- cursor, string... | virustotal |
vt_get_votes_on_ip_address | Function name: vt_get_votes_on_ip_address, function description: This function will retrieve votes on a provided IP address. function arguments: - ip: string, required, ip address | virustotal |
- Downloads last month
- 8