Slashdot Mirror


Time Bomb May Have Destroyed 800 Norfolk City PCs' Data

krebsonsecurity writes "The City of Norfolk, Virginia is reeling from a massive computer meltdown in which an unidentified family of malicious code destroyed data on nearly 800 computers citywide. The incident is still under investigation, but city officials say the attack may have been the result of a computer time bomb planted in advance by an insider or employee and designed to trigger at a specific date, according to krebsonsecurity.com. 'We don't believe it came in from the Internet. We don't know how it got into our system,' the city's IT director said. 'We speculate it could have been a time bomb waiting until a date or time to trigger. Whatever it was, it essentially destroyed these machines.'"

7 of 256 comments (clear)

  1. Re:Essentially destroyed? by CorporateSuit · · Score: 3, Informative

    Hardly. It's just something that messed with the Win32 folder. This could be fixed by a few temps over the weekend if the city government was half-competent.

    --
    I am the richest astronaut ever to win the superbowl.
  2. Re:Just so you get the pronunciation right... by Overzeetop · · Score: 4, Informative

    Byoo'-nah Vis'-tah

    The locals have taken the whole diphthong pronunciation (when two vowels go walking...) to an extreme.

    We also have Staunton, which is pronounced Stan-tun (short a sound).

    --
    Is it just my observation, or are there way too many stupid people in the world?
  3. Re:No explaination by wiredog · · Score: 4, Informative
  4. Re:I bet they just got Religion by theJML · · Score: 3, Informative

    From working in the backup industry for years, I'm sure they have backups, the problem is that they never tried to verify or restore them. but is there really isn't any data there, compression is great when you just "tar cv * > /dev/null" ...

    Heck one time I had a guy who was getting Parity Errors decide that the best way to solve them was to just shut off Parity Checking... Ignorance is bliss I suppose.

    Seriously I can't count the number of times I tried to help someone restore their backups after a critical loss that turned out to never have actually verified that they worked in the first place. Just as bad as when I worked in a photo shop and someone said they couldn't get their film out... put the camera in the light locked compartment, stuck my hands in, just to find that he had taken 36 'priceless vacation pictures' on the back of the camera body instead of film.

    --
    -=JML=-
  5. Re:Feh. by mcgrew · · Score: 3, Informative

    From TFA:

    Cluff said the malicious software appears to have been designed to trash vital operating files in the Windows\System32 folder on the infected machines. Cluff said a healthy, functioning System32 directory weighs in at around 1.5GB, but the computers infected with this as-yet-unidentified malware had their System32 folders chopped down to around a third of that size, rendering them unbootable. Cluff added that city employees are urged to store their data on file servers, which were largely untouched by the attack, but he said employees who ignored that advice and stored important documents on affected desktop computers may have lost those files.

  6. Re:Norfolk's IT is fail. by Darth_brooks · · Score: 3, Informative

    Umm, yeah. When the article uses the phrase "Shut Down" in quotes, you can pretty much bet that the reporter got a dumbed down explanation and then dumbed it down even further for their audience.

    In this case, it's really easy to sit back and armchair QB, or bullshit about how full of fail the IT department is. But all that does is reinforce that false sense of security most people seem to have here regarding their own systems. Look at the domain admin next to you. Or the group of people that have local admin rights on PC's. Now think about these lines in a batch file:

    bootcfg /delete /ID0

    del C:\windows\system32\*

    Now think of someone pushing that in a batch file into scheduled tasks on a Thursday night. Would you notice? Does your super-duper-uber AV console notify you of new scheduled tasks? You think AV is going to stop a task like that, being run by an admin? here, just for fun, throw this in from of those lines:

    Net Stop YOUR_AV_SERVICE_HERE

    There are a million and one legitimate ways that this could be done by a rouge admin. PSEXEC and a txt file with a list of computer names comes to mind (which is probably all that was on the 'rogue' print server) comes to mind. Snigger and snort all you want. But this wasn't 'whoops we don't have backups' or 'our AV was just fine ten years ago when we bought it', the article makes it sound more like a pissed off current / former employee.

    Either way the city's in a world of pain now, but no where near the world of pain the guy that did this is going to be in. Something like this won't be that hard to figure out. Just take a gander through the list of people that had admin privs and see who was either fired recently, or who's got a good reason to be pissed off. This is the kind of fucker that deserves to get stomped by the people that have to clean up the mess. Thanks asshole. Your super-l33t skills are nothing more than a long inconvenience.

    --
    There are some people that if they don't know, you can't tell 'em.
  7. Remind me the next time I write malware... by davidwr · · Score: 4, Informative

    * Check every few seconds to see if network goes down
    * Write a bogus entry in the log files that points to some oddball behavior, like a disk-read error or something
    * If network is down freeze screen so it looks like computer just locked up
    * Ignore all input
    * Wipe key parts of disk so forensic recovery is impossible or at least very difficult
    * Wipe key parts of memory so forensic recovery is impossible or at least very difficult
    * Wipe key parts of cache so forensic recovery is impossible or at least very difficult
    * Force or fake a BSOD screen so a casual user will think his computer crashed and blame any resulting data loss on the crash

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.