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

Research NTFS IO_REPARSE_TAG_DEDUP #33

Open
DissectBot opened this issue Jun 10, 2024 · 0 comments
Open

Research NTFS IO_REPARSE_TAG_DEDUP #33

DissectBot opened this issue Jun 10, 2024 · 0 comments

Comments

@DissectBot
Copy link

Since Windows Server 2012, there is a chunk-based data deduplication mechanism (tag 0x80000013) that allows files with similar content to be deduplicated as long as they have stretches of identical data. Similar to a Copy-on-Write mechanism.

The chunks and state get stored in the System Volume Information/Dedup folder of the respective disk. Currently these files will report a file-size but will not contain any data. Some of these files can contain interesting investigative information. Exploring parsing capabilities for this NTFS feature would make our implementation more sound.

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

1 participant