Merge e72b61583398eca509d41c7fac8db7e220f5d81e into b1bf9b2546a5b8262b3323e1e90fbbb5b7dadbf3

This commit is contained in:
Jean-Pierre GARNIER 2024-06-20 17:56:55 +00:00 committed by GitHub
commit 883dc0ac7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -283,6 +283,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