Update EDR_telem_mac.json - Uptycs - File Metadata#179
Open
joshlemon wants to merge 1 commit intotsale:mainfrom
Open
Update EDR_telem_mac.json - Uptycs - File Metadata#179joshlemon 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 Metadata category, including MD5 Available and SHA-256 Available. Both sub-categories are confirmed
Yes.Telemetry Validation
Both File Metadata sub-categories were validated by querying the
process_eventstable in Uptycs.MD5 Available — queried via:
SHA-256 Available — confirmed via the same query above.
Documentation or Evidence:
Type of Contribution
Validation Details
EDR Product Information
Testing Methodology
The
process_eventstable was queried on a managed macOS host enrolled in Uptycs, filtering on the current day andupt_os='macOS'. Both themd5andsha256columns returned populated values, confirming that both hash types are available as telemetry fields.Additional Notes
Both MD5 and SHA-256 are surfaced via the
process_eventstable. A single query covers both sub-categories as themd5andsha256fields are columns within the same table. No configuration changes were required for either sub-category.