12 points

CrowdStroke

permalink
report
reply
5 points

CrowdStricken

permalink
report
parent
reply
1 point

Now that’s a good code word!

permalink
report
parent
reply
87 points
*

On Friday, as we were running around the hospital where we work trying to get every computer working again, we were following the work-around to rename the Crowdstrike folder under C:\Windows\system32\drivers to “bad-CrowdStrike”.

When my coworker was typing the rename command, instead of typing “cro TAB”, he started typing “clo TAB”. He’d ask me why it wasn’t finding it, and I’d point out the typo.

I started saying, it’s not “CloudStrike”, it’s “CrowdStrike”.

By the end of the day, we were both a little loopy. I started typing “CloudStrike”, and cursing him out for screwing with my head. By the end of the day I wasn’t sure what it was either.

CloudStrike

CrownStrike

ClownStrike

It occurred to us that CrowdStrike is an absolutely terrible name. It sounds like a terrorist attack. Of course, it felt like one on Friday.

permalink
report
reply
47 points

It occurred to us that CrowdStrike is an absolutely terrible name. It sounds like a terrorist attack. Of course, it felt like one on Friday.

When I first heard about what was going on, I assumed that “CrowdStrike” was not the name of the software/company, but rather some sort of advanced DDOS-like attack where they used systems they’d previously hacked and had them all do the same thing at once to another target.

permalink
report
parent
reply
23 points

not the name of the software/company, but rather some sort of advanced DDOS-like attack

As we’ve discovered, both can be true.

permalink
report
parent
reply
4 points

Yeah, I’m usually a big stickler for making sure I’m saying something right, but that name was tongue twistering me from the first time I tried to say it out loud. And we don’t even use them and weren’t hit in any way lol

permalink
report
parent
reply
10 points

CloudStrike

CrownStrike

ClownStrike

ClownStrife

permalink
report
parent
reply
19 points

CloudStrife

permalink
report
parent
reply
9 points

Ah yes, the guy from FFVII

permalink
report
parent
reply
31 points

ClownStrike

A fitting rename after such a pathetic and catastrophic failure, that’s for sure.

permalink
report
parent
reply
4 points

Yeah, let’s not key them get away with it. Clownstrike forever on

permalink
report
parent
reply
65 points

funny thing is I, and probably most people, had never even heard that there was something called “CrowdStrike” until Friday of last week

permalink
report
reply
13 points

Oh, if you worked at a company that uses them (which is a lot of companies), you’d definitely be familiar with them as they hog up a ton of fucking CPU/disk. I basically had an entire CPU core dedicated to running their bullshit.

permalink
report
parent
reply
7 points

When I heard “CrowdStrike” took down operating systems everywhere, I thought it was the name of a virus or a group of hackers. I’m not the only one hearing an inherent villainy in that name, right?

permalink
report
parent
reply
6 points

Same for me with Solar Winds, Equifax, SVB and Ashley Madison.

Weird to think that some kind of major catastrophe in the future could again be caused by some company that exists right now, but am unaware of.

permalink
report
parent
reply
4 points

Something I heard about recently is that it’s unnervingly common for the stock prices of unknown but really important companies like these to shoot up following an outage because it reveals to stock investors how mich of a monopoly it has in an area.

permalink
report
parent
reply
3 points

Are you not in the US? Equifax is a credit bureau and if you’ve never heard of them, you never needed credit or you’re not from the US.

The other three, I’ve only heard of Ashley Madison because they had a very aggressive ad campaign before ad blockers became ubiquitous. One could say it was ads like theirs that made ad blocking a requirement.

permalink
report
parent
reply
2 points

Yeah, I’m not in the US. The first time I heard about them was when they shit the bed.

permalink
report
parent
reply
13 points
*

I knew of falcond as the service that makes my work mac run slow.

Unfortunately, having a mac meant i didn’t get friday off unlike most of the rest of the company

permalink
report
parent
reply
41 points

I’m a Formula One fan. The Mercedes team are sponsored by them. You see their logo every time you see an on board shot of the cars.

I had no idea until this weekend.

permalink
report
parent
reply
9 points

Over/Under on the amount of time before that logo gets removed?

permalink
report
parent
reply
8 points

End of season, at least, or whenever the livery/sponsorship contract runs out. Mercedes isn’t liable to care too much - it’s just a livery.

permalink
report
parent
reply
25 points
*

an operating system that allows third-party ring 0 access

Linux with eBPF:

permalink
report
reply
5 points
*

Shush, this is an opportunity for people to dump on Microsoft, if you take it from them they’ll turn on you.

permalink
report
parent
reply
11 points
*

Yes. I’m no security expert, but ebpf always seemed a bit weird to me. But in the end how much different is it from kernel drivers?

permalink
report
parent
reply
-23 points

So why is this considered a crowdstrike issue and not a Microsoft fuckup?

permalink
report
reply
20 points

Can you explain why you think this is a Microsoft issue?

permalink
report
parent
reply
0 points

Doesn’t Microsoft allow crowdstrike to make updates? Being such a critical part of the OS it’s up to Microsoft to ensure their procedures are robust and being followed.

permalink
report
parent
reply
1 point
*

How do you implement that? How is it feasible that Microsoft tests all the third party drivers?

Don’t get me wrong I believe Microsoft is partly to blame for this problem as well but for making it so hard for system admins to go around the system and solve things (as compared to Linux where you can do anything). I think sys admins would have solved this much faster if they were using Linux systems

I was just probing your argument because I guessed it was the typical nonsense of Microsoft bad, Linux good, without a good explanation

permalink
report
parent
reply
10 points

Same thing would happen on Linux if someone wrote a bad kernel module and integrated it into the OS. In fact, Crowdstrike did have a similar problem a few months ago on Linux.

I’m no fan of Microsoft, but this isn’t their fault.

permalink
report
parent
reply
4 points

An OS should not have to require a 3rd party driver for security.

Microsoft should be writing that driver as an OS component. Drivers should be restricted for taking to hardware.

permalink
report
parent
reply
3 points

I thought only people who subscribed to CrowdStrike’s services had that driver installed.

permalink
report
parent
reply
64 points

Windows: exists

Crowdstrike: stabs

You: why would Microsoft stab themselves?

permalink
report
parent
reply
2 points

Nelson Muntz: Stop striking yourself!

permalink
report
parent
reply
24 points

To be fair, kernel level access by third party software is kind of frowned upon in the Linux world. Ask any desktop Linux user how they feel about NVIDIA (the only third party kernel code an average Linux user will install) and their drivers randomly causing strange issues on their systems up to and including kernel panics compared to the experience on AMD where the driver is open and built into the kernel itself. For security software that needs low level visibility, there is eBPF, direct kernel level access isn’t needed (though I believe CrowdStrike uses it, and thay actually did CrowdStrike Debian and Rocky Linux systems some time back).

MacOS blocked the majority of kernel extensions a few years ago as well.

Windows is the only OS where it has been designed in a way where kernel level access is the rule rather than the exception. So design flaws are at least partially at fault here.

permalink
report
parent
reply
2 points

The opinion of Linux desktop users (or any users really) do not count in the enterprise world. Somehow, if management bought in on the Crowdstrike rootkit bandwagon, you’ll see it on corporate hardware. It doesn’t matter if it’s a bad plan; it doesn’t matter if it gives an American company a backdoor to all you infrastructure; if the CISO decides everyone gets it, everyone get it.

The only thing you can really do as a lowly employee is keep any such device away from any personal info or network as if it’s infected by malware (which I would argue is exactly what it is).

permalink
report
parent
reply
2 points

Heard from someone else (so take it with a grain of salt) that CrowdStrike and/or similar companies threatened Microsoft with an antitrust suit when Microsoft tried to force them to use an API instead of working directly with the kernel.

permalink
report
parent
reply
4 points
*

I’m so glad i got rid of my nvidia card. Having to reinstall the divers and kernel-headers every time my kernel updated was getting old.

permalink
report
parent
reply
19 points

Windows: exists

Crowdstrike: exists

Windows: open belly, right here!

Crowdstrike: stabs

Crowdstrike released bad code into prod without giving it some hours of testing in local machines or whatever. Incredible fuckup, inimaginable. But, let’s not take blame out of Microsoft, if a driver is faulty the system should be resilient enough no to crap the bed on login. At least enough for IT to be able to remotely access the system and fix it. The manual work the IT world has had to do because it’s lost remote access to workstations is insane.

permalink
report
parent
reply
24 points

Basically, crowdstrike wrote bad code that run as a driver, windows doesn’t like bad code in their drivers. Kernel level code is generally expected to run properly. crowdstrike’s kernel level code was really bad. Embarrassingly bad.

If the host creates a playlist and everyone can add their favorite song to the playlist, the host won’t be blamed if you add “erika”. People rightfully think you are an ignorant weirdo or a bad person, not the host.

permalink
report
parent
reply
-2 points

OTOH, if you build a playlist manager for playlists everyone can add to, you make sure nothing anyone adds will break it…

permalink
report
parent
reply
6 points

They were legally not allowed to as part of an agreement to not be s monopoly and allow competition.

permalink
report
parent
reply
5 points

Well do you want to have Microsoft approving EVERY driver for windows? Rip 3rd party open source drivers for retro hardware

permalink
report
parent
reply
6 points

Except that the playlists are super complex and there is no way to make sure. Like building an engine and having to make sure that no 3rd party accessory will break it. Like the parented “sand injector”.

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply

Programmer Humor

!programmerhumor@lemmy.ml

Create post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.

Community stats

  • 3.7K

    Monthly active users

  • 1.5K

    Posts

  • 35K

    Comments