Proof of concept bot for VirusTotal API.
This Discord bot integrates with the VirusTotal API to provide security intelligence for file hashes and IP addresses. Users can query the bot using commands like /vt <ip address>
to retrieve reports in their Discord channels.
For file hashes, the bot returns information such as file reputation, malicious detections, and scan dates. For IP addresses, it checks whether the IP is private or public, and for public IPs, it retrieves data like malicious activity, associated URLs, and country.
You can get your own VirusTotal API key at: [https://www.virustotal.com/gui/my-apikey]. By using this bot as a template you can expand on the VT API capabilities and make a very useful tool for malware analysis.
