A collection of PowerShell Modules for Interacting with the VirusTotal API
Notes:
- You'll need your VirusTotal API key, which can be found on your VirusTotal Account
- Examples of the APIs used in the modules may be found on the VirusTotal Developers Page
- Download the modules from the GitHub Repository
- Install all the modules
Get-ChildItem -Recurse *.psm1 | Import-Module
Install-Module -Name Set-VirusScan
Install-Module -Name Set-VirusRescan
Install-Module -Name Get-VirusReport
Install-Module -Name Get-VirusIPReport
Install-Module -Name Get-VirusDomainReport