Update README.md

This commit is contained in:
Andrew Garcia 2016-10-29 11:32:49 -06:00 committed by GitHub
parent 26ee545d7c
commit ee155c794c

View File

@ -221,8 +221,8 @@ A curated list of awesome malware analysis tools and resources. Inspired by
* [totalhash.py](https://gist.github.com/gleblanc1783/3c8e6b379fa9d646d401b96ab5c7877f) - Python script
for easy searching of the [TotalHash.cymru.com](https://totalhash.cymru.com/) database.
* [TrID](http://mark0.net/soft-trid-e.html) - File identifier.
* [VirusTotal](http://virustotal.com) - Virus total aggregates many antivirus products and online scan engines to check for viruses that
the user's own antivirus may have missed, or to verify against any false positives.
* [VirusTotal](https://virustotal.com) - Virus total aggregates many antivirus products and online scan engines to check for viruses
that the user's own antivirus may have missed, or to verify against any false positives.
* [YARA](https://plusvic.github.io/yara/) - Pattern matching tool for
analysts.
* [Yara rules generator](https://github.com/Neo23x0/yarGen) - Generate
@ -238,7 +238,7 @@ A curated list of awesome malware analysis tools and resources. Inspired by
* [AVCaesar](https://avcaesar.malware.lu/) - Malware.lu online scanner and
malware repository.
* [Cryptam](http://www.cryptam.com/) - Analyze suspicious office documents.
* [Cuckoo Sandbox](https://cuckoosandbox.org/) - Open source, self hosted
* [Cuckoo Sandbox](https://github.com/cuckoosandbox/cuckoo) - Open source, self hosted
sandbox and automated analysis system.
* [cuckoo-modified](https://github.com/brad-accuvant/cuckoo-modified) - Modified
version of Cuckoo Sandbox released under the GPL. Not merged upstream due to
@ -592,7 +592,7 @@ the [browser malware](#browser-malware) section.*
search malware.
* [Polichombr](https://github.com/ANSSI-FR/polichombr) - A malware analysis
platform designed to help analysts to reverse malwares collaboratively.
* [Viper](http://viper.li/) - A binary management and analysis framework for
* [Viper](https://github.com/viper-framework/viper) - A binary management and analysis framework for
analysts and researchers.
## Miscellaneous