https://github.com/sebescudie/vl.virustotal
A not-complete-at-all implementation of the VirusTotal V3 API for vvvv
https://github.com/sebescudie/vl.virustotal
malware security virustotal vl vvvv
Last synced: 19 days ago
JSON representation
A not-complete-at-all implementation of the VirusTotal V3 API for vvvv
- Host: GitHub
- URL: https://github.com/sebescudie/vl.virustotal
- Owner: sebescudie
- Created: 2025-07-01T17:49:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T16:42:30.000Z (4 months ago)
- Last Synced: 2025-08-30T19:56:28.435Z (3 months ago)
- Topics: malware, security, virustotal, vl, vvvv
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VL.VirusTotal
A little node set to make requests to the [VirusTotal V3 REST API](https://docs.virustotal.com/docs/api-overview).
> [!NOTE]
> Currently, this library will only support a (very) limited subset of the VirusTotal V3 API, as I am wrapping it for a personal project.
> There are no plans for a complete implementation, but feel free to reach out if you need a more comprehensive version.
## Supported features
### File Report
For a file-hash, the library will return:
- Reputation score
- Last analysis results: security industry scan results for the hash you provided
- Last analysis stats: how many vendors flagged your sample as malicious/harmless, etc
- Suggested Threat Label
- Submission Stats: when was your sample first/last submitted, how many times, etc