AI RESEARCH

Isolation Forest + eBPF events to create a Linux based endpoint detection system [P]

r/MachineLearning

Hey everyone. I’ve been working on a machine learning project called guardd and wanted to get some feedback on the ML side of it. It’s basically a host-based anomaly detection system for Linux using Isolation Forest. I’m collecting exec and network events, grouping them into 60 second windows, then turning that into feature vectors that get scored by the model.