-
Notifications
You must be signed in to change notification settings - Fork 3
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
[RegistryPlugin.TaskCache] Feature Request - Action csv field #208
Comments
@EricZimmerman we should transfer this issue to https://github.com/EricZimmerman/RegistryPlugins |
yea that works for me |
can you share the value at least? even if its just a screenshot? |
Actions_export.zip |
i think more work is needed here. There are rules for decoding it. example offset 0x2: 0c == 12 which is Author (12 chars, 2 each, since unicode, and Author is 6 chars long once decoded) so i think, ideally, we figure out the rules (just need more data) at offset 0, we see 03, which is probably created by? dumping the whole byte value as a unicode string gets us nothing useful |
Please add new functionality - new column to the output CSV in the TaskCache Registry Plugin.
TaskCache Binary field(RegBinary) "Action" can contain additional information such as commandline in wide encoding, for example:
cmd /c copy C:\1\somefile.exe C:\2\somefile2.exe
Met this on Windows Server 2019.
Please parse this value to string or to hex string at least.
Unfortunatly, I can't give you registry file as example.
Thank you!
The text was updated successfully, but these errors were encountered: