ip_report {virustotal}R Documentation

Get IP Report

Description

Get passive DNS data and URLs detected by URL scanners

Usage

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://developers.virustotal.com/v2.0/reference

See Also

set_key for setting the API key

Examples

## Not run: 

# Before calling the function, set the API key using set_key('api_key_here')

ip_report(ip="8.8.8.8")

## End(Not run)

[Package virustotal version 0.2.2 Index]