powered by
Retrieves comprehensive analysis report for an IP address, including geolocation, ASN information, DNS resolutions, and detected URLs.
ip_report(ip = NULL, ...)
list containing IP analysis results including geolocation, ASN information, DNS resolutions, detected URLs, and threat intelligence
a valid IPv4 or IPv6 address; String; Required
Additional arguments passed to virustotal_GET.
virustotal_GET
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') ip_report(ip="8.8.8.8") ip_report(ip="2001:4860:4860::8888") # IPv6 example }
Run the code above in your browser using DataLab