An open API service indexing awesome lists of open source software.

https://github.com/deepzec/vt-hashscan

Powershell script to scan malware hashes in VT and check detection for AV vendors
https://github.com/deepzec/vt-hashscan

malware-detection powershell-script virustotal virustotal-search

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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