virustotal_cat.Rd
Returns category of content from 6 major services including: BitDefender, Dr. Web, Alexa (DMOZ), Google, Websense, and Trendmicro. Not all services will have categories for all the domains. When the categories are not returned for a particular domain, we return a NA.
virustotal_cat(domain = NULL, apikey = NULL)
domain name
virustotal API key
data.frame with 7 columns: domain, bitdefender, dr_web, alexa, google, websense, trendmicro
Get the API Access Key from http://www.virustotal.com/. Either pass the API Key to the function
or set the environmental variable: VirustotalToken
. Environment variables persist within
a R session.
if (FALSE) {
virustotal_cat("http://www.google.com")
}