domain_report: Get Domain Report

Description Usage Arguments Value References See Also Examples

View source: R/domain_report.R

Description

Retrieves report on a given domain, including passive DNS, urls detected by at least one url scanner. Gives category of the domain from bitdefender.

Usage

1
domain_report(domain = NULL, ...)

Arguments

domain

domain name. String. Required.

...

Additional arguments passed to virustotal2_GET.

Value

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

References

https://developers.virustotal.com/v2.0/reference

See Also

set_key for setting the API key

Examples

1
2
3
4
5
6
7
8
## Not run: 

# 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

## End(Not run)

virustotal documentation built on Nov. 4, 2021, 9:08 a.m.