rescan_domain: Request rescan of a domain

View source: R/rescan_domain.R

rescan_domainR Documentation

Request rescan of a domain

Description

Request a new analysis of a domain already in VirusTotal's database. Returns an analysis ID for use with domain_report.

Usage

rescan_domain(domain = NULL, ...)

Arguments

domain

Domain name to rescan. Required.

...

Additional arguments passed to virustotal_POST.

Value

list containing analysis details and ID

References

https://docs.virustotal.com/reference

See Also

set_key for setting the API key, domain_report for getting reports

Examples

## 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)

virustotal documentation built on April 13, 2026, 9:07 a.m.