Skip to content

❗ This is a read-only mirror of the CRAN R package repository. virustotal — R Client for the VirusTotal API. Homepage: https://github.com/themains/virustotal Report bugs for this package: https://github.com/themains/virustotal/issues

License

Notifications You must be signed in to change notification settings

cran/virustotal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virustotal: R Client for the VirusTotal Public API v2.0 and v3.0

Build status CRAN_Status_Badge codecov

Use VirusTotal, a Google service that analyzes files and URLs for viruses, worms, trojans etc., provides category of the content hosted by a domain from a variety of prominent services, provides passive DNS information, among other things.

This package supports both VirusTotal API v2.0 (legacy) and v3.0 (current). The v3.0 API provides richer data including IoC relationships, sandbox dynamic analysis, static file information, YARA rules, and more comprehensive threat intelligence.

API Rate Limits:

  • Public API: 500 requests/day, 4 requests/minute
  • Premium API: No daily or rate limitations

Supported Operations:

  • Files: Upload, scan, get reports, download, comments, votes, relationships
  • URLs: Submit for analysis, get reports, comments, votes, relationships
  • Domains: Get reports, comments, votes, relationships, WHOIS data
  • IP Addresses: Get reports, comments, votes, relationships, passive DNS

See https://www.virustotal.com for more information.

Installation

To get the current released version from CRAN:

install.packages("virustotal")

To get the current development version from GitHub:

install.packages("devtools")
devtools::install_github("themains/virustotal", build_vignettes = TRUE)

Usage

To learn about how to use the package, read the vignette. Or launch the vignette within R:

# Using virustotal
vignette("using_virustotal", package = "virustotal")

License

Scripts are released under the MIT License.

About

❗ This is a read-only mirror of the CRAN R package repository. virustotal — R Client for the VirusTotal API. Homepage: https://github.com/themains/virustotal Report bugs for this package: https://github.com/themains/virustotal/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages