From 0b1f2da622926cc325748c43303bc7520d163f1c Mon Sep 17 00:00:00 2001 From: Philip Tully Date: Tue, 12 Nov 2019 13:48:45 -0500 Subject: [PATCH] Add StringSifter --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05a36ff..f5491af 100644 --- a/README.md +++ b/README.md @@ -617,6 +617,8 @@ the [browser malware](#browser-malware) section.* plugin for Sublime 3 to aid with malware analyis. * [strace](https://sourceforge.net/projects/strace/) - Dynamic analysis for Linux executables. +* [StringSifter](https://github.com/fireeye/stringsifter) - A machine learning tool + that automatically ranks strings based on their relevance for malware analysis. * [Triton](https://triton.quarkslab.com/) - A dynamic binary analysis (DBA) framework. * [Udis86](https://github.com/vmt/udis86) - Disassembler library and tool for x86 and x86_64.