| rescan_ip | R Documentation |
Request a new analysis of an IP address already in VirusTotal's database.
Returns an analysis ID for use with ip_report.
rescan_ip(ip = NULL, ...)
ip |
IP address to rescan (IPv4 or IPv6). Required. |
... |
Additional arguments passed to |
list containing analysis details and ID
https://docs.virustotal.com/reference
set_key for setting the API key,
ip_report for getting reports
## Not run:
# Before calling the function, set the API key using set_key('api_key_here')
# Request rescan of an IPv4 address
rescan_ip("8.8.8.8")
# Request rescan of an IPv6 address
rescan_ip("2001:4860:4860::8888")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.