Slashdot Mirror


S. Korea Says Cyber Attack From North Wiped 48,700 Machines

wiredmikey writes "An official investigation into a major cyber attack on South Korean banks and broadcasters last month has determined that North Korea's military intelligence agency was responsible. An investigation into access records and the malware used in the attack pointed to the North's military Reconnaissance General Bureau as the source, the Korea Internet and Security Agency (KISA) said on Wednesday. To spread the malware, the attackers went through 49 different places in 10 countries including South Korea, the investigation found. The attacks used malware that can wipe the contents of a computer's hard disk (including Linux machines) and damaged 48,700 machines including PCs, ATMs, and servers."

25 of 186 comments (clear)

  1. Re:Civillian cyber-casualties by Anon,+Not+Coward+D · · Score: 5, Insightful

    But I'm sure most civilians prefer an empty computer rather than being dead...

    --
    Sometimes it's better not having signature
  2. Re:Civillian cyber-casualties by carlhaagen · · Score: 3, Insightful

    "but without all the mess" - as long as you don't count the mess that come with society's backbone starting to wobble. Our infrastructure's and societal functions' dependency on the Internet is grossly underestimated. This is a fact.

  3. The Scoop by camperdave · · Score: 5, Informative

    Symantec has an analysis of the linux component. It relies on extracting a history of ssh connections from windows machines from an application called mRemote, an open source, multi-protocol remote connections manager.

    --
    When our name is on the back of your car, we're behind you all the way!
    1. Re:The Scoop by iggymanz · · Score: 5, Informative

      more accurately, it checks for parameters of any ssh connection *with root privileges*. everyone see the problem there? every owner of every machine that fell to the n. korean attack richly deserved what they got. piss poor security will bite one in the ass.

    2. Re:The Scoop by chispito · · Score: 4, Insightful

      more accurately, it checks for parameters of any ssh connection *with root privileges*. everyone see the problem there? every owner of every machine that fell to the n. korean attack richly deserved what they got. piss poor security will bite one in the ass.

      People with poor security do not *deserve* an attack.

      --
      The Daddy casts sleep on the Baby. The Baby resists!
    3. Re:The Scoop by Dr_Barnowl · · Score: 3, Informative

      Yup, this is why you should only accept standard user logins, let them use sudo if they need to administer the box.

  4. Re:Civillian cyber-casualties by Anonymous Coward · · Score: 4, Interesting

    Speaking as a civilian, I'd much rather prefer to both be alive and not have my livelyhood threatened, thanks. That's the worst false dichotomy I've heard all week and you should feel bad.

  5. Think of all of the StarCraft hours lost! by kannibal_klown · · Score: 4, Funny

    Just think about all of those hours lost playing StarCraft.

    In other news, the entire population of South Korea is now looking for that 1 StarCraft CD so they can install it on all their machines again.

  6. Re:Civillian cyber-casualties by camperdave · · Score: 4, Insightful

    Well, like the old saying goes: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.

    --
    When our name is on the back of your car, we're behind you all the way!
  7. Re:victims deserved it by ScentCone · · Score: 3, Insightful

    victims deserved it

    Uh huh. And if NK decides to shell another island or sink another boat, it will be entirely SK's fault for not making a powerful magic force field that can deflect artillery shells and torpedoes. Victims are always to blame, because they definitely cause their attackers to attack them, because of their weakness, right?

    What, is your junior high school out on lunch break right now? Go outside and get some exercise, and quit wasting time building up an interior justification for the future bad shit you're going to do to other people when you get your own computer and stuff.

    --
    Don't disappoint your bird dog. Go to the range.
  8. Re:Civillian cyber-casualties by KGIII · · Score: 4, Interesting

    What I find amazing is that NK is technologically capable of causing that amount of damage both in terms of technology and infrastructure. I didn't believe they'd get enough bandwidth by using the soldiers to manually hand off the packets. I figured they'd be too busy eating grass and tree bark really.

    Okay, okay. So I'm only a little kidding. I'm still surprised they had the tech chops to pull that off OR that they were so poorly defended. It could go either way I suppose.

    --
    "So long and thanks for all the fish."
  9. Re:victims deserved it by iggymanz · · Score: 4, Insightful

    logic fails you. these cyber attacks are preventable by proper security practices - the internet is a hostile place and there is no excuse for laziness in security by IT people. Do you keep your money stacked on the sidewalk in front of your house overnight, or do you make some effort to keep thieves from easily snatching it? your attitude is the problem we in IT face

  10. Re:Civillian cyber-casualties by tqk · · Score: 3, Interesting

    But I'm sure most civilians prefer an empty computer rather than being dead.

    Most civillians are ignorant morons wrt computers. If that empty computer was used to locate (see story yesterday) the poorly secured, net connected SCADA box that controls the spillways of the hydroelectric dam upstream of your place, an empty computer is the least of your worries.

    --
    "Tongue tied and twisted, just an Earth bound misfit ..." -- Pink Floyd.
  11. "PermitRootLogin yes" fixes it .. or not by Sloppy · · Score: 3, Interesting

    If I understand correctly (do I?) the way it attacked Linux systems was that some people use a ssh client, where they literally have a preference or setting stored, for logging into the Linux machine as root. User clicks something (which does the equivalent of "ssh root@whatever" and the software automatically supplies a key or passphrase) and the next thing they see is a root bash prompt. Wow.

    If that's right, then assuming your Linux machines still have

    PermitRootLogin no

    in /etc/ssh/sshd_config, then your setup isn't compatible with this malware. You'll need an updated version of this malware.

    All machines should have "PermitRootLogin no" and if yours doesn't, you're doing something very very strange. Maybe you should go check that, right now. It'll take .. seconds.

    That said, things still aren't very rosy. Presumably the user of this ssh client would also have non-root passwords or keys stored too, to get non-root access. But how many of us usually login as a user with some sudoers powers? And how many of us have a very lazy sudoers configuration, where you're literally allowed to just do "sudo -s" and get a root shell, by only having to type in your password again?

    So my earlier "joke" about you needing an updated version of malware, might not really be all that much of a joke.

    Tighten up your sudoers file if you can. And whether you can or not, have ssh use key authentication instead of password authentication, so that no remote clients can, or need to, have your password stored in them.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    1. Re:"PermitRootLogin yes" fixes it .. or not by petermgreen · · Score: 3, Informative

      Even that doesn't do much, if the attacker has control of your user account and your user account can create psuedo terminals (and if you cant create psuedo terminals then you can't use anything like xterm or screen) then they can easilly change your bash profile to add a directory under your homedir to the path. Then add malicious su and sudo wrappers in there which record the credentials.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  12. Re:Civillian cyber-casualties by RabidReindeer · · Score: 3, Insightful

    But I'm sure most civilians prefer an empty computer rather than being dead...

    Civilian computers are not the primary target. A military cyber-attack would primarily be focussed on leaving the target area without electrical power, water, transportation (including traffic lights) or communications, with its banking and financial capabilities damaged. Consider, for example, how Iran was targeted. Their nuclear centrifuges were deliberately made to spin "off-key" with the intent that the results would be useless and the centrifuges would be physically ruined.

    Obviously, if you can keep everyone busy trying to restore their personal computers and devices at the same time, it's a bonus. That way they're distracted from working on core infrastructure.

  13. Re:Civillian cyber-casualties by cayenne8 · · Score: 5, Insightful

    How would your livelihood be threatened if your PC was wiped? I guess you don't keep regular backups, which is the most idiotic thing I have heard all week.

    It isn't so much a person's personal PC that is the danger, but of having his bank disrupted, and he can't get money. If food distribution is messed up, if drugs can't be accessed...all this stuff is interconnected.

    Let's see what happens when some extremely urban center gets hit, say like NYC...the power goes out, food can't get in/out, and see how long it takes for things to go bad really fast.

    Hell, with so many out there living cashless....what are they going to use for payment for things, if that system is down for awhile? That alone would bring a lot of misery, even if you discount the more tragic events I put forth above.

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
  14. Re:Civillian cyber-casualties by tqk · · Score: 3, Insightful

    I'm still surprised they had the tech chops to pull that off ...

    You can buy tech chops. Cf. Werner von Braun. There's always been plenty of people who're easily persuaded to supress any sense of morality or ethics that might get in the way of them getting the filthy lucre. Some (WvB again) aren't even after money.

    --
    "Tongue tied and twisted, just an Earth bound misfit ..." -- Pink Floyd.
  15. Problem fixes itself by gnasher719 · · Score: 5, Interesting

    All the vulnerable machines were wiped. So now there are no vulnerable machines anymore. Second attack will be much harder. And the percentage of Korean users doing proper backups will probably be growing :-) (Not that I'm saying people in Korea are more negligent with backups than others).

  16. Re:Civillian cyber-casualties by nospam007 · · Score: 4, Funny

    "I can see nations targeting unprotected civilian computers in enemy nations."

    The South should immediately retaliate and wipe all the North's computers, both of them.

  17. Re:Civillian cyber-casualties by NeverVotedBush · · Score: 3, Interesting

    Consider a live CD for the system connected to the net, and another PC (if necessary) that is isolated.

  18. Re:Civillian cyber-casualties by hawkinspeter · · Score: 5, Insightful

    Unless you're a buddhist.

    --
    You're a temporary arrangement of matter sliding towards oblivion in a cold, uncaring universe
  19. Re:Civillian cyber-casualties by jabuzz · · Score: 5, Interesting

    Yeah just look at what happened at Royal Bank of Scotland last year. Some people at Ulster Bank (a subsidiary of RBS) where unable to access their account for the best part of a month.

    http://en.wikipedia.org/wiki/2012_RBS_computer_system_problems

    Now imagine that every bank is in the same situation as RBS along with VISA and Mastercard.

  20. Re:Civillian cyber-casualties by jabuzz · · Score: 4, Insightful

    I would add that even having cash is no good if the power is out. These days even the till won't open, the scales won't weigh anything and the pump's won't pump the fuel. Heck even the water in the taps will stop flowing rather quicker than you might imagine without power.

    So while I do have emergency cash and both VISA and Mastercard credit cards I am realistic that in the event of a total failure it won't get me that far.

  21. Re:Civillian cyber-casualties by Tarlus · · Score: 3, Funny

    albiet in a state not necessarily the same as you were before

    Yeah, your timestamp and permissions might be missing.

    --
    /* No Comment */