Project

VirusTotalAnalyzer

PowerShell module that intearacts with the VirusTotal service using a VirusTotal API (free)

Stars81
Forks11
Open issues0
PowerShell Gallery downloads25246
Releasev0.0.5
Language: C# Updated: 2026-02-14T21:45:44.0000000+00:00

Documentation

Install VirusTotalAnalyzer

Install VirusTotalAnalyzer for PowerShell or .NET.

Install the PowerShell module:

Install-Module -Name VirusTotalAnalyzer -Scope CurrentUser
Import-Module VirusTotalAnalyzer

Use the .NET library from NuGet:

dotnet add package VirusTotalAnalyzer

Keep the API key in an environment variable or your normal secret store:

$env:VT_API_KEY = '<virus-total-api-key>'