python3 virustotal.py NAME_OF_CSV_FILE.csv
(Make sure you use python3)
Results will be outputted in the results.csv file.
A script in python which takes csv file consisting of IP addresses as input and checks the score of those IPs on Virustotal. It outputs the result in a csv file.
Python