Skip to content

jkerai1/VirusTotal-IP-powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VirusTotal-IP-powershell

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

Api key 1PNG

Key is found: API key 2

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)

Capture

$headers.Add("x-apikey", "YOUR KEY GOES HERE")

Now program is ready to use:

Paste in IP (I stands for IP):

1

in v4 onwards the output is automatically pasted to the clipboard


To get PS version (required for advanced version of script: $PSVersionTable

Ref: https://developers.virustotal.com/reference/ip-info