deepzec / VT-HashScan

Powershell script to scan malware hashes in VT and check detection for AV vendors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VT-HashScan

Powershell script to scan multiple malware hashes in VT and check your AV vendor detection status.

  • Add your malware hashes in HashList.txt file
  • Change vendor name in "{$_.Engine -eq 'TrendMicro'}" and "Out-File -FilePath Trend_detection.txt" to match against different vendors
  • Script will generate an output file Trend_detection.txt with detection details

Usage:

powershell.exe -noprofile -executionpolicy bypass -file .\VTscan.ps1

About

Powershell script to scan malware hashes in VT and check detection for AV vendors

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%