DFF is an Open Source computer forensics platform built on top of a dedicated Application Programming Interface (API). DFF proposes an alternative to the aging digital forensics solutions used today. Designed for simple use and automation, DFF interface guides the user through the main steps of a digital investigation so it can be used by both professional and non-expert to quickly and easily conduct a digital investigation and perform incident response.
DFF follows three main goals :
Amongst supported features of DFF :
Some optional dependencies are optional and are rarely packaged on GNU/Linux distrubition. If you need associated features, you will have to install them by yourself:
The following dependencies must be installed before compilation:
The following dependencies can be installed after compilation
DFF can be installed with the package manager of your distribution
echo "deb http://repo.digital-forensic.org/debian jessie main" > /etc/apt/sources.list.d/arxsys.list apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7DC18D60 apt-get update apt-get install dff
echo "deb http://repo.digital-forensic.org/debian stretch main" > /etc/apt/sources.list.d/arxsys.list apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7DC18D60 apt-get update apt-get install dff
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7DC18D60 add-apt-repository "deb http://repo.digital-forensic.org/ubuntu trusty main" apt-get update apt-get install dff
yum-config-manager --add-repo http://www.cert.org/forensics/repository/ yum update --disableexcludes=all yum install dff
apt-get install cmake build-essential swig python-qt4 pyqt4-dev-tools qt4-dev-tools libicu-dev libtre-dev qt4-linguist-tools python-magic libfuse-dev libudev-dev libavformat-dev libavdevice-dev libavutil-dev libswscale-dev flex bison devscripts pkg-config autotools-dev automake autoconf autopoint zlib1g-dev libtool libssl-dev wget scons libtalloc-dev clamav git clone https://github.com/arxsys/dff/ cd dff git submodule init git submodule update mkdir build cd build cmake .. make -j`getconf _NPROCESSORS_ONLN`
Website: http://www.digital-forensic.org/ | http://www.arxsys.fr
IRC: irc.freenode.net #dff
Twitter: @arxsys