FAT: linked list of statuses of all clusters
status | indicates |
---|---|
0x?0000000 | free cluster |
0x?0000002 | cluster in use (value is next cluster for file) |
0x?FFFFFFF | cluster in use EOF marker |
0xe5
0x00
why are these important
$MFT (DEs of NTFS)
$BITMAP (FATs of NTFS)
Everything is a fileā¢
Everything in a file is an attribute
read more here
$MFT
marks $FILE
entry as available$DATA
attribute read, $BITMAP
updated to show cluster runs no longer used$MFT
or clustersuntil the FILE entry is overwritten, the data is still there
TODO
TODO
I found another wierd file on my computer, you can download it here
Any questions about last week’s investigation
Any questions so far?