Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Virus Hold Computer Files 'Hostage' for $200

Posted by CmdrTaco on Tue May 24, 2005 08:39 AM
from the it'd-be-funnier-if-it-wasn't-scary dept.
dwayner79 sent in a story about a new virus making the rounds- this one is unique because it locks your files and then demands a $200 ransom to get them back. It seems to me that this might leave some sort of tracable money trail. They don't have much information on any particular transmission mechanism, they just talk about web pages giving it up.
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by yotto (590067) on Tuesday May 24 2005, @08:41AM (#12622705) Homepage
    ...Until I see a photograph of my files with today's paper.
    • In other news, virus writers associate with milk producers to print the output of "dir" on the back of the milk cartons.
    • by MoonBuggy (611105) on Tuesday May 24 2005, @08:58AM (#12622909) Homepage
      Seriously though, the article does not show me any reason that the virus writer can be trusted on his word alone. How would you know that he really will send the key?

      I can see three possible ways this is done: the files could be encrypted with a random key which is sent back to the author - in this case I guess the key could be intercepted on its way out of your computer, but you'd have to anticipate being infected. Alternatively, the virus might always use the same key, in which case one person needs to buy/brute force it and everyone's sorted. Finally, it might use a random key which the writer has no way of knowing - secure, but he'll take the money and run because he doesn't know the key.

      In any of those three scenarios I'd think it makes sense to try to avoid giving him any money. Either that or I've missed something.
    • laundering the money (Score:5, Interesting)

      by goombah99 (560566) on Tuesday May 24 2005, @10:18AM (#12623682)
      Everyone speculates that laundering the money will be hard. Perhaps not so hard really. This happens daily on E-bay with the western union scams. Apparentyl none of those are ever traced so why not these?

      As for tracing the e-mail well that wont work either: again people do this all the time on e-bay rip offs and none of those get traced.

      besides which the attacker might very well be logging your keystrokes and simply watching for you to send any text continaing a fake address he gave you, then sending this real text somewhere else. Fat chance you would notice this in time to do anything about it. He just picks off the western union number, then pays some street urchin to go collect for him.

      or you could rig this as sort of a two part thing. One is to have the virus encrypt the files. then "coincidentally" this spam e-mail comes offer to sell you a universal decoder program for the low price of 49.99$. THe company could be legitimate in the same sense that McAffee is legit. They just sell decryption tools. Sure they might be suspect but some company IS going to crack this and when they do they are going to SELL the decoder. The evil-doer merely has to be one of many companies offer this product for sale. It would be in his interest to leak the decoding method just so those decoy compamies would appear.

      • by team99parody (880782) on Tuesday May 24 2005, @10:53AM (#12624071) Homepage
        In fact, Symantec does this to me (at work) all the time. I bought their product once; and every 6 months or however long it takes that license to expire; they keep spamming me with more emails that say if I want to keep my computer safe from all the stuff infectig it I need to pay them more protection money.

        At home, I don't have the problem; since more honorable vendors that distribute their software via apt-get don't run these kinds of protection rackets.

  • by a_greer2005 (863926) on Tuesday May 24 2005, @08:42AM (#12622723)
    IF it takes spyware hostage
  • a fix (Score:5, Insightful)

    by MankyD (567984) on Tuesday May 24 2005, @08:42AM (#12622725) Homepage
    Assuming this virus is telling the truth (and I highly highly highly doubt it is), doesn't that mean that there's a simple command you can send to it to fix the problem? What's to prevent anti-virus companies from figuring this out and providing a quick fix?
        • Re:a fix (Score:5, Funny)

          by Mr Guy (547690) on Tuesday May 24 2005, @08:56AM (#12622902) Journal
          (or discover it through brute force if they dare wait that long)


          McAfee runs on an awful lot of enterprise networks, and tons of home users. I wonder how long brute forcing a key through distributed computing would really take. I wonder if McAfee is already using cycles for nefarious reasons. How long until McAfee becomes self aware!

          I need more tinfoil
          • Re:a fix (Score:5, Funny)

            by jschottm (317343) on Tuesday May 24 2005, @09:49AM (#12623403)
            I need more tinfoil

            There's a family in CA that would prolly be willing to make you a great deal on some tin foil, only slightly used. How big's your house?
        • Re:a fix (Score:4, Informative)

          by budgenator (254554) on Tuesday May 24 2005, @09:56AM (#12623453) Journal
          according to TFA
          Stewart managed to unlock the infected computer files without paying the extortion, but he worries that improved versions might be more difficult to overcome.

          so it's already been either bruteforced or cracked. My hunch is that a encryption program carried in a virus would be rather simplistic.
            • Re:Crypto Question (Score:5, Informative)

              by swillden (191260) * <shawn-ds@willden.org> on Tuesday May 24 2005, @10:20AM (#12623699) Homepage Journal

              If you have just two files its still extremely hard... you need something like 2^23 files to do it in a reasonable amount of time (assuming RSA+IDEA).

              This post is incorrect. Probably a semi-subtle troll rather than an honest error.

              Neither RSA nor IDEA is vulnerable to a known-plaintext attack. In fact, any cipher that is vulnerable to such an attack is considered completely insecure, especially if only 2^23 "files" are needed.

              If you get to choose the contents of one of the files its only about 2^17.

              Neither RSA nor IDEA is vulnerable to a chosen-plaintext attack. There were some chosen-plaintext attacks against RSA a few years back (mid 90s), but proper padding eliminates them. And far more than 2^17 trials were required for typical key sizes. Again, no cipher that was vulnerable to such an attack would be considered secure.

              Obviosly, if the keys are larger, it will take exponentially longer.

              Larger than what? Are you assuming extremely small key sizes in order to achieve the numbers above? Actually, you don't get to pick the size of an IDEA key, because IDEA keys are 128 bits. Though you can arbitrarily fix key bits to produce a smaller effective key, there's no reason why the virus writer would want to do that.

        • Re:a fix (Score:4, Funny)

          by Your Pal Dave (33229) on Tuesday May 24 2005, @11:02AM (#12624178)
          "s/he" and "his/er" works quite well if you need to get anal about it.


          And what if something has no gender and is an "it", you insensitive clod?

          Clearly, to avoid offending anyone, we all must start saying "s/h/it".
        • Re:a fix (Score:4, Funny)

          by Binestar (28861) * on Tuesday May 24 2005, @12:34PM (#12625201) Homepage
          'restore' is not recognized as an internal or external command, operable program or batch file.

          You are entering the command at the wrong interface. That's not a command you use at a command prompt. It's a verbal command for your IT underling.
  • Finally! (Score:4, Insightful)

    by Apreche (239272) on Tuesday May 24 2005, @08:42AM (#12622728) Homepage Journal
    What the hell took so long for this to happen? There are thousands of viruses all around and most of them are so benign. They just eat system resources, send spam, show ads and other bs. It took way too long for someone to make a virus that actually compromises data. I hope soon someone makes one that takes important data files and uploads them to a web server for public view. And another one that overwrites the hard drives 3 or 4 times to prevent data recovery.

    Maybe when this happens people will actually pay more attention to computer security, instead of just putting up with the inconvenience.
    • Re:Finally! (Score:5, Insightful)

      by i.r.id10t (595143) on Tuesday May 24 2005, @08:47AM (#12622803)
      You've not been around computers for long have you? We used to have all these nasty viruses, before Visual Basic and script kiddies, back when AOL wasn't on the Internet and dial up was mostly BBSes. Boot sector viruses, trashing hard drive controllers, etc.
      • Re:Finally! (Score:4, Interesting)

        by srleffler (721400) on Tuesday May 24 2005, @09:50AM (#12623404)
        There was even at least one that could wipe the BIOS eproms, leaving the computer completely inoperable and difficult to repair if not outright irreparable.
        • Re:Finally! (Score:5, Insightful)

          by mrchaotica (681592) on Tuesday May 24 2005, @10:05AM (#12623545)
          Yeah, that's exactly why we don't see really destructive viruses anymore: they've evolved. Just like biological viruses, computer virus writers have learned that your virus will spread farther if it doesn't completely kill the host, or generate an overwhelming immune response.
    • Re:Finally! (Score:5, Insightful)

      by meringuoid (568297) on Tuesday May 24 2005, @08:48AM (#12622816)
      Maybe when this happens people will actually pay more attention to computer security, instead of just putting up with the inconvenience.

      What will do that is a virus that replaces all .jpg files found with goatse, tubgirl and lemonparty.

      So many people have stored their digital camera photos on vulnerable Windows PCs. The only thing that will get them to secure those boxes is the threat that little Sophie's birthday photos, or the last time they went on holiday with Grandma before the illness, might be replaced with hideous porn by some virus...

    • by mgkimsal2 (200677) on Tuesday May 24 2005, @09:11AM (#12623018) Homepage
      I've written about this before, but I'm *so* waiting for a virus to do one or more of the following:

      * alter scheduled appointments in outlook/exchange
      * alter contact information in outlook/exchange
      * alter information in ms word and ms excel documents

      The key to all this is to do it in small doses - change a 3 to a 4, alter appointments by 1 hour, etc, introduce a few wrong spellings into ms word documents, etc.

      People have this view that viruses are horribly destructive, and it decreases the estimation of Windows in some. Others stick by Windows, content to use anti-virus stuff because a virus just generally uses up resources indiscriminately or 'steals' data.

      If viruses started attacking the integrity of core MS Office products, not 'just' the operating system itself, more damage would be done to MS' hold on corporate america than any attack on the 'operating system' level by viruses.

      Put more simply, most people really don't understand the ins and outs of operating systems, nor the potential damage than can be done to them. Everyone can understand the damage that could be done by having your spreadsheets altered without your knowledge.

      Well, at least I *think* everyone could understand that.
  • I call hoax (Score:5, Interesting)

    by Short Circuit (52384) * <mikemol@gmail.com> on Tuesday May 24 2005, @08:42AM (#12622731) Homepage Journal
    If it were real, we would have heard it from Symantec or McAffee long before a third-world news website.
        • Re:I call hoax (Score:5, Informative)

          by t123 (642988) on Tuesday May 24 2005, @09:13AM (#12623041)
          try the websense website with more detailed information [websensesecuritylabs.com].
          The original infection occurs when the user visits a malicious website that exploits a previous vulnerability in Microsoft Internet Explorer. This vulnerability allows applications to run without user intervention. The malicious website uses the Windows help subsystem and a CHM file to download and run a Trojan Horse (download-aag). The downloader then connects, via HTTP, to another malicious website. This website hosts the application that encodes files on the user's local hard disk and on any mapped drives on the machine. The malicious code also drops a message onto the system with instructions on how to buy the tool needed to decode the files. This message includes the email address of a third party to contact for instructions, and the user is directed to deposit money into an online E-Gold account.
  • by BunnyClaws (753889) on Tuesday May 24 2005, @08:44AM (#12622742) Homepage
    Do they accept PayPal?

  • interesting attack (Score:5, Insightful)

    by rayde (738949) on Tuesday May 24 2005, @08:44AM (#12622747) Homepage
    this is interesting. if a virus did this on a large scale, there would be loads of people who would be desperate to recover their data, and likely no feasible way to do it on a large scale without key recovery. but really, does the h4xx0r expect to be able to collect a sizeable amount of money without it being traced?

    yet another reason to do regular backups, so you are never solely dependent on your local copies.

  • by Anonymous Coward on Tuesday May 24 2005, @08:45AM (#12622756)
    so I figure the virus author could deduct the money from my account, himself.
  • Must be a real moron (Score:5, Informative)

    by Kosi (589267) on Tuesday May 24 2005, @08:45AM (#12622760)
    because his "blackmail-letter" is a file called attention!!!.txt, containing this:

    Some files are coded.
    To buy decoder mail: n781567@yahoo.com
    with subject: PGPcoder 000000000032

  • by NCraig (773500) on Tuesday May 24 2005, @08:47AM (#12622795)
    "The problem is getting away with it - you've got to send the money somewhere," Stewart said. "If it involves some sort of monetary transaction, it's far easier to trace than an email account."
    These guys won't get caught as long as they operate internationally and keep their ransom demands relatively low. As we've seen with the Nigerian Scam, there will be little impetus to apprehend these worthless criminals.
  • Ransom (Score:5, Funny)

    by mcleaver (105698) on Tuesday May 24 2005, @08:47AM (#12622798) Homepage
    SOmeone wrote: "this one is unique because it locks your files and then demands a $200 ransom to get them back." Unique? sounds like a description of anti-virus software to me.
  • by Y2 (733949) on Tuesday May 24 2005, @08:51AM (#12622841)
    If a smart crook were behind this, he'd not worry much about collecting the supposed ransom, but would pop his head up as a good guy saying he'd cracked the virus and would sell you a fix-it kit for $50.

    Of course, this means any honest white knight is going to learn the hard way about 20 feds and a flashlight.

  • Not that I particularly apprecaite idiot crackers making my work harder, but you gotta figure they'll be cringing at this rather blunt and clumsy attempt at extortion{sp}.

    I mean, is it really that much harder to make a virus that silently installs itself and listens for key strokes, then sends those back to you through a few cracked proxies? And there you go: account numbers and passwords.

    Idiots. If they do try to collect on this, they'll be caught, we'll find it's a couple of dumb as fuck kids who thought it'd be cool to "have a couple hundred bucks".

    And while I'm on that, 200 bucks? If you are really trying to get money, why not charge 20 bucks? For 200 bucks, most people are likely to seek outside help. For 20 bucks, people are more likely to just fork it over. I'd bet you'd have a greater ROI with the lower charge.
  • Wow (Score:5, Funny)

    by NubKnacker (787274) on Tuesday May 24 2005, @08:54AM (#12622871)
    "This seems fully malicious," said Joe Stewart, a researcher at Chicago-based Lurqh who studied the attack software.

    Gee, I wonder how he figured that out....

    • Re:Wow (Score:5, Informative)

      by httptech (5553) on Tuesday May 24 2005, @10:02AM (#12623509) Homepage
      Yes, funny funny. In context, though, you have to know the question the reporter asked me, which was, "Do you think this software was a test, or do you think it was malicious?"

      -Joe

      --
      Joe Stewart, GCIH
      Senior Security Researcher
      LURHQ http://www.lurhq.com/ [lurhq.com]
  • by overshoot (39700) on Tuesday May 24 2005, @08:54AM (#12622875)
    that Microsoft is adding to the next version of Office?
  • by technomancer68 (865695) on Tuesday May 24 2005, @08:57AM (#12622905)
    This has been out for years, it's called Windows XP Activation.
  • I just finished reading "Malicious Cryptography: Exposing Cryptovirology", and it talks greatly about exactly this. The problem is that, due to wonderful things like public-key encryption, evildoers could conduct an attack like this without leaving a trace.

    I'd highly recommend the book (no, I don't know that author).
  • New Variant (Score:5, Funny)

    by Timberwolf0122 (872207) on Tuesday May 24 2005, @09:09AM (#12622999) Journal
    If you dont send the money with in two weeks they start sending the files back, bit by bit.
  • by Source Quench (857046) on Tuesday May 24 2005, @09:12AM (#12623030)
    This is what happened when I installed windows 98... it crashed and a dialog box appeared and demanded that I upgrade to windows XP in order to save my files from digital heaven.
  • by Errtu76 (776778) on Tuesday May 24 2005, @09:37AM (#12623282) Journal
    back in the msdos days (aka: the good old days) there was a virus that locked your pc, did something nasty to your mbr (or fat - i forgot) and you had to play a game (or two .. or usually aLOT) on the slots machine. You would get your system back when you got the jackpot.
  • by vertinox (846076) on Tuesday May 24 2005, @09:53AM (#12623437)
    I'm sorry, but we don't negotiate with terrorists. The files knew the danger when they took the job.

    C:\>format c:
  • Wow - it's like "Hackers"... only ten years after the idea even made the mainstream. And much more low-rent. And without the cool graphics and computer-generated voice. And with less supertankers. And without Angelina Jolie with her nips out.

    How lame is that?

    (And that's leaving aside the huge number of social and technical ways this scam could be improved...)
  • Twoeasy steps:

    (1) Get this virus into the DMCA-supporters computers.

    (2) When they are screaming that all their data is encrypted, kindly inform them that you could create a crack for it and get all their data back, but unfortunately you would run afoul of the DMCA reverse-engineering laws and therefore cannot help them.

    Yes. Irony is *NOT* dead!!
  • by bunratty (545641) on Tuesday May 24 2005, @11:04AM (#12624200)
    Some kind soul should write a virus that holds your files hostage until Firefox is installed and is set as the default browser. Hint, hint...
    • by 3770 (560838) on Tuesday May 24 2005, @09:07AM (#12622983) Homepage
      What the programmer needs to do is to buy a speed boat and have the victim drop the bag from a bridge into the boat and then flee and stage his own death with an explosion.

      I've seen it in the movies.

      The trick is to do that without spending more than $200.