this post was submitted on 24 Aug 2024
238 points (97.2% liked)

Technology

59374 readers
3767 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 2 months ago (2 children)

Microsoft didn't cause the "disaster" though.

[–] [email protected] 3 points 2 months ago* (last edited 2 months ago) (2 children)

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

[–] [email protected] 2 points 2 months ago (1 children)

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] 3 points 2 months ago* (last edited 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] 1 points 2 months ago (1 children)
[–] [email protected] 8 points 2 months ago (1 children)

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

[–] [email protected] 1 points 2 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] 1 points 2 months ago (1 children)

Running security products in kernel mode is precisely what caused this disaster.

[–] [email protected] 1 points 2 months ago (1 children)

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] 1 points 2 months ago (1 children)

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

[–] [email protected] 1 points 2 months ago (1 children)

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

[–] [email protected] 1 points 2 months ago* (last edited 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.