SkillAgentSearch skills...

Malget

A personal malware feed which downloads and classifies the latest samples from Malshare.

Install / Use

/learn @Droogy/Malget
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Malget

Your own personal malware feed!

Description

Malget is a Python script which downloads, classifies, and names the latest malware samples from Malshare with a little help from the VirusTotal API.

I created this originally because I was practicing creating YARA, Sigma, and Snort rules but I didn't have live samples to work with. While you can get samples from some databases they may not be updated often or it becomes tedious grabbing a sample, dragging it over to a folder, naming it, etc..

Example Output

Screenshot

Getting Started

Dependencies

Executing program

  • the -n argument is used the specify the number of samples you want to download (note that Malshare and VirusTotal have daily API limits)
# download and classify 10 samples
python3 malget.py -n 10

To-Do

  • multi-thread everything
  • need more error handling
  • unit testing and profiling sessions are needed to help refactor code
  • add more magic bytes signatures and respective folders

Help

python3 malget.py --help

Authors

@0xDroogy

A special thanks to smelly and the VX-Underground crew for inspiration from their own malware feed :)

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated3mo ago
Forks4

Languages

Python

Security Score

87/100

Audited on Dec 13, 2025

No findings