We, the members of Rhacknarok, are passionate about cybersecurity and have a single goal: to learn. We've launched a new project called Long Live the Malware. The aim is to set up a honeypot and collect as many malware samples as possible for analysis.
Ideally, we'd like to recover samples that are not yet detected by the various security solutions. So here's a message for those who attack us: please, make an effort! π
The Malheim project has been developed to recover these samples and put them online on a GitHub repo, to keep track of them. At the same time, it will upload the hashes and/or files to Virustotal to find out whether they have been spotted or not. Malheim's code may not be optimal: we're not very good at development. All suggestions are welcome. ππ
- Recovering malware samples ;
- Upload hashes and files to Virustotal ;
- Save samples on your Github repo.
1. Clone this repository
git clone https://github.com/Rhacknarok/malheim.git
2. Install dependencies
cd malheim
python3 -m pip install -r requirements.txt
3. Configure .ini file
Edit config.ini file.
4. Execute Malheim
python3 malheim.py
5. Crontab [OPTIONAL]
Add malheim.py to your crontab to run it periodically.Technologies used in the project:
- Python ;
- Thor's hammer ;
- Love β€οΈ
We're continuing to work on this project, improving it as much as we can. If you like the project and would like to take part, we'd be delighted to receive your contributions. πβοΈ