tsale / EDR-Telemetry

This project aims to compare and evaluate the telemetry of various EDR products.
1.5k stars 142 forks source link

MD5 Hash algorithm for Crowdstrike #3

Closed mthcht closed 1 year ago

mthcht commented 1 year ago

MD5 is only calculated on some events, i can see the following fields containing MD5 hashes:

it's a little part of the detections but it is partially logged.

for the behaviors{} detections for example, i can see the following behaviors detected with md5 hashes:

inodee commented 1 year ago

Hey @mthcht aren't some behaviors relying on a 'detection' to fire? Would they fit 'raw telemetry' concept?

I guess the main target event categories here are Process Activity and File Manipulation.

mthcht commented 1 year ago

Hey @mthcht aren't some behaviors relying on a 'detection' to fire? Would they fit 'raw telemetry' concept?

I guess the main target event categories here are Process Activity and File Manipulation.

they do not rely on an crowdstrike alert to be triggered, it's a raw telemetry, i see it is mentionned here also for other events https://github.com/tsale/EDR-Telemetry/pull/14 (should close this issue)

tsale commented 1 year ago

I will be implementing the proposed change via PR #14. I'll close this issue. Thanks again @mthcht!