Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions EDR_telem_macOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@
"Qualys": "Yes",
"Unnamed: 10": null
},
{
"Telemetry Feature Category": null,
"Sub-Category": "Library/Module Loaded",
"Phorion": "No",
"BitDefender": "No",
"CrowdStrike": "No",
"ESET Inspect": "No",
"Elastic": "Yes",
"LimaCharlie": "No",
"MDE": "No",
"Qualys": "No",
"Unnamed: 10": null
},
{
"Telemetry Feature Category": "File Activity",
"Sub-Category": "File Creation",
Expand Down
1 change: 1 addition & 0 deletions Tools/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
# Process Activity
"Process Creation": 1.0,
"Process Termination": 0.5,
"Library/Module Loaded": 1.0,
# File Activity
"File Creation": 1.0,
"File Modification": 1.0,
Expand Down
10 changes: 10 additions & 0 deletions partially_value_explanations_macOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
"CrowdStrike": "",
"MDE": ""
},
{
"Telemetry Feature Category": null,
"Sub-Category": "Library/Module Loaded",
"LimaCharlie": "",
"Elastic": "",
"BitDefender": "",
"Qualys": "",
"CrowdStrike": "",
"MDE": ""
},
{
"Telemetry Feature Category": "File Activity",
"Sub-Category": "File Creation",
Expand Down