• @[email protected]
        link
        fedilink
        English
        3
        edit-2
        2 months ago

        They just made the poor decisions that made CrowdStrike required in the first place.

        • @db2
          link
          English
          22 months ago

          It exists on OSX and Linux too, they just don’t do the thing that took down Windows so they weren’t impacted.

          • @[email protected]
            link
            fedilink
            English
            3
            edit-2
            2 months ago

            Existing and being necessary are two different things. Linux and MacOS are operating systems. Windows is an ad delivery system that masquerades as an operating system.

          • @[email protected]
            link
            fedilink
            English
            82 months ago

            If Windows had better security and update practices, software like CrowdStrike wouldn’t be a necessity.

            • @[email protected]
              link
              fedilink
              English
              12 months ago

              If windows were absolutely perfect with no flaws whatsoever, CrowdStrike wouldn’t be a necessity. I agree with that.

              Unfortunately we live in the real world and no OS is perfect so software like CrowdStrike exists on lots of operating systems.

              Btw, Crowdstrike isn’t necessary but it’s very nice to have for companies. You don’t need real time protection like that on a normal client you use at home.

        • @[email protected]
          link
          fedilink
          English
          12 months ago

          It needs that kind of access to fight advanced attacks. It would surprise me if similar EDR programs didn’t have similar access on Linux systems, for example.

          • @[email protected]
            link
            fedilink
            English
            12 months ago

            No, you make a management API for security products that run in user space as root, you don’t use kernel modules.

              • @[email protected]
                link
                fedilink
                English
                1
                edit-2
                2 months ago

                Currently, cloudstrike offers two methods for Linux: a kernel driver / module and a theoretically safer alternative using epbf (you could call that “kernel level scripting”). Ironically, they triggered a kernel bug using that second option. They did not test all kernels they listed as compatible or something like that.