Lazza / Fuji

Graphical interface for the forensic logical acquisition of Mac computers
https://andrealazzarotto.com
GNU General Public License v3.0
30 stars 3 forks source link
apple dfir dfir-tools digital-forensics forensic-tools forensics mac

Fuji logo and screenshot

Fuji: Forensic Unattended Juicy Imaging

Fuji is a free, open source software for performing forensic acquisition of Mac computers. It should work on any modern Intel or Apple Silicon device, as it leverages standard executables provided by macOS.

Fuji performs a so-called live acquisition (the computer must be turned on) of logical nature, i.e. it includes only existing files. The software generates a DMG file that can be imported in several digital forensics programs.

It is released under the terms of the GNU General Public License (version 3).

Drive preparation

Please carefully follow the installation procedure:

  1. Partition your destination drive using the exFAT file system
  2. Set the volume label as Fuji
  3. Download and copy the universal Fuji DMG in the drive

How to use Fuji

  1. Connect the destination drive to the target Mac computer
  2. Open the Fuji DMG and click on Full Disk Access Settings.url
  3. If the window has a "lock" icon, unlock it
  4. Drag the Fuji.app file on the list of authorized apps and ensure the toggle is enabled
  5. Now you can run Fuji.app
  6. When prompted, insert the password for the administrator user

Important notes

  1. Before starting the acquisition, you must specify on what drive(s) you want to store the temporary sparseimage and the final DMG file. Both values are /Volumes/Fuji by default and the image name parameter will be used to make a new directory inside those locations.

  2. You must not save the disk images on the same drive you are acquiring!

  3. If you want to use the Rsync mode, it is recommended to close all other applications before proceeding, especially Apple Mail, otherwise some data might not be collected.

  4. After the acquisition is completed you are free to decide if you want to delete the temporary sparseimage file, or keep it. All the data is still kept in the DMG file.

Troubleshooting common issues

ASR acquisition fails with "operation not permitted"

First of all, ensure that Fuji is in the list of apps with Full Disk Access permissions and the toggle is active. Close and re-open Fuji.

If the issue persists, try to acquire the Data volume instead of the root volume. It is usually called Macintosh HD - Data and it includes all user files, settings and installed applications.

Fuji testers have reported that this generally solves the issue.

ASR acquisition fails with error 49186 or 49197

This has often been reported on macOS version 13 (Ventura). The APFS volume might need to be checked using the SOS function of Disk Utility (fsck).

If this does not work, try acquiring the Macintosh HD - Data volume instead.

In some extreme cases you might need to upgrade the operating system to a newer version or perform Rsync acquisition instead.

The Rsync acquisition method works even on damaged file systems and can be used to acquire only a single directory instead of the whole drive. Files that cannot be read are skipped.

Apple Mail data is not being acquired in Rsync mode

Please ensure all other apps are closed, especially Apple Mail, before using the Rsync acquisition method.

Development

Fuji is developed as a Universal2 application using the 3.10 release of Python from Python.org.

You can create a virtual environment with:

/usr/local/bin/python3.10 -m venv env
source env/bin/activate

The DMG file can be built by using the included Pyinstaller script:

pip install -r requirements.txt
pyinstaller Fuji.spec

The build process must be executed from a computer running macOS.

The README file in RTF format can be generated with pandoc:

cat README.md | grep -v 'banner.jpg' | pandoc -f markdown -s -o dist/README.rtf

The following is a list of prerequisites if you want to modify the source code or run Fuji from source:

Resources

These are a few of several resources that have helped in the development of this software. Some include further reading on the topic: