top | item 41003351

(no title)

cywick | 1 year ago

> Presumably, Crowdstrike runs on macOS without a kernel extension?

That's correct: CrowdStrike now only installs an "Endpoint Security" system extension and a "Network" system extension on macOS, but no kernel extension anymore.

discuss

order

tankenmate|1 year ago

One would hope that Crowdstrike does a similar thing on Linux and relies on fanotify and/or ebpf instead of using a kernel module. The other upside to this would be not having to wait for Crowdstrike to be constantly updating their code for newer kernels.

BodyCulture|1 year ago

Wait, you still will be using CS? Why?

wjdp|1 year ago

I believe so but would like better details. We used to use another provider that depended on exact kernel versions whereas the falcon-sensor seems quite happy with kernel updates.

lucasRW|1 year ago

Whatever protection is implemented in user-land can be removed from user-land too. This is why most EDR vendors are now gradually relying on kernel based mechanisms rather than doing stuff like injecting their DLL in a process, hooking syscalls, etc...

JackSlateur|1 year ago

This is wrong, there are many facilities that, once applied, cannot be modified (unless reboot)