-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bugntfs_forensicsRelated to the NTFS forensics extensionRelated to the NTFS forensics extensionosquery-extensions
Description
observed behavior:
osquery> SELECT * FROM ntfs_part_data;
+--------------------+---------+------------------------------+
| device | address | description |
+--------------------+---------+------------------------------+
| \\.\PhysicalDrive0 | 0 | Safety Table |
| \\.\PhysicalDrive0 | 1 | Unallocated |
| \\.\PhysicalDrive0 | 2 | GPT Header |
| \\.\PhysicalDrive0 | 3 | Partition Table |
| \\.\PhysicalDrive0 | 4 | Basic data partition |
| \\.\PhysicalDrive0 | 5 | EFI system partition |
| \\.\PhysicalDrive0 | 6 | Microsoft reserved partition |
| \\.\PhysicalDrive0 | 7 | Basic data partition |
| \\.\PhysicalDrive0 | 8 | Unallocated |
+--------------------+---------+------------------------------+
osquery> SELECT * FROM ntfs_indx_data WHERE device="\\.\PhysicalDrive0" AND partition=4;
osquery> SELECT * FROM ntfs_indx_data WHERE device="\\.\PhysicalDrive0" AND partition=4 AND parent_path="\";
unable to open file \
osquery> SELECT * FROM ntfs_indx_data WHERE device="\\.\PhysicalDrive0" AND partition=5 AND parent_path="\";
unable to open file \
osquery> SELECT * FROM ntfs_indx_data WHERE device="\\.\PhysicalDrive0" AND partition=7 AND parent_path="\";
unable to open file \
osquery> SELECT * FROM ntfs_indx_data WHERE device="\\.\PhysicalDrive0" AND partition=7 AND parent_path="/";
expected behavior: shown in example
osquery version: the release binary from this repo
Name and version of OS tested on: Windows 10
Metadata
Metadata
Assignees
Labels
bugntfs_forensicsRelated to the NTFS forensics extensionRelated to the NTFS forensics extensionosquery-extensions