feat(windows,system): populate registry.path for Security registry events#17931
Merged
marc-gr merged 5 commits intoelastic:mainfrom Mar 30, 2026
Merged
feat(windows,system): populate registry.path for Security registry events#17931marc-gr merged 5 commits intoelastic:mainfrom
marc-gr merged 5 commits intoelastic:mainfrom
Conversation
…ents Map ECS registry.path from winlog.event_data.ObjectName for event 4657 and for 4656/4658/4660/4661/4662/4663 when ObjectType is Key so file and AD objects are not mapped. Bump windows integration to 3.7.0 and system integration to 2.14.0.
|
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
…STRY\ prefix For generic object event IDs, treat as registry when ObjectType is Key or ObjectName starts with the NT object-manager prefix (case-insensitive).
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
nfritts
approved these changes
Mar 25, 2026
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
leehinman
approved these changes
Mar 26, 2026
mauri870
approved these changes
Mar 30, 2026
|
Package system - 2.14.0 containing this change is available at https://epr.elastic.co/package/system/2.14.0/ |
|
Package windows - 3.7.0 containing this change is available at https://epr.elastic.co/package/windows/3.7.0/ |
marc-gr
added a commit
to marc-gr/integrations
that referenced
this pull request
Mar 30, 2026
…og from elastic#17931 - system 2.15.0, windows 3.8.0 - Changelog: 17921 entries under new versions; 17931 remains on 2.14.0 / 3.7.0
marc-gr
added a commit
that referenced
this pull request
Mar 30, 2026
… & ObjectDN (#17921) * Enhance Windows/system security: args_count (4688), 5136 reason & ObjectDN - Add process.args_count for event 4688 (#14767) - Map OperationType to event.reason for event 5136 (#15308) - Parse ObjectDN for 5136 into user.target/group/host by ObjectClass (#16965) Keep windows.forwarded and system.security pipelines in sync. * Add PR link to changelog entries * refactor: use processor if for 5136 ObjectDN script guard * fix: robust CN parsing for 5136 ObjectDN * chore: drop 5136 CN bugfix changelog entry * chore(system,windows): bump versions for #17921; split changelog from #17931 - system 2.15.0, windows 3.8.0 - Changelog: 17921 entries under new versions; 17931 remains on 2.14.0 / 3.7.0
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.
Summary
Populate ECS
registry.pathfromwinlog.event_data.ObjectNamefor Windows Security registry-related audit events:ObjectNameis presentwinlog.event_data.ObjectTypeisKey, so file paths and AD/DS objects are not copied toregistry.pathPackages
windowsforwarded data stream (security_standard.yml) → 3.7.0systemsecurity data stream (standard.yml) → 2.14.0