Extract of attribut...
 
Notifications
Clear all

Extract of attribute $OBJECT_ID from files of MicrosoftWord

3 Posts
2 Users
0 Reactions
1,065 Views
(@eugene_777)
Eminent Member
Joined: 9 years ago
Posts: 22
Topic starter   [#15539]

Hello.
I have the image that consists 100 of files of MicrosoftWord. I need to know parameter ObjectId each of files. I can do it manually with help program NTFS Stream Explorer but it will be too long. I tried to do it through FTK but I haven't found necessary columns for it.
Help me, please.



   
Quote
joakims
(@joakims)
Estimable Member
Joined: 16 years ago
Posts: 224
 

There are several ways

You can parse $MFT directly (either by file, image, physical device or live volume) with https://github.com/jschicht/Mft2Csv

You can also parse the individual files directly (mounted volume) with https://github.com/jschicht/MftRcrd

You can extract the index itself $O in the $ObjId file with https://github.com/jschicht/RawCopy and then parse the extracted INDX dump with https://github.com/jschicht/Indx2Csv



   
ReplyQuote
(@eugene_777)
Eminent Member
Joined: 9 years ago
Posts: 22
Topic starter  

Joakims, thank you very much. Very useful program for me.



   
ReplyQuote
Share: