Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geoffsmith82/virustotal
VirusTotal public API implementation in Delphi
https://github.com/geoffsmith82/virustotal
anti-virus antivirus json rest-api virustotal-api virustotal-delphi
Last synced: about 2 months ago
JSON representation
VirusTotal public API implementation in Delphi
- Host: GitHub
- URL: https://github.com/geoffsmith82/virustotal
- Owner: geoffsmith82
- Created: 2016-10-23T01:20:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T15:22:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T09:41:54.794Z (almost 2 years ago)
- Topics: anti-virus, antivirus, json, rest-api, virustotal-api, virustotal-delphi
- Language: Pascal
- Homepage:
- Size: 38.1 KB
- Stars: 15
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VirusTotal
![](/VirusTotalLogo.png)
TVirusTotal - class to work with the VirusTotal service to check files and URL's for viruses and malware.VirusTotal is a free online service that analyzes files and URLs for the presence of malware and other security threats. It uses multiple antivirus engines and other tools to scan and analyze submitted content, allowing it to detect a wide range of threats that a single antivirus program might miss. It can be used to check the safety of suspicious files and URLs, and it provides a detailed report with information about the scan results. VirusTotal's database is regularly updated with the latest threat intelligence and signatures from its antivirus partners, making it effective at detecting and protecting against the latest threats.
How to Use
---------------
1. Download File VirusTotal.pas
2. Add VirusTotal.pas file to your project.
3. Get a API Key from https://www.virustotal.com/gui/my-apikey
4. Now you can work with the service https://www.virustotal.com.*Note* Should work in Delphi XE6 and later as it uses TNetHTTP components