Skip to content

Update EDR_telem_mac.json - Uptycs - System Extension & Driver#176

Closed
joshlemon wants to merge 1 commit into
tsale:mainfrom
joshlemon:patch-20
Closed

Update EDR_telem_mac.json - Uptycs - System Extension & Driver#176
joshlemon wants to merge 1 commit into
tsale:mainfrom
joshlemon:patch-20

Conversation

@joshlemon
Copy link
Copy Markdown
Contributor

EDR Telemetry Pull Request

Contribution Details

This PR updates the macOS telemetry data for Uptycs covering the System Extension & Driver category, including System Extension Installed, System Extension Loaded, System Extension Uninstalled, DriverKit Extension Loaded, and Kernel Extension Loaded (legacy). System Extension Installed is confirmed Yes. The remaining sub-categories are recorded as Pending Response as the test script failed during evaluation and testing is ongoing.

Telemetry Validation

System Extension Installed — queried via:

select upt_time, path, state, identifier, version, category, bundle_path, team
from system_extensions
where upt_day >= 20260325
  and upt_asset_id='564d1969-51b0-d23e-47e0-d0658d09af0d'
order by upt_time DESC
image
select *
from kernel_extensions
where upt_day >= 20260325
  and upt_asset_id='564d1969-51b0-d23e-47e0-d0658d09af0d'
order by upt_time DESC
image

System Extension LoadedPending Response. The test script failed during evaluation; testing is ongoing.

System Extension UninstalledPending Response. The test script failed during evaluation; testing is ongoing.

DriverKit Extension LoadedPending Response. The test script failed during evaluation; testing is ongoing.

Kernel Extension Loaded (legacy)Pending Response. The test script failed during evaluation; testing is ongoing.

Documentation or Evidence:

  • Official documentation (link: )
  • Screenshots attached
  • Sanitized logs provided
  • Private documentation (will share confidentially)

Type of Contribution

  • Adding telemetry information for an existing EDR product
  • Adding a new EDR product that meets eligibility criteria
  • Proposing new event categories/sub-categories
  • Documentation improvement
  • Tool enhancement

Validation Details

EDR Product Information

  • EDR Product Name: Uptycs
  • EDR Version: 5.19
  • Operating System(s) Tested: macOS

Testing Methodology

The macOS EDR telemetry generation script was run on a managed macOS host enrolled in Uptycs. System Extension Installed was confirmed by querying both the system_extensions and kernel_extensions tables and observing matching events. The remaining sub-categories — System Extension Loaded, System Extension Uninstalled, DriverKit Extension Loaded, and Kernel Extension Loaded (legacy) — could not be confirmed as the test script failed during evaluation. These are recorded as Pending Response and will be updated in a follow-up PR once testing is complete.

Additional Notes

System Extension Loaded, System Extension Uninstalled, DriverKit Extension Loaded, and Kernel Extension Loaded (legacy) are set to Pending Response due to test script failure. A follow-up PR will be submitted with the confirmed values and supporting evidence once testing is completed successfully. No configuration changes were required for System Extension Installed.

@tsale tsale mentioned this pull request May 13, 2026
5 tasks
@tsale
Copy link
Copy Markdown
Owner

tsale commented May 13, 2026

Closing this PR as superseded by the consolidated OS-scoped Uptycs macOS PR: #197.

Thanks again for the contribution.

@tsale tsale closed this May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants