DFIR-ORC / dfir-orc

Forensics artefact collection tool for systems running Microsoft Windows
https://dfir-orc.github.io
GNU Lesser General Public License v2.1
370 stars 42 forks source link

Feature request: Keep folder structure of the files and folders that are collected #57

Closed reynas closed 2 years ago

reynas commented 2 years ago

Not sure if I missed this in the documentation of the project. It would be nice to have to option to recreate the directory/folder structure of the files and folders that are collected from a system.

As an example: Currently, with the config GetUserHives.xml : the user registry hives are collected from all users and outputted in one folder. It could be more clear to have these hives located in their original folder structure. It could also help identify collection problems, having a clear directory structure that you expect to have or not.

Is there an option I'm missing or is this not possible with dfir-orc? Thanks!

sc-anssi commented 2 years ago

Hi, You didn't miss it in the doc, there is indeed no such option yet. We are wary of keeping the directory structure for several reasons including:

That being said we also agree the structure of collected files could be better and we will think about possible improvements based on this idea, however not in the near future.

Scripting with GetThis.csv as mentioned in the last item is definitively the recommended way of re-creating the original directory structure for collected artifacts.

Regards

reynas commented 2 years ago

Hi

Right, thanks for the quick reply and extensive explanation!

Br,