Retrieves report on a given domain, including passive DNS, urls detected by at least one url scanner. Gives category of the domain from bitdefender.
domain_report(domain = NULL, ...)
domain | domain name. String. Required. |
---|---|
... | Additional arguments passed to |
named list with the following possible items:
`BitDefender category`, undetected_referrer_samples, whois_timestamp,
detected_downloaded_samples, detected_referrer_samples, `Webutation domain info`, `Alexa category`, undetected_downloaded_samples,
resolutions, detected_communicating_samples, `Opera domain info`, `TrendMicro category`, categories, domain_siblings,
`BitDefender domain info`, whois, `Alexa domain info`, response_code, verbose_msg, `Websense ThreatSeeker category`, subdomains,
`WOT domain info`, detected_urls, `Alexa rank`, undetected_communicating_samples, `Dr.Web category`, pcaps
https://www.virustotal.com/en/documentation/public-api/
set_key
for setting the API key
if (FALSE) { # Before calling the function, set the API key using set_key('api_key_here') domain_report("http://www.google.com") domain_report("http://www.goodsfwrfw.com") # Domain not found }