Notifications
Clear all

FTK v3 question

3 Posts
3 Users
0 Reactions
553 Views
(@Anonymous 15228)
Guest
Joined: 15 years ago
Posts: 75
Topic starter  

I'm wondering if something is possible in FTK 3.

Let's say I have an image of a drive, and I'm looking at the entire image in the hex viewer. I've identified an area of the disk as corrupt. Is there a way for me to identify what file the corrupt section is part of?


   
Quote
(@patrick4n6)
Honorable Member
Joined: 16 years ago
Posts: 650
 

Parse the MFT. If you're lucky, it's going to be the first cluster of a file. If you're unlucky, it's going to be in a data run which means you'll have to map the whole thing.


   
ReplyQuote
binarybod
(@binarybod)
Reputable Member
Joined: 18 years ago
Posts: 272
 

I would use the sleuthkit and/or autopsy for this; identifying a file from a given cluster is trivial using 'ifind'. FTK has its strengths but I'm not sure it is well suited to this particular task.

Paul


   
ReplyQuote
Share: