Update EDR_telem_mac.json - Uptycs - File Activity#172
Open
joshlemon wants to merge 1 commit intotsale:mainfrom
Open
Update EDR_telem_mac.json - Uptycs - File Activity#172joshlemon wants to merge 1 commit intotsale:mainfrom
joshlemon wants to merge 1 commit intotsale:mainfrom
Conversation
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.
EDR Telemetry Pull Request
Contribution Details
This PR updates the macOS telemetry data for Uptycs covering the File Activity category, including File Creation, File Modification, File Deletion, File Attribute Change, and File Open/Access. All five sub-categories are confirmed as
Yesvia theprocess_file_eventstable.Telemetry Validation
All five File Activity sub-categories were validated by running the macOS EDR telemetry generation script and querying the
process_file_eventstable in Uptycs. Each sub-category was triggered using a uniquely named temp directory (e.g.edr_telem_4bawmn6d/,edr_telem_zizzg1b_/, etc.) to isolate events.File Creation — queried via:
File Modification — queried via:
File Deletion — queried via:
File Attribute Change — queried via:
File Open/Access — queried via:
Documentation or Evidence:
Type of Contribution
Validation Details
EDR Product Information
Testing Methodology
The macOS EDR telemetry generation script was run on a managed macOS host enrolled in Uptycs. Each File Activity event type was triggered using a dedicated, uniquely named temp directory to allow unambiguous event isolation. Results were confirmed in the Uptycs platform by querying
process_file_eventswith path-based filters matching the test artifact names. All five sub-categories returned matching events with the expectedoperationfield values (e.g.CREATE,WRITE,DELETE,ATTR_CHANGE,OPEN).Additional Notes
The underlying data source for all five File Activity sub-categories is the
process_file_eventstable. Theoperationcolumn differentiates event types within this single table. No configuration changes were required for these sub-categories.