-
Notifications
You must be signed in to change notification settings - Fork 431
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
Added file.drive_letter
#620
Conversation
- New field now called `file.drive_letter` - Dir & path should include the drive letter
My only hesitation on this is that For a given Linux file, for counter example, it might be nice to know that a binary existed in a filesystem mounted at At the end of the day, we're trying to facilitate analysis of the data though, not to be pedantically correct. So, I think this is a reasonable approach to facilitate analysis, but I wanted to share food for thought to see if others had a better abstraction. |
There are also times where someone on a Windows host might access the drives without using the drive letter: https://support.microsoft.com/en-us/help/100027/info-direct-drive-access-under-win32. I have seen this used in forensics and by malicious users/software. |
@NeilADesai Actually we already have |
I'm satisfied with this one. I'm ready to merge. Just waiting for official reviews :-) |
schemas/file.yml
Outdated
ignore_above: 1 | ||
short: Drive letter where the file is located. | ||
description: > | ||
Drive letter where the file is located. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the docs should mention this is a Windows concept to alleviate any confusion on the part of implementers working on non-Windows file info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrewkroh Done.
Do you see any issue with stripping off the :
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issue. It doesn't provide any additional information.
No description provided.