-
Notifications
You must be signed in to change notification settings - Fork 252
Create keyboard inputlocales artifact #1165
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
Conversation
Updated description to include USERS registry hive and corrected a reference link.
Updated author information in KeyboardInputLocales.yaml
|
I think you definitely want to have a MTime output for each row on this one. |
|
|
Sure, I will look at making it use the registry hunter. But from reading the docs, is it required to import the registry hunter, or is it part of newer versions of Velociraptor? |
|
I added the rules to the registry hunter here https://github.com/Velocidex/registry_hunter/blob/a7e0abc27274d84bde40f4dbbbb5eb4faa71faf2/Rules/Velociraptor-Rules.yaml#L912 i also realized that there is no document that helps people when they want to add new rules - so I made it here It is better to use the registry hunter for this artifact because it takes care of the user hives by itself - this artifact does not handle the case where a user is not currently logged in and the raw registry hive needs to be parsed. |
|
I finally had the time to look at the registry hunter. I like the idea about the whole idea about rules and making it easier to write artifacts without reinventing the wheel. Will def use that for the future. In terms of this PR, what would be the approach, since I guess it doesn't really make sense to merge this artifact into the exchange, hence we got it in the registry hunter library? |
|
We have a to-do to remove pure registry artifacts from the exchange in favor of the registry hunter - I think we should drop this PR. |
|
Aight, let's go with that. 😄 |
No description provided.