{"id":32209286,"url":"https://github.com/themains/virustotal","last_synced_at":"2026-02-19T23:01:22.886Z","repository":{"id":56934450,"uuid":"58588937","full_name":"themains/virustotal","owner":"themains","description":"R client for the Virustotal Public API. Virustotal is a Google service that analyzes files and URLs for viruses etc.","archived":false,"fork":false,"pushed_at":"2025-12-15T22:13:51.000Z","size":626,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-17T17:27:39.860Z","etag":null,"topics":["cran","cybersecurity","r","scan-files","trojans","virustotal"],"latest_commit_sha":null,"homepage":"http://themains.github.io/virustotal/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themains.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"Citation.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-05-11T23:04:48.000Z","updated_at":"2025-12-15T22:13:55.000Z","dependencies_parsed_at":"2025-04-11T22:08:39.766Z","dependency_job_id":null,"html_url":"https://github.com/themains/virustotal","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/themains/virustotal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themains%2Fvirustotal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themains%2Fvirustotal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themains%2Fvirustotal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themains%2Fvirustotal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themains","download_url":"https://codeload.github.com/themains/virustotal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themains%2Fvirustotal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29636035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cran","cybersecurity","r","scan-files","trojans","virustotal"],"created_at":"2025-10-22T06:02:17.364Z","updated_at":"2026-02-19T23:01:22.880Z","avatar_url":"https://github.com/themains.png","language":"R","funding_links":[],"categories":["Libraries"],"sub_categories":["Threat Intelligence"],"readme":"## virustotal: R Client for the VirusTotal Public API v3.0\n\n[![R-CMD-check](https://github.com/themains/virustotal/actions/workflows/R-CMD-check.yml/badge.svg)](https://github.com/themains/virustotal/actions/workflows/R-CMD-check.yml)\n[![pkgdown](https://github.com/themains/virustotal/actions/workflows/pkgdown.yml/badge.svg)](https://github.com/themains/virustotal/actions/workflows/pkgdown.yml)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/virustotal)](https://cran.r-project.org/package=virustotal)\n![](https://cranlogs.r-pkg.org/badges/grand-total/virustotal)\n\n\nUse [VirusTotal](https://www.virustotal.com), 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.\n\nThis package provides comprehensive support for the VirusTotal API v3.0, which offers richer data including IoC relationships, sandbox dynamic analysis, static file information, YARA rules, and comprehensive threat intelligence.\n\n**API Rate Limits:**\n- **Public API**: 500 requests/day, 4 requests/minute\n- **Premium API**: No daily or rate limitations\n\n**Supported Operations:**\n- **Files**: Upload, scan, get reports, download, comments, votes, relationships\n- **URLs**: Submit for analysis, get reports, comments, votes, relationships  \n- **Domains**: Get reports, comments, votes, relationships, WHOIS data\n- **IP Addresses**: Get reports, comments, votes, relationships, passive DNS\n\nSee [https://www.virustotal.com](https://www.virustotal.com) for more information. \n\n### Installation\n\nTo get the current released version from CRAN:\n```r\ninstall.packages(\"virustotal\")\n```\n\nTo get the current development version from GitHub:\n\n```r\ninstall.packages(\"devtools\")\ndevtools::install_github(\"themains/virustotal\", build_vignettes = TRUE)\n```\n\n### Usage\n\nTo learn about how to use the package, read the [vignette](vignettes/using_virustotal.Rmd). Or launch the vignette within R:\n\n```r\n# Using virustotal\nvignette(\"using_virustotal\", package = \"virustotal\")\n```\n\n### License\nScripts are released under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemains%2Fvirustotal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemains%2Fvirustotal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemains%2Fvirustotal/lists"}