|
|
|
|
|
by jamescun
693 days ago
|
|
Not sure what questions Microsoft have to answer. A third-party vendor shipped defective software. I guess the only question they could answer is why they don't provide a framework like Apple do with Endpoint Security for third-party vendors to use. |
|
Linux has eBPF which can provide most of the capability that Crowdstrike needs, by using an "in-kernel verifier which performs static code analysis and rejects programs which crash, hang or otherwise interfere with the kernel negatively". If MS had this functionality, it is likely this incident would not have happened.
That said, from personal experience on Linux it's been an extremely long time since a bad kernel module has rendered a system entirely FUBAR'd.
(To Microsoft credit, they have begun copying the eBPF methodoloy to Windows, but it is still in it's infancy https://github.com/Microsoft/ebpf-for-windows/ ).