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
- Host: GitHub
- URL: https://github.com/deepzec/vt-hashscan
- Owner: deepzec
- License: gpl-3.0
- Created: 2018-07-30T11:59:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T12:48:00.000Z (about 7 years ago)
- Last Synced: 2024-01-07T22:58:35.570Z (over 1 year ago)
- Topics: malware-detection, powershell-script, virustotal, virustotal-search
- Language: PowerShell
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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