Maltrieve - Tool To Retrieve Malware Directly From the Source
Maltrieve is a python tool that allows you to retrieve malware directly from the sources as listed at a number of sites.
Currently it can crawl the following:
Currently it can crawl the following:
It requires the following dependencies:
Usage:
maltrieve [-h] [-p PROXY] [-d DUMPDIR] [-l LOGFILE] [-x] [-v] [-c] [-s]
-h, --help show this help message and exit
-p PROXY, --proxy PROXY
Define HTTP proxy as address:port
-d DUMPDIR, --dumpdir DUMPDIR
Define dump directory for retrieved files
-l LOGFILE, --logfile LOGFILE
Define file for logging progress
-x, --vxcage Dump the files to a VxCage instance
-v, --viper Dump the files to a Viper instance
-r, --crits Dump the file and domain to a CRITs instance
-c, --cuckoo Enable Cuckoo analysis
-s, --sort_mime Sort files by MIME type
Cron can be used to automate the execution of Maltrieve. The following example is provided to help get you started. It will create a cron job that will run Maltrieve every day at 2:01 as a standard user.
As a user, execute
crontab -e
If installed normally, add the following to the end of the file.
01 02 * * * maltrieve
If downloaded to a folder and executed, add the following to the end of the file.
01 02 * * * cd && /usr/bin/python maltrieve.py
Note: Red Hat systems will need to ensure that the user is added to the /etc/cron.allow file.
You might also like:
- 14 Best IP Hide Tools 2017
- Srm - Command-line Tool For Deleting Files Permanently
- CIAT - Crypto Implementations Analysis Toolkit
- fwknop - Single Packet Authorization
- Proxyp - Multithreaded Proxy Enumeration Utility
- PeStudio - Malware Initial Assessment Tool
- Hasher - Tool For Creating & Comparing Hashes
- NIELD - Network Interface Events Logging Daemon
- IgorWare Hasher - Tool For Verifying The Integrity Of Downloaded Files
- BlackArch Linux - Penetration Testing Distribution
- AIEngine - An Artificial Intelligent Intrusion Detection System Engine
- GDB - The GNU Project Debugger
- XSSless - An Automated XSS Payload Generator
- Malheur - Tool For Malware Analysis
- dotDefender - Web Application Firewall
- DirBuster - File & Directory Brute Forcing Tool
- FoxAnalysis - Firefox Internet History Analysis Tool
- DAVOSET - Tool For Performing DDoS Attacks Via Other Sites
- Router Password Kracker - Tool For Cracking Router/Modem/Website Passwords
- Memoryze - Memory Forensics Tool
- Xplico - Network Forensic Analysis Tool
from Effect Hacking full article here