Windows/System security: process.args_count (4688), 5136 event.reason & ObjectDN#17921
Open
marc-gr wants to merge 6 commits intoelastic:mainfrom
Open
Windows/System security: process.args_count (4688), 5136 event.reason & ObjectDN#17921marc-gr wants to merge 6 commits intoelastic:mainfrom
marc-gr wants to merge 6 commits intoelastic:mainfrom
Conversation
…ectDN - Add process.args_count for event 4688 (elastic#14767) - Map OperationType to event.reason for event 5136 (elastic#15308) - Parse ObjectDN for 5136 into user.target/group/host by ObjectClass (elastic#16965) Keep windows.forwarded and system.security pipelines in sync.
|
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
packages/windows/data_stream/forwarded/elasticsearch/ingest_pipeline/security_standard.yml
Show resolved
Hide resolved
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
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
Enhancements for Windows Security events in
windowsforwarded andsystemsecurity data streams (pipelines kept in sync).Changes
process.args_countfor event 4688 (process creation).winlog.event_data.OperationTypetoevent.reasonfor event 5136.ObjectDNfor event 5136 and populateuser.target.name,group.name, orhost.namebased onObjectClass.Versions
windows3.6.1 → 3.7.0system2.13.0 → 2.14.0Testing
Closes #14767
Closes #15308
Closes #16965