powered by
Submit a URL for analysis. Returns analysis details including an ID that can be used to retrieve the report using url_report
url_report
scan_url(url = NULL, ...)
list containing analysis details and ID
URL to scan; string; required
Additional arguments passed to virustotal_POST.
virustotal_POST
https://docs.virustotal.com/reference
set_key for setting the API key
set_key
if (FALSE) { # Before calling the function, set the API key using set_key('api_key_here') scan_url("http://www.google.com") }
Run the code above in your browser using DataLab