Skip to content

This project aims to compare and evaluate the telemetry of various EDR products.

Notifications You must be signed in to change notification settings

tsale/EDR-Telemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDR Telemetry

This repo provides a list of telemetry features from EDR products and other endpoint agents such as Sysmon broken down by category. The main motivation behind this project is to enable security practitioners to compare and evaluate the telemetry potential from those tools while encouraging EDR vendors to be more transparent about the telemetry features they do provide to their users and customers.

Besides compliance, investigations and forensics benefits, rich log telemetry empowers cyber defense teams to develop custom hunting, detection and analytics capabilities tailored to their needs.

Read details about this project in the initial release blog post here).


New Project Website: EDR-Telemetry.com


## Telemetry Definition There are many types of *telemetry* when it comes to Security Instrumentation. Here we focus on agents or sensors generating telemetry in the form of *log data*, regardless of the format (json, key-value, csv), as long as the data is automatically generated and transmitted or streamed in near real-time.

FAQ & Contributions

Please check our FAQ page to know more and feel free to get in contact in case you cannot find an answer there.

In case you ware willing to contribute, please check the Contributions page.

Disclaimer
The telemetry of the EDR products below could improve with time. The last_updated field is the last time the data sources have been updated. This might NOT always be up to date with the current telemetry capabilities of each product.

Telemetry Comparison Table

Disclaimer
The data below do not represent the capability of each of the EDR products to detect or prevent a threat. This is ONLY a comparison regarding the available telemetry for each product. Some products, such as Elastic EDR, make additional telemetry available in free or paid modules. Add-on modules, as well as signals, will not be taken into consideration for this project. Please read more about this on our FAQ page here.

EDR Evaluation and Scoring Script

This script evaluates and scores Endpoint Detection and Response (EDR) Solutions based on their capabilities. It reads data from the main JSON file (EDR_telem.json), which contains information about various EDRs and their features. The script then calculates a score for each EDR based on the presence and absence of certain features, as well as the category of the feature.

Scoring Logic

  • Each feature and category is assigned a weight.
  • The weights represent the importance of the feature or category. For example, a feature with a weight of 1 is considered more important than a feature with a weight of 0.5.
  • The compare.py script multiplies the weight of each feature by the weight of its category, adding this product to the EDR's total score.
  • If a feature is absent, its weight is considered 0.

This scoring algorithm allows us to quantitatively compare different EDRs based on their capabilities. The higher the score, the more capable the EDR is. The weights can be adjusted as needed to reflect changes in the importance of different features or categories.

For more details, you can refer to the Pull Request #61.

Below is the score assigned to each value currently:

  • No: 0,
  • Partially: 0.5
  • Pending Response: 0
  • Via EnablingTelemetry: 1
  • Via EventLogs: 0.75
  • Yes: 1

EDR Scores

No. EDRs Score
1 CrowdStrike 37.45
2 Uptycs 35.52
3 MDE 34.8
4 Sentinel One 34.62
5 Harfanglab 32.22
6 Cortex XDR 31.42
7 LimaCharlie 31.2
8 Trellix 30.6
9 Qualys 29.57
10 ESET Inspect 28.1
11 Elastic 28.02
12 Cybereason 25.65
13 Symantec SES Complete 24.3
14 Sysmon 23.2
15 WatchGuard 20.9
16 Carbon Black 20.37
17 Trend Micro 20.3

EDR Telemetry Table

Below is information about the EDR table, including all values for each EDR and a description for each attribute.

CSV Values JSON Values Description
Yes Implemented
No Not Implemented
⚠️ Partially Partially Implemented
Pending Pending Response
🪵 Via EventLogs Via Windows EventLogs
🎚️ Via EnablingTelemetry Additional telemetry that can be enabled easily as part of the EDR product but is not on by default.

Last Updated: Oct 26, 2024
Google SpreadSheet Table: Link
References to Documentation for each EDR product: Link
Website:https://edr-telemetry.com

Alt text

Current Primary Maintainers

Kostas - @kostastsale