| ip_report | R Documentation |
Retrieves comprehensive analysis report for an IP address, including geolocation, ASN information, DNS resolutions, and detected URLs.
ip_report(ip = NULL, ...)
ip |
a valid IPv4 or IPv6 address. Required. |
... |
Additional arguments passed to |
list containing IP analysis results including geolocation, ASN information, DNS resolutions, detected URLs, and threat intelligence
https://docs.virustotal.com/reference
set_key for setting the API key
## Not run:
# 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")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.