KngStr / Delphi-VirusTotal-API

VirusTotal public API implementation in Delphi

Home Page:https://codmasters.ru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delphi VirusTotal API

VirusTotal

VirusTotal, a subsidiary of Google, is a free online service that analyzes files and URLs enabling the identification of viruses, worms, trojans and other kinds of malicious content detected by antivirus engines and website scanners. At the same time, it may be used as a means to detect false positives, i.e. innocuous resources detected as malicious by one or more scanners.

VirusTotal API

The VirusTotal API lets you upload and scan files or URLs, access finished scan reports and make automatic comments without the need of using the website interface. In other words, it allows you to build simple scripts to access the information generated by VirusTotal.

Author

Maxim Sysoev / https://github.com/ms301/VirusTotal

Portions By KngStr.

Как работать

  1. Скачайте файл VirusTotal.pas
  2. Добавьте файл VirusTotal.pas в ваш проект.
  3. Теперь вы можете работать с сервисом https://www.virustotal.com.

Note: Для работы необходима библиотека https://github.com/onryldz/x-superobject

Note: Разрабатывается в Delphi X - работа в более ранних версиях не гарантируется.

Дополнительная информация на сайте https://codmasters.ru/forum.php?mod=viewthread&tid=166

About

VirusTotal public API implementation in Delphi

https://codmasters.ru/


Languages

Language:Pascal 100.0%