You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is our ambittion to work on an opensource EDR at some point of the project.
EDR are complex software projects, that can be quite large code bases, into the millions of lines of code. It is generally consider expensive software projects to develop and maintain.
They dont seem to provide, compile binaries out of the box.
You need to contact them, but they dont respond.
It seems to be sending events, to a cloud platforms that is not Free / Open Source.
We would like to fork, and reuse as much functionality of this EDR as possible. For that first we need to inspect, dissect and learn from this code base.
The focus areas are:
Compile and use parts of the project.
Extract and get a Minidriver working (minidilfer kernel driver, to get notified on any new file created, to submit for scanning).
DLL Hooking, and event sending to a backend.
Registry Activities Monitoring.
The text was updated successfully, but these errors were encountered:
It is our ambittion to work on an opensource EDR at some point of the project.
EDR are complex software projects, that can be quite large code bases, into the millions of lines of code. It is generally consider expensive software projects to develop and maintain.
Comodo, released an Open Source version of their EDR, openEDR https://github.com/ComodoSecurity/openedr but it has a few problems:
We would like to fork, and reuse as much functionality of this EDR as possible. For that first we need to inspect, dissect and learn from this code base.
The focus areas are:
The text was updated successfully, but these errors were encountered: