fastfinder: Fast suspicious file finder
FastFinder – Incident Response – Fast suspicious file finder
FastFinder is a lightweight tool made for threat hunting, live forensics, and triage on both Windows and Linux Platforms. It is focused on endpoint enumeration and suspicious file finding based on various criteria:
- file-path / name
- md5 / sha1 / sha256 checksum
- simple string content match
- complex content condition(s) based on YARA
Use
Depending on where you are looking for files, FastFinder could be used with admin OR simple user rights.
Scan and export file match according to your needs
configuration examples are available there
Note for input path:
- ‘?’ for simple char and ‘\*’ for multiple chars, wildcards are available for simple string
- environment variables are also available
- regular expressions are allowed, they should be enclosed by //
- input path is always case INSENSITIVE
- input content grep strings are always case SENSITIVE
- backslashes haven’t to be escaped on simple string pattern (see example)
Download
Copyright (c) 2021 Jean-Pierre GARNIER