feat(etw): Windows Kernel Registry provider for captured value data enrichment#527
Merged
rabbitstack merged 6 commits intomasterfrom Jul 29, 2025
Merged
Conversation
78b15e8 to
6872c0b
Compare
This provider is enabled with the hidden filter flag to make the ETW session write captured registry data. The registry event processor keeps the queue of received internal set value events and enriches subsequent RegSetValue events emitted by the NT Kernel Logger provider.
The registry.value filter field yields the name of the created or modified registry value. The new registry.data field returns the captured value data.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of this PR / why it is needed?
This PR enables the Windows Kernel Registry provider session with a hidden filter flag to instruct the session to dump captured registry value data (strings, binary data, DWORD/QWORD values). The events published by the provider are correlated with the
NT Kernel Logger
RegSetValueevent to enrich the event with registry value payload obtained directly in the kernel.What type of change does this PR introduce?
/kind feature (non-breaking change which adds functionality)
/kind improvement
Any specific area of the project related to this PR?
/area instrumentation
/area telemetry
Special notes for the reviewer
Does this PR introduce a user-facing change?