Add @hiddenillusion tools

This commit is contained in:
rshipp 2015-05-09 09:36:04 -06:00
parent 65e3e5edf3
commit dd8165e876

View File

@ -58,6 +58,8 @@ A curated list of awesome malware analysis tools and resources. Inspired by
*Antivirus and other malware identification tools*
* [AnalyzePE](https://github.com/hiddenillusion/AnalyzePE) - Wrapper for a
variety of tools for reporting on Windows PE files.
* [ClamAV](http://www.clamav.net/index.html) - Open source antivirus engine.
* [YARA](https://plusvic.github.io/yara/) - Pattern matching tool for
analysts.
@ -79,6 +81,8 @@ A curated list of awesome malware analysis tools and resources. Inspired by
* [Dig](http://networking.ringofsaturn.com/) - Free online dig and other
network tools.
* [IPinfo](https://github.com/hiddenillusion/IPinfo) - Gather information
about an IP or domain by searching online resources.
* [Whois](http://whois.domaintools.com/) - DomainTools free online whois
search.
* [Zeltser's List](https://zeltser.com/lookup-malicious-websites/) - Free
@ -86,6 +90,8 @@ A curated list of awesome malware analysis tools and resources. Inspired by
## Documents and Shellcode
* [AnalyzePDF](https://github.com/hiddenillusion/AnalyzePDF) - A tool for
analyzing PDFs and attempting to determine whether they are malicious.
* [jsunpack-n](https://code.google.com/p/jsunpack-n/) - A javascript
unpacker that emulates browser functionality.
* [Spidermonkey](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey) -