powered by
Retrieve comments for an IP address
get_ip_comments(ip = NULL, limit = NULL, cursor = NULL, ...)
IP Address. String. Required.
Number of entries. Integer. Optional. Default is 10.
String. Optional.
Additional arguments passed to virustotal_GET.
virustotal_GET
named list
https://developers.virustotal.com/v2.0/reference
set_key for setting the API key
set_key
# NOT RUN { # Before calling the function, set the API key using set_key('api_key_here') get_ip_comments("64.233.160.0") # }
Run the code above in your browser using DataLab