We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sleuthkit-4.11 exposed that information almost 2 years ago to Java API: https://sleuthkit.org/sleuthkit/docs/jni-docs/4.12.0/classorg_1_1sleuthkit_1_1datamodel_1_1_abstract_file.html#a7d2c04637ca9ae1fdbe477656fd5d726
Having the owner SID, it should be easy to get other owner info from sleuthkitCase.getOsAccountManager(), like login and full name.
This is related to #1054, but independent.
Maybe it is also possible to read and index other file attributes, like permissions, group, etc, not sure.
The text was updated successfully, but these errors were encountered:
#1728 Extract user SID, username and Full name
6327c22
#1728 Changes the name of the new owner properties extracted from the…
533de36
… file system.
hauck-jvsh
Successfully merging a pull request may close this issue.
Sleuthkit-4.11 exposed that information almost 2 years ago to Java API:
https://sleuthkit.org/sleuthkit/docs/jni-docs/4.12.0/classorg_1_1sleuthkit_1_1datamodel_1_1_abstract_file.html#a7d2c04637ca9ae1fdbe477656fd5d726
Having the owner SID, it should be easy to get other owner info from sleuthkitCase.getOsAccountManager(), like login and full name.
This is related to #1054, but independent.
Maybe it is also possible to read and index other file attributes, like permissions, group, etc, not sure.
The text was updated successfully, but these errors were encountered: