Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Handling of Recycle Bin Files #2127

Open
clementepaixao opened this issue Mar 15, 2024 · 4 comments
Open

Improved Handling of Recycle Bin Files #2127

clementepaixao opened this issue Mar 15, 2024 · 4 comments

Comments

@clementepaixao
Copy link

I have a case with multiple files of interest in the Windows Recycle Bin that can be identified by their original name. To search for them, I had to manually look for the $I of each file and check its content.

IPED marks these files as active (places them in the Recycle Bin category) and only identifies the files with the names $RXXXXXX (content) and $IXXXXXX (metadata, including the original name).

In the file system these files are active, but for the user they are deleted, which can lead to misinterpretation. Perhaps their deleted flag should be turned on.

Suggestions:

  1. Use the original file name (instead of $RXXXXXX) and have a property indicating that it was in the Recycle Bin and that the names in the file system are $RXXXXXX and $IXXXXXXX;
  2. Add the original name as metadata of the $RXXXXXX files.

I prefer the first suggestion but the second one looks simpler and would solve most cases.

@lfcnassif
Copy link
Member

lfcnassif commented Mar 16, 2024

Thanks @clementepaixao for the suggestion. At first I prefer the second option, to avoid hiding the real file system information. But the application already does much more complex transformations on some kinds of data and it would be more user friendly to non tech users.

Not changing the FS info would be aligned to a future Metadata refactoring, proposed on #1195, where FS info would be prefixed with a fs: prefix. But it is a backwards incompatible change, possibly for iped 5.0, which is currently not scheduled to the near future.

@lfcnassif
Copy link
Member

Opinions from other DEVs about which approach would be better?

@wladimirleite
Copy link
Member

I prefer the second option.

@lfcnassif
Copy link
Member

@markmckinnon, one of Autopsy main developers, sent below suggestion to me privately and allowed me to share it here, thanks Mark!

"What we do is parse the recycle bin metadata and create a data artifact for it. We then add the file back into the Files system as a deleted file so that the investigator can also see the file where it was deleted from and what files are around it. I believe this gives the best information to the examiner"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants