Recipe Difficulty: Medium
Python Version: 3.5
Operating System: Any
In this recipe, we use VirusTotal, a free online virus, malware, and URL scanner, to automate the review of potentially malicious websites or files. VirusTotal maintains detailed documentation of their API on their website. We will demonstrate how to perform basic queries against their system using their documented API and store returned results into a CSV file.