Triage an IP using powershell
First you need an API key from virusTotal: https://www.virustotal.com
You need to make an account. Once you have done so you can click on the top right > API Key and your api key will available
Then you can paste your api key within the line, between the quotation marks (near line 12-14 at the moment, however this may change)
$headers.Add("x-apikey", "YOUR KEY GOES HERE")
Now program is ready to use:
Paste in IP (I stands for IP):
in v4 onwards the output is automatically pasted to the clipboard
To get PS version (required for advanced version of script: $PSVersionTable