2015-05-08 20:08:28 -04:00
|
|
|
# Awesome Malware Analysis
|
|
|
|
|
|
|
|
A curated list of awesome malware analysis tools and resources. Inspired by
|
|
|
|
[awesome-python](https://github.com/vinta/awesome-python) and
|
|
|
|
[awesome-php](https://github.com/ziadoz/awesome-php).
|
|
|
|
|
|
|
|
- [Awesome Malware Analysis](#awesome-malware-analysis)
|
2015-05-08 23:40:28 -04:00
|
|
|
- [Malware Collection](#malware-collection)
|
|
|
|
- [Anonymizers](#anonymizers)
|
|
|
|
- [Honeypots](#honeypots)
|
|
|
|
- [Malware Corpora](#malware-corpora)
|
2015-05-09 00:28:10 -04:00
|
|
|
- [Detection and Classification](#detection-and-classification)
|
2015-05-09 00:35:17 -04:00
|
|
|
- [Online Scanners and Sandboxes](#online-scanners-and-sandboxes)
|
2015-05-09 00:46:55 -04:00
|
|
|
- [Domain Analysis](#domain-analysis)
|
2015-05-09 11:25:59 -04:00
|
|
|
- [Documents and Shellcode](#documents-and-shellcode)
|
2015-05-09 00:41:41 -04:00
|
|
|
- [Memory Forensics](#memory-forensics)
|
2015-05-09 00:31:31 -04:00
|
|
|
- [Miscellaneous](#miscellaneous)
|
2015-05-08 20:08:28 -04:00
|
|
|
- [Resources](#resources)
|
|
|
|
- [Books](#books)
|
|
|
|
- [Twitter](#twitter)
|
2015-05-08 23:51:11 -04:00
|
|
|
- [Other](#other)
|
2015-05-08 20:08:28 -04:00
|
|
|
- [Related Awesome Lists](#related-awesome-lists)
|
|
|
|
- [Contributing](#contributing)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2015-05-08 23:40:28 -04:00
|
|
|
## Malware Collection
|
2015-05-08 20:08:28 -04:00
|
|
|
|
2015-05-08 23:40:28 -04:00
|
|
|
### Anonymizers
|
|
|
|
|
|
|
|
*Web traffic anonymizers for analysts.*
|
|
|
|
|
2015-05-09 00:23:12 -04:00
|
|
|
* [Anonymouse.org](http://anonymouse.org/) - A free, web based anonymizer.
|
|
|
|
* [OpenVPN](https://openvpn.net/) - VPN software and hosting solutions.
|
|
|
|
* [Privoxy](http://www.privoxy.org/) - An open source proxy server with some
|
|
|
|
privacy features.
|
2015-05-08 23:40:28 -04:00
|
|
|
* [Tor](https://www.torproject.org/) - The Onion Router, for browsing the web
|
|
|
|
without leaving traces of the client IP.
|
2015-05-08 23:51:11 -04:00
|
|
|
|
|
|
|
### Honeypots
|
|
|
|
|
2015-05-09 00:24:53 -04:00
|
|
|
*Trap and collect your own samples.*
|
|
|
|
|
2015-05-08 23:51:11 -04:00
|
|
|
### Malware Corpora
|
|
|
|
|
2015-05-09 00:24:53 -04:00
|
|
|
*Malware samples collected for analysis.*
|
|
|
|
|
2015-05-09 11:17:07 -04:00
|
|
|
* [Clean MX](http://support.clean-mx.de/clean-mx/viruses.php) - Realtime
|
|
|
|
database of malware and malicious domains.
|
2015-05-08 23:51:11 -04:00
|
|
|
* [Contagio](http://contagiodump.blogspot.com/) - A collection of recent
|
|
|
|
malware samples and analyses.
|
2015-05-09 11:34:23 -04:00
|
|
|
* [Exploit Database](https://www.exploit-db.com/) - Exploit and shellcode
|
|
|
|
samples.
|
2015-05-09 11:17:07 -04:00
|
|
|
* [Zeltser's Sources](https://zeltser.com/malware-sample-sources/) - A list
|
|
|
|
of malware sample sources put together by Lenny Zeltser.
|
2015-05-08 23:51:11 -04:00
|
|
|
|
2015-05-09 00:28:10 -04:00
|
|
|
## Detection and Classification
|
|
|
|
|
|
|
|
*Antivirus and other malware identification tools*
|
|
|
|
|
2015-05-09 11:36:04 -04:00
|
|
|
* [AnalyzePE](https://github.com/hiddenillusion/AnalyzePE) - Wrapper for a
|
|
|
|
variety of tools for reporting on Windows PE files.
|
2015-05-09 00:28:10 -04:00
|
|
|
* [ClamAV](http://www.clamav.net/index.html) - Open source antivirus engine.
|
|
|
|
* [YARA](https://plusvic.github.io/yara/) - Pattern matching tool for
|
|
|
|
analysts.
|
|
|
|
|
2015-05-09 00:35:17 -04:00
|
|
|
## Online Scanners and Sandboxes
|
|
|
|
|
2015-05-09 11:24:09 -04:00
|
|
|
* [Cuckoo Sandbox](http://cuckoosandbox.org/) - Open source, self hosted
|
|
|
|
sandbox and automated analysis system.
|
2015-05-09 00:35:17 -04:00
|
|
|
* [Jotti]() - Free online multi-AV scanner.
|
|
|
|
* [Malwr]() - Free analysis with an online Cuckoo Sandbox instance.
|
2015-05-09 00:35:53 -04:00
|
|
|
* [VirusTotal](https://www.virustotal.com/) - Free online analysis of malware
|
|
|
|
samples and URLs
|
2015-05-09 11:24:09 -04:00
|
|
|
* [Zeltser's List](https://zeltser.com/automated-malware-analysis/) - Free
|
|
|
|
automated sandboxes and services, compiled by Lenny Zeltser.
|
2015-05-09 00:35:17 -04:00
|
|
|
|
2015-05-09 11:26:12 -04:00
|
|
|
## Domain Analysis
|
|
|
|
|
|
|
|
*Inspect domains and IP addresses.*
|
|
|
|
|
|
|
|
* [Dig](http://networking.ringofsaturn.com/) - Free online dig and other
|
|
|
|
network tools.
|
2015-05-09 11:36:04 -04:00
|
|
|
* [IPinfo](https://github.com/hiddenillusion/IPinfo) - Gather information
|
|
|
|
about an IP or domain by searching online resources.
|
2015-05-09 11:26:12 -04:00
|
|
|
* [Whois](http://whois.domaintools.com/) - DomainTools free online whois
|
|
|
|
search.
|
|
|
|
* [Zeltser's List](https://zeltser.com/lookup-malicious-websites/) - Free
|
|
|
|
online tools for researching malicious websites, compiled by Lenny Zeltser.
|
|
|
|
|
2015-05-09 11:34:23 -04:00
|
|
|
## Documents and Shellcode
|
|
|
|
|
2015-05-09 11:36:04 -04:00
|
|
|
* [AnalyzePDF](https://github.com/hiddenillusion/AnalyzePDF) - A tool for
|
|
|
|
analyzing PDFs and attempting to determine whether they are malicious.
|
2015-05-09 11:42:00 -04:00
|
|
|
* [JSDetox](http://www.relentless-coding.com/projects/jsdetox/) - JavaScript
|
|
|
|
malware analysis tool.
|
2015-05-09 11:34:23 -04:00
|
|
|
* [jsunpack-n](https://code.google.com/p/jsunpack-n/) - A javascript
|
|
|
|
unpacker that emulates browser functionality.
|
2015-05-09 11:46:37 -04:00
|
|
|
* [PDF Tools](http://blog.didierstevens.com/programs/pdf-tools/) - pdfid,
|
|
|
|
pdf-parser, and more from Didier Stevens.
|
2015-05-09 11:34:23 -04:00
|
|
|
* [Spidermonkey](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey) -
|
|
|
|
Mozilla's JavaScript engine, for debugging malicious JS.
|
|
|
|
* [diStorm](http://www.ragestorm.net/distorm/) - Disassembler for analyzing
|
|
|
|
malicious shellcode.
|
|
|
|
|
2015-05-09 00:41:41 -04:00
|
|
|
## Memory Forensics
|
|
|
|
|
2015-05-09 00:46:55 -04:00
|
|
|
*Tools for dissecting malware in memory images or running systems.*
|
|
|
|
|
2015-05-09 00:41:41 -04:00
|
|
|
* [FindAES](https://jessekornblum.livejournal.com/269749.html) - Find AES
|
|
|
|
encryption keys in memory.
|
|
|
|
* [Rekall](http://www.rekall-forensic.com/) - Memory analysis framework,
|
|
|
|
forked from Volatility in 2013.
|
|
|
|
* [TotalRecall](https://github.com/sketchymoose/TotalRecall) - Script based
|
|
|
|
on Volatility for automating various malware analysis tasks.
|
|
|
|
* [Volatility](https://github.com/volatilityfoundation/volatility) - Advanced
|
|
|
|
memory forensics framework.
|
2015-05-09 00:42:55 -04:00
|
|
|
* [WinDbg](https://msdn.microsoft.com/en-us/windows/hardware/hh852365) - Live
|
|
|
|
memory inspection and kernel debugging for Windows systems.
|
2015-05-09 00:41:41 -04:00
|
|
|
|
2015-05-09 00:31:31 -04:00
|
|
|
## Miscellaneous
|
|
|
|
|
|
|
|
* [REMnux](https://remnux.org/) - Linux distribution and docker images for
|
|
|
|
malware reverse engineering and analysis.
|
|
|
|
|
2015-05-08 23:51:11 -04:00
|
|
|
# Resources
|
|
|
|
|
|
|
|
## Books
|
|
|
|
|
|
|
|
## Twitter
|
|
|
|
|
|
|
|
## Other
|
|
|
|
|
2015-05-09 11:17:07 -04:00
|
|
|
* [Malicious Software](https://zeltser.com/malicious-software/) - Malware
|
|
|
|
blog and resources by Lenny Zeltser.
|
|
|
|
* [/r/Malware](https://www.reddit.com/r/Malware) - The malware subreddit.
|
|
|
|
* [/r/ReverseEngineering](https://www.reddit.com/r/ReverseEngineering) -
|
|
|
|
Reverse engineering subreddit, not limited to just malware.
|
|
|
|
|
2015-05-08 23:51:11 -04:00
|
|
|
# Related Awesome Lists
|
|
|
|
|
|
|
|
* [Android Security](https://github.com/ashishb/android-security-awesome)
|
|
|
|
* [Pentesting](https://github.com/enaqx/awesome-pentest)
|
|
|
|
* [Security](https://github.com/sbilly/awesome-security)
|
|
|
|
|
|
|
|
# [Contributing](CONTRIBUTING.md)
|
|
|
|
|
|
|
|
Pull requests and issues with suggestions are welcome!
|