Add process_vm_access fields for process_vm_readv/writev - #787
Draft
Aegrah wants to merge 1 commit into
Draft
Conversation
Aegrah
force-pushed
the
process-vm-writev-readv-9.4
branch
from
August 7, 2026 16:45
23e0fe4 to
1db8012
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
Aegrah
force-pushed
the
process-vm-writev-readv-9.4
branch
from
August 7, 2026 18:00
1db8012 to
9ac2456
Compare
Aegrah
marked this pull request as ready for review
August 7, 2026 18:20
Aegrah
requested review from
gergoabraham and
paul-tavares
and removed request for
gergoabraham and
paul-tavares
August 7, 2026 18:20
Aegrah
marked this pull request as draft
August 7, 2026 21:47
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
Add ECS mappings for Linux
process_vm_accessevents so Defend documents can carry cross-process memory access details fromprocess_vm_readv/process_vm_writev. Fields sit underprocess.Ext.process_vm_access.*next to other Linux process telemetry.Issue: https://github.com/elastic/endpoint-dev/issues/21204
event.action: process_vm_accesstarget_pid,remote_addr, byte counts, and iovec counts (long);operation(keyword)bytes_transferredpreserves the raw syscall return value, including negative errno values for failed attemptsmain; sequentialmake clean && make allpassesProof
20260731T222145Z-process-vm-access(Endpoint 9.4.2)20260802T092603Z-process-vm-access-volumeonendpoint-9.4.2-ac8c21cfbdbcac3d(PASS, 4h)event.action=process_vm_accesswith operation, target PID, and byte fieldsCompanion PRs