Update EDR_telem_mac.json - Uptycs - User & Session Activity#173
Open
joshlemon wants to merge 1 commit intotsale:mainfrom
Open
Update EDR_telem_mac.json - Uptycs - User & Session Activity#173joshlemon 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 User & Session Activity category, including User Logon, User Logoff, Logon Failed, Screen Lock, Screen Unlock, and Privilege Escalation (sudo etc.). Results are
Yesfor Logon, Logoff, Logon Failed, and Privilege Escalation. Screen Lock and Screen Unlock are confirmedNo.Telemetry Validation
All sub-categories were validated by running the macOS EDR telemetry generation script and querying the relevant tables in Uptycs.
User Logon — queried via:
User Logoff — queried via:
Logon Failed — queried via:
Screen Lock —
No. Uptycs does not surface a dedicated screen lock event on macOS at this point in time.Screen Unlock —
No. As above, there is no dedicated screen unlock event available in Uptycs on macOS at this point in time.Privilege Escalation (sudo etc.) — queried via:
Privilege escalation is identified when
login_name(the original user) differs fromuname(the effective user running the process). For example,login_name = useranduname = rootindicate the user escalated privileges via sudo.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. Logon, logoff, and failed logon events were captured via the
user_eventstable by filtering on known message patterns. Privilege escalation was identified via theprocess_eventstable by comparinglogin_nameandunamefields — a mismatch (e.g. original user vs. root) indicates a sudo-style escalation. Screen Lock and Screen Unlock were investigated, but no telemetry is currently available in tables; these are recorded asNo.Additional Notes
Screen Lock and Screen Unlock (
No) are not surfaced by Uptycs on macOS in version 5.19. Theuser_eventstable is the primary data source for logon-related activity, whileprocess_eventsis used for detecting privilege escalation. No configuration changes were required for any of these sub-categories.