-
Notifications
You must be signed in to change notification settings - Fork 36
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
ntfs_forensics tables ntfs_indx_data and ntfs_file_data not returning results #22
Comments
I have improved constraint handling for that table, and it is now capable of listing all disks and partitions in case there is no The table now only needs one mandatory parameter (either The other queries didn't work because it seems like specifying the root path as a constraint is not yet implemented. |
Digging into the original issue, the cause appears to be GUID Partition Tables--Windows 10 Pro uses MBR, which Sleuth Kit handles just fine, but Windows 10 Enterprise uses GPT and that doesn't work as well. Fortunately it seems that SleuthKit can still open the file system just fine if we use the raw image and offset to the file system, rather than attempting to open the partition. |
Debugging messages when attempting to open the partitions one at a time on the system:
Further info:
Manual inspection of the GPT verified that the displayed values match the on-disk contents. |
What is needed to close this issue? Is it a limitation of SleuthKit that we should document, and file an issue upstream with them? |
@GarretReece Any update on this issue? I'm moving this back to the Up next for the time being |
observed behavior:
expected behavior: shown in example
osquery version: the release binary from this repo
Name and version of OS tested on: Windows 10
The text was updated successfully, but these errors were encountered: