You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To represent all of these in a single <fileobject>, what would be the best way?
One option is to note the TSK-style MFT entry attribute that was the source of a timestamp. For instance:
<mtime ntfs:source="MFT/$STANDARD_INFORMATION" tsk:mft_source_attribute_id="9-16-0">2004-08-25T11:56:09EDT</mtime>
<mtime ntfs:source="MFT/$FILE_NAME" tsk:mft_source_attribute_id="9-48-7">2004-08-19T12:50:38EDT</mtime>
<mtime ntfs:source="dirent/5[n]">(Some other time)</mtime>
I forgot at the moment what the mechanism for getting directory entry times is using TSK tools, if there is one. Identifying the specific directory entry source may be easier with byte run extensions in place; that hackey-looking ntfs:source value is just supposed to mean "Directory entry, inode 5, entry $n$", but that may be an insufficiently precise way of identifying directory entries.
Those added attributes might be verbose. I welcome any leaner representations. However, this would enable far more complete timelines with DFXML.
The text was updated successfully, but these errors were encountered:
There are several sets of timestamps available for files in NTFS:
$STANDARD_INFORMATION
.$FILE_NAME
attribute.For example, this is the beginning of the istat output of
C:\WINDOWS
in the CFReDS "Hacking" image:To represent all of these in a single
<fileobject>
, what would be the best way?One option is to note the TSK-style MFT entry attribute that was the source of a timestamp. For instance:
I forgot at the moment what the mechanism for getting directory entry times is using TSK tools, if there is one. Identifying the specific directory entry source may be easier with byte run extensions in place; that hackey-looking$n$ ", but that may be an insufficiently precise way of identifying directory entries.
ntfs:source
value is just supposed to mean "Directory entry, inode 5, entryThose added attributes might be verbose. I welcome any leaner representations. However, this would enable far more complete timelines with DFXML.
The text was updated successfully, but these errors were encountered: