dataset stringclasses 3
values | name stringlengths 9 47 | description stringlengths 90 5.43k | args_dicts listlengths 1 28 |
|---|---|---|---|
cve_cpe | searchCVE |
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
Args:
cpeName (str): Please do not confuse this with keywordSearch; this requires the argument to start wit... | [
{
"default": "None",
"description": ": Please do not confuse this with keywordSearch; this requires the argument to start with \"cpe\", whereas the keywordSearch argument allows for arbitrary keywords. This value will be compared agains the CPE Match Criteria within a CVE applicability statement. (i.e. find... |
cve_cpe | searchCPE |
Build and send GET request then return list of objects containing a collection of CPEs.
Args:
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 UUID is the cpeNameId value when searching CPE.
... | [
{
"default": "None",
"description": ": 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 UUID is the cpeNameId value when searching CPE.",
"name": "cpeNameId",
"required": false,
"type": "None"
},
{
... |
emailrep | emailrep_post |
Query an email address
Parameters
email (string, required): Email address being queried
| [
{
"default": "None",
"description": "Email address being queried",
"name": "email",
"required": true,
"type": "str"
}
] |
emailrep | emailrep_report |
Reports an email address. Date of malicious activity defaults to the current time unless otherwise specified.
Parameters:
email (string, required): Email address being reported.
key (string, required): The API key of the user.
| [
{
"default": "None",
"description": "Email address being reported.",
"name": "email",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "The API key of the user.",
"name": "key",
"required": true,
"type": "str"
}
] |
virustotal | vt_get_dns_resolution_object |
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 when the resolution was made (UTC timestamp).
host_name: <s... | [
{
"default": "None",
"description": "",
"name": "id",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
"required": true,
"type": "str"
}
] |
virustotal | vt_get_objects_related_to_ip_address |
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.
- communicating_files: Files that communicate with the IP address. Returns a l... | [
{
"default": "None",
"description": "",
"name": "ip",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "relationship",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
"req... |
virustotal | vt_get_ip_address_report |
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 address parameter.
Args:
- ip: string, required, I... | [
{
"default": "None",
"description": "",
"name": "ip",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
"required": true,
"type": "str"
}
] |
virustotal | vt_add_votes_to_ip_address |
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. The verdict attribute must have be either harmless or malicio... | [
{
"default": "None",
"description": "",
"name": "ip",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "data",
"required": true,
"type": "dict"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
"required":... |
virustotal | vt_get_domain_report |
Retrieves a domain report. These reports contain information regarding the domain itself that VirusTotal has collected.
Args:
- domain: string, required, Domain name
- x-apikey: string, required, Your API key
| [
{
"default": "None",
"description": "",
"name": "domain",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
"required": true,
"type": "str"
}
] |
virustotal | vt_get_comments_on_ip_address |
Retrieves the comments on a provided IP address. Returns a list of Comment objects.
Args:
- ip, string, required, IP address
- x-apikey, string, required, Your API key
- limit, int32, optional, Maximum number of comments to retrieve
- cursor, string, optional, Continuation cursor
| [
{
"default": "None",
"description": "",
"name": "ip",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
"required": true,
"type": "str"
},
{
"default": null,
"description": "",
"name": "limit",
"required": f... |
virustotal | vt_add_comment_to_ip_address |
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 for new comments.
However, please note that you will need ... | [
{
"default": "None",
"description": "",
"name": "ip",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "data",
"required": true,
"type": "dict"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
"required":... |
virustotal | vt_get_object_descriptors_related_to_ip_address |
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 relationships are as follows.
The relationships are documented here:
- comm... | [
{
"default": "None",
"description": "",
"name": "ip",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "relationship",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
"req... |
virustotal | vt_get_objects_related_to_domain |
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 specified relationship.
The following describe the vali... | [
{
"default": "None",
"description": "",
"name": "domain",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "relationship",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
... |
virustotal | vt_get_object_descriptors_related_to_domain |
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.
- cname_records: Records CNAME for the domain.
- comments: Community posted c... | [
{
"default": "None",
"description": "",
"name": "domain",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "relationship",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
... |
virustotal | vt_get_comments_on_domain |
This function will retrieve comments on a specified domain.
Args:
- domain, string, required, Domain name
- x-apikey, string, required, Your API key
- limit, int32, optional, Maximum number of comments to retrieve
- cursor, string, optional, Continuation cursor
| [
{
"default": "None",
"description": "",
"name": "domain",
"required": true,
"type": "str"
},
{
"default": "None",
"description": "",
"name": "x_apikey",
"required": true,
"type": "str"
},
{
"default": null,
"description": "",
"name": "limit",
"required... |
virustotal | vt_get_votes_on_ip_address |
This function will retrieve votes on a provided IP address.
Args:
- ip: string, required, ip address
| [
{
"default": "None",
"description": "",
"name": "ip",
"required": true,
"type": "str"
}
] |
README.md exists but content is empty.
- Downloads last month
- 3