View source: R/rescan_domain.R
| rescan_domain | R Documentation |
Request a new analysis of a domain already in VirusTotal's database.
Returns an analysis ID for use with domain_report.
rescan_domain(domain = NULL, ...)
domain |
Domain name to rescan. Required. |
... |
Additional arguments passed to |
list containing analysis details and ID
https://docs.virustotal.com/reference
set_key for setting the API key,
domain_report for getting reports
## Not run:
# Before calling the function, set the API key using set_key('api_key_here')
# Request rescan of a domain
rescan_domain("google.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.