• lud
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    3
    ·
    20 days ago

    Microsoft didn’t cause the “disaster” though.

      • db2@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        2
        ·
        20 days ago

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

        • WeirdGoesPro@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          6
          arrow-down
          3
          ·
          edit-2
          20 days 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.

      • lud
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        2
        ·
        20 days ago

        Care to specify?

          • lud
            link
            fedilink
            English
            arrow-up
            5
            arrow-down
            4
            ·
            19 days 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.

      • lud
        link
        fedilink
        English
        arrow-up
        1
        ·
        18 days 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.

        • deegeese@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          1
          ·
          18 days ago

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

          • lud
            link
            fedilink
            English
            arrow-up
            1
            ·
            18 days ago

            Is that the way that EDR is implemented on Linux or are you guessing?

            • progandy@feddit.org
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              18 days 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.