Learn R Programming

virustotal (version 0.3.0)

domain_report: Get Domain Report

Description

Retrieves comprehensive analysis report for a given domain, including WHOIS information, DNS resolutions, detected URLs, and threat intelligence data.

Usage

domain_report(domain = NULL, ...)

Value

list containing domain analysis results including WHOIS data, DNS resolutions, detected URLs, categories, and threat intelligence

Arguments

domain

domain name. String. Required.

...

Additional arguments passed to virustotal_GET.

References

https://docs.virustotal.com/reference

See Also

set_key for setting the API key

Examples

Run this code
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