829
submitted 2 months ago* (last edited 2 months ago) by Aatube@kbin.melroy.org to c/technology@lemmy.world

…according to a Twitter post by the Chief Informational Security Officer of Grand Canyon Education.

So, does anyone else find it odd that the file that caused everything CrowdStrike to freak out, C-00000291-
00000000-00000032.sys was 42KB of blank/null values, while the replacement file C-00000291-00000000-
00000.033.sys was 35KB and looked like a normal, if not obfuscated sys/.conf file?

Also, apparently CrowdStrike had at least 5 hours to work on the problem between the time it was discovered and the time it was fixed.

you are viewing a single comment's thread
view the rest of the comments
[-] driving_crooner@lemmy.eco.br 11 points 2 months ago* (last edited 2 months ago)

The file is used to store values to use as denominators on some divisions down the process. Being all zeros is caused a division by zero erro. Pretty rookie mistake, you should do IFERROR(;0) when using divisions to avoid that.

[-] sugar_in_your_tea@sh.itjust.works 17 points 2 months ago

I disagree. I'd rather things crash than silently succeed or change the computation. They should have done better input and output validation, and gracefully fail into a recoverable state that sends a message to an admin to correct. A divide by zero doesn't crash a system, it's a recoverable error they should 100% detect and handle, hot sweep under the rug.

[-] driving_crooner@lemmy.eco.br 11 points 2 months ago

Life pro tip: if you're a python programmer you should use try: func() except: continue every time you run a function, that way ypu would never have errors on your code.

[-] CeeBee_Eh@lemmy.world 1 points 2 months ago

that way ypu would never have errors on your code.

🤔

[-] Morphit@feddit.uk 5 points 2 months ago

IFERROR(;0)

Maybe they should use a more appropriate development tool for their critical security platform than Excel.

this post was submitted on 19 Jul 2024
829 points (98.5% liked)

Technology

58137 readers
7137 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