Learn R Programming

⚠️There's a newer version (0.5.0) of this package.Take me there.

virustotal: R Client for the VirusTotal Public API 2.0

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.

As of June, 2016, Public API 2.0 had the following rate limits:

Unit of timeRate Limit
Minute4 requests/minute
Day5760 requests/day
Month178560 requests/month

See http://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("soodoku/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.

Copy Link

Version

Install

install.packages('virustotal')

Monthly Downloads

555

Version

0.2.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Gaurav Sood

Last Published

May 1st, 2017

Functions in virustotal (0.2.1)

file_report

Get File Scan Report
ip_report

Get IP Report
virustotal_POST

POST
virustotal_check

Request Response Verification
scan_file

Submit a file for scanning
scan_url

Submit URL for scanning
add_comments

Add comments on Files and URLs
domain_report

Get Domain Report
set_key

Set API Key
url_report

Get URL Report
rate_limit

Rate Limits
rescan_file

Rescan already submitted files
virustotal-package

virustotal: Access Virustotal API
virustotal_GET

Base POST AND GET functions. Not exported.