Skip to content

4n6Engineer/MalwareChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Malware Checker Tool generates an HTML report by comparing Hashes, Ip Addresses and URL Addresses through the VirusTotal database.

Features:

  • Hash Scan (MD5,SHA1, SHA256)
  • IP Scan
  • URL Scan

Pre-Setup (Python2):

pip install virustotal-api

or

python.exe -m pip install virustotal-api

Example Usage:

python MalwareChecker.py source_ioc_list.txt

Note: VirusTotal Public API offers 4 queries per minute, and a total of 1000 queries per day. Due to this situation, it takes approximately 20 minutes to calculate and report your 100 hash lists.

Registering to the VirusTotel page, you can get your own API value. You can add the API value you have received to the VirusTotal Public section in the MalwareChecker.py file. (Since the current API will be used by every user downloaded, I recommend using your own API value to avoid restrictions.)

image

REPORT OUTPUT:

image

HASH FILTER:

image

CSV, EXCEL, PDF OUTPUT and COPY ALL ROWS:

image

COLUMN VISIBILITY

image

About

Malware Checker Tool generates an HTML report by comparing Hashes, Ip Addresses and URL Addresses through the VirusTotal database.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages