Skip to content

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

License

Notifications You must be signed in to change notification settings

deepzec/VT-HashScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published