https://github.com/cuhsat/ffind
Find forensic artifacts in mount points or the live system.
https://github.com/cuhsat/ffind
artifacts fact ffind forensic forensic-tool forensic-tools go pipeline windows
Last synced: 3 months ago
JSON representation
Find forensic artifacts in mount points or the live system.
- Host: GitHub
- URL: https://github.com/cuhsat/ffind
- Owner: cuhsat
- License: mit
- Created: 2025-07-27T16:42:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-19T16:59:23.000Z (5 months ago)
- Last Synced: 2025-08-21T12:23:18.123Z (5 months ago)
- Topics: artifacts, fact, ffind, forensic, forensic-tool, forensic-tools, go, pipeline, windows
- Language: Go
- Homepage: https://pkg.go.dev/github.com/cuhsat/ffind
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ffind
[](https://pkg.go.dev/github.com/cuhsat/ffind)
[](https://goreportcard.com/report/github.com/cuhsat/ffind)
[](https://github.com/cuhsat/ffind/releases/latest)
Find forensic artifacts in mount points or the live system.
```console
go install github.com/cuhsat/ffind@latest
```
## Usage
```console
$ ffind [-rcsuqhv] [-H CRC32|MD5|SHA1|SHA256] [-C CSV] [-Z ZIP] [MOUNT ...]
```
Available options:
- `-H` Hash algorithm
- `-C` CSV listing name
- `-Z` Zip archive name
- `-r` Relative paths
- `-c` Volume shadow copy
- `-s` System artifacts only
- `-u` User artifacts only
- `-q` Quiet mode
- `-h` Show usage
- `-v` Show version
## Aritfacts
Supported artifacts for Windows 7+ systems:
- [System Active Directory](https://forensics.wiki/active_directory/)
- [System Registry Hives](https://forensics.wiki/windows_registry/)
- [System Prefetch Files](https://forensics.wiki/prefetch/)
- [System Event Logs](https://forensics.wiki/windows_event_log_%28evt%29/)
- [System AmCache](https://forensics.wiki/amcache/)
- [User Registry Hives](https://forensics.wiki/windows_registry/)
- [User Jump Lists](https://forensics.wiki/jump_lists/)
- [User Browser Histories](https://forensics.wiki/google_chrome/)
## License
Released under the [MIT License](LICENSE.md).