Get passive DNS data and URLs detected by URL scanners
ip_report(ip = NULL, ...)
ip | a valid IPv4 address in dotted quad notation; String; Required |
---|---|
... | Additional arguments passed to |
named list with the following potential items:
undetected_referrer_samples, detected_downloaded_samples, detected_referrer_samples,
undetected_downloaded_samples, detected_urls, undetected_downloaded_samples, response_code, as_owner, verbose_msg, country,
undetected_referrer_samples, detected_communicating_samples, resolutions, undetected_communicating_samples, asn
https://www.virustotal.com/en/documentation/public-api/
set_key
for setting the API key
if (FALSE) { # Before calling the function, set the API key using set_key('api_key_here') ip_report(ip="8.8.8.8") }