powered by
Retrieves comprehensive analysis report for a given domain, including WHOIS information, DNS resolutions, detected URLs, and threat intelligence data.
domain_report(domain = NULL, ...)
list containing domain analysis results including WHOIS data, DNS resolutions, detected URLs, categories, and threat intelligence
domain name. String. Required.
Additional arguments passed to virustotal_GET.
virustotal_GET
https://docs.virustotal.com/reference
set_key for setting the API key
set_key
if (FALSE) { # Before calling the function, set the API key using set_key('api_key_here') domain_report("google.com") domain_report("example.com") }
Run the code above in your browser using DataLab