virustotal

R client for the Virustotal Public API. Virustotal is a Google service that analyzes files and URLs for viruses etc.

https://github.com/themains/virustotal

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary

Keywords

cran cybersecurity r scan-files trojans virustotal
Last synced: 6 months ago · JSON representation ·

Repository

R client for the Virustotal Public API. Virustotal is a Google service that analyzes files and URLs for viruses etc.

Basic Info
Statistics
  • Stars: 12
  • Watchers: 2
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Topics
cran cybersecurity r scan-files trojans virustotal
Created almost 10 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Citation

README.md

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: r install.packages("virustotal")

To get the current development version from GitHub:

r 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:

```r

Using virustotal

vignette("using_virustotal", package = "virustotal") ```

License

Scripts are released under the MIT License.

Owner

  • Name: the mains
  • Login: themains
  • Kind: organization

making it easier to understand web traffic

Citation (Citation.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Sood"
  given-names: "Gaurav"
title: "virustotal: R Client for the VirusTotal Public API 2.0"
version: 0.2.2
date-released: 2021-11-04
url: "https://github.com/themains/virustotal"

GitHub Events

Total
  • Watch event: 1
  • Push event: 3
Last Year
  • Watch event: 1
  • Push event: 3

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 92
  • Total Committers: 2
  • Avg Commits per committer: 46.0
  • Development Distribution Score (DDS): 0.098
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Gaurav Sood g****7@g****m 83
Gaurav Sood s****u 9

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 0
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: N/A
  • Total issue authors: 3
  • Total pull request authors: 0
  • Average comments per issue: 0.67
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Syazaxoxovox (1)
  • jayhesselberth (1)
  • jgamblin (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 218 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: virustotal

R Client for the VirusTotal API

  • Versions: 5
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 218 Last month
Rankings
Forks count: 14.2%
Stargazers count: 15.8%
Dependent packages count: 18.1%
Dependent repos count: 23.9%
Average: 27.5%
Downloads: 65.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.3.0 depends
  • httr * imports
  • plyr * imports
  • knitr * suggests
  • lintr * suggests
  • rmarkdown * suggests
  • testthat * suggests
.github/workflows/check-release.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v2-branch composite
  • r-lib/actions/setup-r v2-branch composite
  • r-lib/actions/setup-r-dependencies v2-branch composite