From e72b61583398eca509d41c7fac8db7e220f5d81e Mon Sep 17 00:00:00 2001 From: Jean-Pierre GARNIER Date: Sun, 30 Jan 2022 15:11:34 +0100 Subject: [PATCH] added codeyourweb/fastfinder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aecc47c..a511160 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ Digital Forensics and Incident Response (DFIR) teams are groups of people in an ### Scanner Tools +* [Fastfinder](https://github.com/codeyourweb/fastfinder) - Fast customisable cross-platform suspicious file finder. Supports md5/sha1/sha256 hashs, litteral/wildcard strings, regular expressions and YARA rules. Can easily be packed to be deployed on any windows / linux host. * [Fenrir](https://github.com/Neo23x0/Fenrir) - Simple IOC scanner. It allows scanning any Linux/Unix/OSX system for IOCs in plain bash. Created by the creators of THOR and LOKI. * [LOKI](https://github.com/Neo23x0/Loki) - Free IR scanner for scanning endpoint with yara rules and other indicators(IOCs). * [Spyre](https://github.com/spyre-project/spyre) - Simple YARA-based IOC scanner written in Go