virustotal
R client for the Virustotal Public API. Virustotal is a Google service that analyzes files and URLs for viruses etc.
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
Repository
R client for the Virustotal Public API. Virustotal is a Google service that analyzes files and URLs for viruses etc.
Basic Info
- Host: GitHub
- Owner: themains
- License: other
- Language: HTML
- Default Branch: master
- Homepage: http://themains.github.io/virustotal
- Size: 490 KB
Statistics
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
virustotal: R Client for the VirusTotal Public API v2.0 and v3.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.
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
- Website: https://themains.github.io
- Repositories: 8
- Profile: https://github.com/themains
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
Top Committers
| Name | 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
- Homepage: https://github.com/themains/virustotal
- Documentation: http://cran.r-project.org/web/packages/virustotal/virustotal.pdf
- License: MIT + file LICENSE
-
Latest release: 0.3.0
published 6 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.3.0 depends
- httr * imports
- plyr * imports
- knitr * suggests
- lintr * suggests
- rmarkdown * suggests
- testthat * suggests
- 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