Releases: simeononsecurity/VirusTotal-PS
Releases · simeononsecurity/VirusTotal-PS
1.0.0
VirusTotal-PS
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 Shodan Account
- Examples of the APIs used in the modules may be found on the VirusTotal Developers Page
Download and Install
Manual:
- Download the modules from the GitHub Repository
- Install all the modules
Get-ChildItem -Recurse *.ps1 | Import-Module
PowerShell Gallery:
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