View source: R/domain_report.R
| domain_report | R Documentation |
Retrieves comprehensive analysis report for a given domain, including WHOIS information, DNS resolutions, detected URLs, and threat intelligence data.
domain_report(domain = NULL, ...)
domain |
Domain name (character string). Required. |
... |
Additional arguments passed to |
A virustotal_domain_report object containing domain analysis
results including WHOIS data, DNS resolutions, detected URLs, categories,
and threat intelligence
https://docs.virustotal.com/reference/domains
set_key for setting the API key
## Not run:
# Set API key first
set_key('your_api_key_here')
# Get domain reports
report1 <- domain_report("google.com")
report2 <- domain_report("https://www.example.com/path")
print(report1)
summary(report1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.