Fix Loki ordering

This commit is contained in:
rshipp 2015-09-22 17:46:17 +02:00
parent 07da4ab57c
commit ead1f87f4d

View File

@ -171,6 +171,7 @@ A curated list of awesome malware analysis tools and resources. Inspired by
edit file metadata.
* [hashdeep](https://github.com/jessek/hashdeep) - Compute digest hashes with
a variety of algorithms.
* [Loki](https://github.com/Neo23x0/Loki) - Host based scanner for IOCs.
* [MASTIFF](https://github.com/KoreLogicSecurity/mastiff) - Static analysis
framework.
* [MultiScanner](https://github.com/MITRECND/multiscanner) - Modular file
@ -190,7 +191,6 @@ A curated list of awesome malware analysis tools and resources. Inspired by
* [TrID](http://mark0.net/soft-trid-e.html) - File identifier.
* [YARA](https://plusvic.github.io/yara/) - Pattern matching tool for
analysts.
* [Loki](https://github.com/Neo23x0/Loki) - Host based scanner for IOCs.
* [Yara rules generator](https://github.com/Neo23x0/yarGen) - Generate
yara rules based on a set of malware samples. Also contains a good
strings DB to avoid false positives.