msuhanov / dfir_ntfs

An NTFS/FAT parser for digital forensics & incident response
GNU General Public License v3.0
191 stars 29 forks source link

dfir_ntfs: an NTFS/FAT parser for digital forensics & incident response (Python 3 only.)

  1. Project goals
  1. Installation

pip3 install https://github.com/msuhanov/dfir_ntfs/archive/1.1.19.tar.gz

  1. Timestamps

All timestamps reported by the tools are in UTC. (For FAT file systems, all timestamps are local or UTC, returned as is.)

The MACE notation is used:

In the WSL set of timestamps (and FAT):

  1. License

This project is made available under the terms of the GNU GPL, version 3. See the 'License' file.

The first exception is the "nist-hacking-case.mft" file. This file is from the NIST Hacking Case, which is distributed by NIST. See the 'Use of NIST Information' section here: https://www.nist.gov/disclaimer.

The second exception is boot code embedded in some test data. This code is not covered by the GNU GPL, version 3.

(All exceptions are in the "test_data" directory, which is not installed.)


(c) Maxim Suhanov