Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 721 Bytes

File metadata and controls

18 lines (13 loc) · 721 Bytes

Forensic Artifacts Collecting Toolkit

A shell pipeline for extracting forensic artifacts from disk images in ECS format. Important artifacts will be processed and provided for ingestion with Logstash.

# fmount disk.raw | ffind | flog -D logstash

Mount various disk images for forensic read-only processing.

Find forensic artifacts in mount points or the live system.

Log forensic artifacts as JSON in ECS format.

License

All released under the MIT License.