From ead1f87f4d73a592e41c7673bb59b64fc80b05fa Mon Sep 17 00:00:00 2001 From: rshipp Date: Tue, 22 Sep 2015 17:46:17 +0200 Subject: [PATCH] Fix Loki ordering --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d6209a..91ddbf8 100644 --- a/README.md +++ b/README.md @@ -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.