Get passive DNS data and URLs detected by URL scanners

ip_report(ip = NULL, ...)

Arguments

ip

a valid IPv4 address in dotted quad notation; String; Required

...

Additional arguments passed to virustotal2_GET.

Value

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

References

https://www.virustotal.com/en/documentation/public-api/

See also

set_key for setting the API key

Examples

if (FALSE) { # Before calling the function, set the API key using set_key('api_key_here') ip_report(ip="8.8.8.8") }