mft

Accessor

Description

The mft accessor is used to access arbitrary MFT streams as files.

The filename is taken as an MFT inode number in the form <entry_id>-<stream_type>-<id>, e.g. 203-128-0. The first component of the file is the device number to open (e.g. C:)

This accessor does not support directories and so can not be used in glob()

An example of using this artifact:

SELECT upload(accessor="mft", filename="C:/203-128-0")
FROM scope()