Just new on this forum, even though I’ve been using Autopsy for a while now. In my work I see a lot of QNX based automotive systems, but Autopsy currently has no support for the QNX file system.
I currently mount the qnx filesystem in Linux or in QNX live iso to get a logical copy. But I’d love to see QNX support in Autopsy to find deleted files.
Hi @Automotive! As QNX is a Real Time Operating System (RTOS) and its Neutrino Kernel is quite similar to that of GNU/Linux. I’d recommend looking for an API add on or something to help work and make it compatible, otherwise I’m sure there are many people out there that would like a project like this, especially since QNX helps the auto industry quite a bit.
my theme of my thesis is to make a module in the autopsy tool to analyze in-vehicle infotainment that have QNX, can someone get me images made to vehicles that is E01?
Have you found a solution to reading the raw image? I have put together a module that will allow a user to add a QNX raw image file as an “Unallocated Space Image File” and then run the plugin and it will export all the files from the partitions and add them into Autopsy as a logical data source. I then have another plugin that will allow you to run vLeapp against the logical data source of the QNX system. The python plugin for the parse QNX6 Image can be found here Autopsy-Plugins/Parse_QNX_Image at master · markmckinnon/Autopsy-Plugins · GitHub the vLeapp plugin can be found here Autopsy-NBM-Plugins/Plugin-Modules at main · markmckinnon/Autopsy-NBM-Plugins · GitHub. If you have any questions please let me know.