SkillAgentSearch skills...

MalwareChecker

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

Install / Use

/learn @4n6Engineer/MalwareChecker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
<h1>Pre-Setup (Python2):</h1>

pip install virustotal-api

or

python.exe -m pip install virustotal-api

<h1>Example Usage:</h1>

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

<h1>REPORT OUTPUT:</h1>

image

<h1>HASH FILTER:</h1>

image

<h1>CSV, EXCEL, PDF OUTPUT and COPY ALL ROWS:</h1>

image

<h1> COLUMN VISIBILITY </h1>

image

Related Skills

View on GitHub
GitHub Stars36
CategoryData
Updated1y ago
Forks4

Languages

Python

Security Score

60/100

Audited on Mar 17, 2025

No findings