Slashdot Mirror


Virus Hold Computer Files 'Hostage' for $200

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.

488 comments

  1. It won't get a penny from me... by yotto · · Score: 5, Funny

    ...Until I see a photograph of my files with today's paper.

    1. Re:It won't get a penny from me... by c0ldfusi0n · · Score: 5, Funny

      In other news, virus writers associate with milk producers to print the output of "dir" on the back of the milk cartons.

      --
      A computer makes it possible to do, in half an hour, tasks which were completely unnecessary to do before.
    2. Re:It won't get a penny from me... by okar · · Score: 0

      Are they still alive? I want to talk to them!

      --
      Move. Sig.
    3. Re:It won't get a penny from me... by MoonBuggy · · Score: 4, Interesting

      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.

    4. Re:It won't get a penny from me... by HadenT · · Score: 5, Informative

      Why not:
      generate random key, encrypt data with it (symmetric),
      encrypt that key with public one (stored in virus itself), destroy random key, give victim encrypted key.
      Victim sends encrypted key to author, he decrypts it using his private key and sends it back.

    5. Re:It won't get a penny from me... by Anonymous Coward · · Score: 0

      "Give me back my FILES!!!"

      I'll pay anyone $200 to track down the creater of this virus and bring him to justice.

      (Ok sad attempt at humor, if you never saw the movie "Ransom" you won't get it at all)

      lol

    6. Re:It won't get a penny from me... by Inkieminstrel · · Score: 2, Interesting

      Anyone else think this comment is funny in light of the signature attached to it?

    7. Re:It won't get a penny from me... by Anonymous Coward · · Score: 0

      It's not a virus. An attacker has to install the trojan by some means, then the trojan will encrypt the files and delete itself. The attacker supposedly sets a unique password and the retrieval codeword before he installs the trojan.

    8. Re:It won't get a penny from me... by Anonymous Coward · · Score: 0

      Let's just forget those 3 scenarios and think about this: somebody breaks into your computer, steals (locks you out) something, and then demands money. Do you:

      a) wait for an avirus group to provide a fix
      b) wait for an avirus group to provide a fix
      c) wait for an avirus group to provide a fix
      d) pay up and hope for the best

      If your answer was 'd', then please pull all cables from the pc, return it to the shop and stay away from computers for the rest of your life.

    9. Re:It won't get a penny from me... by Happy+Monkey · · Score: 1

      Would a screenshot alongside today's USAtoday.com work?

      --
      __
      Do ya feel happy-go-lucky, punk?
    10. Re:It won't get a penny from me... by Anonymous Coward · · Score: 0

      "Either that or I've missed something."

      Yes, you have certainly missed a lot. A lot. Very insightful brain fart, thanks. Why do you even reply? I hate what slashdot has become - it used to be cool. Now we have posts like this modded up as insightful - garbage. Very sad :(

    11. Re:It won't get a penny from me... by tchernobog · · Score: 5, Interesting

      Not a really new idea, it's inside Andrew Tanenbaum's "Modern Operating Systems"!
      The virus programmer has to have read the book.

      --
      42.
    12. Re:It won't get a penny from me... by magefile · · Score: 1

      Why not some sort of hash? Say, md5 "victims_ip_address" + "salt"? If the salt is known only to the virus writer, there's not much you can do.

    13. Re:It won't get a penny from me... by GauteL · · Score: 2, Insightful

      If it uses the same key, but a very long one, all the computers in the world would be very unlikely to break the key in a decent amount of time.

      Remember the RC5 challenge? It took 1757 days worth of massive collaboration effort to break a 64 bit key, showing that 64 bits RC5 is not enough for data that is still sensitive after several years.

      Now they are trying to break a 72 bit version of the same algorithm. It should take 2^8=256 times more computational effort or over 1000 years with current processing power.

      Processing power increases, but you can imagine that something encrypted with a public key algorithm that requires as much effort as 80 bit RC5, could be impossible to break in the time-frame where the data is still valuable, even with a combined world-wide effort.

    14. Re:It won't get a penny from me... by SirTalon42 · · Score: 1

      Um... isn't the salt put at the front of the md5sum?

    15. Re:It won't get a penny from me... by Anonymous Coward · · Score: 0

      You forgot e) Tell the virus writer/hostage taker/terrorist to fuck himself, format and restore a backup.

    16. Re:It won't get a penny from me... by lcsjk · · Score: 1

      Are you talking about this comment or that comment?

    17. Re:It won't get a penny from me... by Inkieminstrel · · Score: 1

      The other comment.

    18. Re:It won't get a penny from me... by dextroz · · Score: 1

      can you just paste the comment here? Now I don't think anyone knows which comment we are talking about...

      --
      Where's my free iPod!? Until then, I'll settle for a kiss...
    19. Re:It won't get a penny from me... by Lord+Apathy · · Score: 1

      F) Call the FBI, pay the ransom, and follow the money trail. Then bust the guy for extortion, wire fraud, and whatever else they can think of. Then the bastard spends the next 15 years in the pen taking it up the ass from someone named bubba.

      Works for me.

      --

      Supporting World Peace Through Nuclear Pacification

    20. Re:It won't get a penny from me... by Ryosen · · Score: 1

      He said a newspaper, not a dishrag.

      --

      Ryosen
      One man's "Troll, +1" is another man's "Insightful, +1".
    21. Re:It won't get a penny from me... by Kent+Recal · · Score: 1

      In other news, virus victim associates with milk producers to print distributed-RC5-crack workunits on the back of milk cartons. "Please solve this puzzle and help this guy to get back at his data"

    22. Re:It won't get a penny from me... by icypyr0 · · Score: 2, Informative

      Too bad an FBI investigation/ prosecution costs over $200,000 on average. That's 1000x the $200 ransom. Bottom line; it would have to be a widespred thing for the FBI to give a shit.

    23. Re:It won't get a penny from me... by magefile · · Score: 1

      Doesn't really matter, does it?

  2. Cat got your tongue? (something important seems t by Anonymous Coward · · Score: 1, Funny

    Virus writers need to eat too!
    -r

  3. This won't last long by Mycroft_514 · · Score: 1

    before the perpotrators find out that to get get, you follow the money!

    1. Re:This won't last long by Mysticalfruit · · Score: 3, Funny

      Then...

      "Nuke the site from orbit, it's the only way to be sure"...

      --
      Yes Francis, the world has gone crazy.
  4. This could be good by a_greer2005 · · Score: 3, Funny

    IF it takes spyware hostage

    1. Re:This could be good by R.Mo_Robert · · Score: 3, Informative

      Do you really think a virus is going to take spyware hostage and then demand $200 for the key to unencrypt it? I don't know about you, but even if it did, I sure wouldn't be happy with this kind of virus on my computer.

      Plus the article mentions this paritcular infection affected only "at least fifteen types of data," most of which were presumably important to the user, like spreadsheets and the like. But again, even if it did encrypt malware ... I don't see how it could be a good thing. Let's introduce them to Ad-Aware, Spybot, etc. instead, and safe browsing habits--the lack of which probably allowed both this virus and the malware on the computer in the first place.

      --
      R.Mo
    2. Re:This could be good by Anonymous Coward · · Score: 0

      Yo, Bob. It's a joke.

    3. Re:This could be good by a_greer2005 · · Score: 1

      It was a JOKE, I thought it would / should be modded "funny"

    4. Re:This could be good by Koiu+Lpoi · · Score: 1

      Unless the end user is clueless and actually pays the 200 dollars to release the spyware - especially if it's the nasty kind of spyware that causes windows to stop working if improperly removed.

    5. Re:This could be good by Anonymous Coward · · Score: 0

      I'm a moron, sorry--I always do that...

    6. Re:This could be good by Anonymous Coward · · Score: 0

      Maybe you have prefrontal lobe damage.

    7. Re:This could be good by kosmicki · · Score: 1

      If I had points I'd have labeled this one insightful ;)

  5. a fix by MankyD · · Score: 4, Insightful

    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?

    --
    -dave
    http://millionnumbers.com/ - own the number of your dreams
    1. Re:a fix by pentalive · · Score: 3, Insightful

      A simple command to fix this? try
      "restore backup"

    2. Re:a fix by koreaman · · Score: 1

      You have to buy the encryption key used to encrypt the thing.

    3. Re:a fix by keshto · · Score: 3, Informative

      Because if the hacker has encrypted the files with a random passphrase and assuming this passphrase isn't the same for all the computers he attacks, it is highly unlikely a security company will be able to easily decrypt the files.

      That is what is particularly scary about this. What if the hacker went offline-- even if you are willing to pay the money, you can't get to the files. They are as good as deleted

    4. Re:a fix by Markus+Persson · · Score: 1
      It could be encrypting the files using the public key of the virus makers secret key.

      Unless you found some very fast new way of factoring primes, that'd take a very long time to crack

      --
      If the cat can't experience its own death, nothing will ever kill you. (No, really!)
    5. Re:a fix by squiggleslash · · Score: 2, Insightful
      What makes you think that?

      If I were the extortionist, I'd write the code to obtain a key from some source (perhaps be pre-loaded with several thousand precalculated RSA "public" keys), encrypt the files, and then release a decrypter with the relevent private key for that particular system.

      This works because RSA encryption involves keys that have a public and private portion. The public key is used to encrypt but once encrypted, the data can't be decrypted without the private key. It is immensely difficult to calculate what the private key that goes with a public key is, for larger key sizes (128bits and more) we're talking of the order of decades for the fastest computers to work out. So it's "Pretty Good" encryption.

      So, if he's done his homework ("he" is generic here, I don't mean to imply the person who wrote this is of one gender or another, I know that terms like "sie" and "hir" are probably less known on /. than in other groups where gender discrimination is considered a more important issue that must be tackled. This isn't the 1950s any more, or even the kind of Star Wars crap where women are seen as bearers of future Jedi who stay home and get all emotional and lose the will to live when their partners turn to the Dark Side), this kind of scam will work pre[tt]y well.

      --
      You are not alone. This is not normal. None of this is normal.
    6. Re:a fix by wren337 · · Score: 2, Interesting

      Since they recovered the files without the key, it looks like the guy wrote his own crypto. Score one for the good guys. Next time maybe the guy uses a well written public key library. Encrypt the local files with a random symmetric key, encrypt the key with a public key and present it to the user. The user has to email the encrypted symmetric key to the virus writer for decryption.

      There's no reason to think there would be a single interceptable "key" value that would unlock everyone's files. It depends on the skill of the author.

    7. Re:a fix by MankyD · · Score: 1

      But still, have someone pay for it once (or discover it through brute force if they dare wait that long) and then simply hand the private key out to everyone else. $200 to fix a catastrophe seems like a cheap price to pay. Hell, maybe you'd get lucky and catch the guy by following the money.

      --
      -dave
      http://millionnumbers.com/ - own the number of your dreams
    8. Re:a fix by Carnil · · Score: 0

      The "command" needed is, according to the article, the digital key to decrypt the file:
      A ransom note left behind included an e-mail address, and the attacker using the address later demanded $200 for the digital keys to unlock the files.
      So I guess that the virus encripts the file using a selected public key from a group of keys (or generating it with a seed) and then the virus writer can generate the matching private key and send it to you to decrypt the files (assuming that the virus is telling the truth, as you say, which probably isn't).

    9. Re:a fix by Lehk228 · · Score: 1

      not so much "skill" but rather "knowing jach shit about crypography"

      --
      Snowden and Manning are heroes.
    10. Re:a fix by wren337 · · Score: 1

      See my post below, there's no reason to have thousands of public/private key pairs. Combining public/private with a random symmetric key is a time tested alternative. PGP uses IDEA for encryption and public/private key crypto to protect the random IDEA key.

    11. Re:a fix by Mr+Guy · · Score: 1

      Thanks for playing, but you'd only need the hacker to pony up the key once and they can distribute it. Secret key encryption is only safe if the secret key is. Even creating a random key pair for for your computer and doing a key exchange wouldn't work because it'd have to store the key somewhere to decrypt the files later.

      Of course, all this is assuming there is even the slightest bit of truth in the claim of a virus.

    12. Re:a fix by flibble-san · · Score: 1

      or even the kind of Star Wars crap where women are seen as bearers of future Jedi who stay home and get all emotional and lose the will to live when their partners turn to the Dark Side

      Damn you spoiled the movie for me now!

      --
      My other sig is crap too
    13. Re:a fix by Mr+Guy · · Score: 5, Funny

      (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

    14. Re:a fix by wren337 · · Score: 1

      That works for the attacker. If you target one big company and get good penetration, you can point out that if there are any signs of trouble you'll disappear and they'll never get their files back.

      I am surprised we've never seen this as a targeted attack before, or maybe no one has reported it.

    15. Re:a fix by hackstraw · · Score: 1

      What's to prevent anti-virus companies from figuring this out and providing a quick fix?

      Oh, they might, and only charge $250 for the fix :)

    16. Re:a fix by Markus+Persson · · Score: 1
      Why would he pony up the key?

      Generate a random pad the same size as the file, xor the file using the pad, encrypt the pad with the public key and save to disk.
      Then the user sends the encypted pad somewhere (possibly a webservice), and pays $200. The hacker descrypts the pad and sends it back.

      --
      If the cat can't experience its own death, nothing will ever kill you. (No, really!)
    17. Re:a fix by ggvaidya · · Score: 1

      You made me laugh out loud. Thanks a million!

    18. Re:a fix by Anonymous Coward · · Score: 0
      How long until McAfee becomes self aware!
      A little 'hair o' the dog' and MacAfee'll be just fine.
    19. Re:a fix by slavemowgli · · Score: 1, Offtopic

      I know that terms like "sie" and "hir" are probably less known on /. than in other groups where gender discrimination is considered a more important issue that must be tackled.

      Actually, if you want to be gender-neutral, you should just use "they", "their" and so on. "Sie" (or "shi"), "hir" and so on are sometimes used as pronouns for intersexuals, so using them as gender-neutral pronouns just causes even more confusion - and unnecessary confusion, for that matter, since using "they" for that purpose is common and understood pretty much everwhere.

      --
      quidquid latine dictum sit altum videtur.
    20. Re:a fix by Anonymous Coward · · Score: 0

      So, if he's done his homework ("he" is generic here, I don't mean to imply the person who wrote this is of one gender or another, I know that terms like "sie" and "hir" are probably less known on /. than in other groups where gender discrimination is considered a more important issue that must be tackled. This isn't the 1950s any more, or even the kind of Star Wars crap where women are seen as bearers of future Jedi who stay home and get all emotional and lose the will to live when their partners turn to the Dark Side), this kind of scam will work pre[tt]y well.

      It's amazing how you managed to squeeze this completely offtopic PC rant into what was otherwise a very insightful posting. I wish I could moderate it in both ways.

    21. Re:a fix by mrchaotica · · Score: 1

      No, "they", "their", and so on are plural. If you want to be gender-neutral, you should use "he" and "his."

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    22. Re:a fix by Anonymous Coward · · Score: 1, Funny

      A simple command to fix this? try
      "restore backup"


      'restore' is not recognized as an internal or external command, operable program or batch file.

      .

    23. Re:a fix by DrSkwid · · Score: 1

      ("he" is generic here, I don't mean to imply the person who wrote this is of one gender or another, I know that terms like "sie" and "hir" are probably less known on /. than in other groups where gender discrimination is considered a more important issue that must be tackled. This isn't the 1950s any more, or even the kind of Star Wars crap where women are seen as bearers of future Jedi who stay home and get all emotional and lose the will to live when their partners turn to the Dark Side)

      for someone so fucked up by the PC police, one would have thought you'd know the difference between gender and sex.

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    24. Re:a fix by Anonymous Coward · · Score: 0

      Not anymore. They've been gender and number neutral for a centuries now. Only ignorant purists have any objections.

    25. Re:a fix by Anonymous Coward · · Score: 0

      You'd be gender neutral, English-correct, AND (bonus) you get to upset a good percentage of whiny feminists!
      me

    26. Re:a fix by jschottm · · Score: 4, Funny

      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?

    27. Re:a fix by Anonymous Coward · · Score: 0

      but if I was a virus writer,

      I woudl instead hook in the OS and not let any activty occur until a simple hardcoded key was entered. I woudl then wait for my money form the ingnotant masses.

      If i invested the time to do what you suggest, chances are I am smart enough to get a job and don't write virus for extortion.

      if I was a script kiddie it is plenty easy to make a vbs form invisable and not let it be unloaded or closed and steal focuesevery time it looses it.

    28. Re:a fix by budgenator · · Score: 3, Informative
      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.
      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    29. Re:a fix by Raphael · · Score: 1
      Encrypt the local files with a random symmetric key, encrypt the key with a public key and present it to the user. The user has to email the encrypted symmetric key to the virus writer for decryption.

      Minor variation to make things even worse: keep on generating random symetric keys every few seconds and encrypt them with the public key. This ensures that someone who manages to dump the memory while the worm is running has no chance to find the key that was used for encrypting some previous files. This also reduces the opportunities for a brute force attack on the symetric key (we have a large amount of known plain text in this case). Sending dozens or even hundreds of these encrypted keys by e-mail should not be a big deal.

      Also, it may be better (or worse, if you take the right point of view) to give a set of public keys to the worm, instead of a single one. This ensures that if one public/private key pair is compromised through brute force (on the key or on its owner), there would still be other opportunities for extorsion.

      Things are likely to get more interesting now that some moron has started to use this extorsion technique (even if he did not do it in the "right" way).

      --
      -Raphaël
    30. Re:a fix by httptech · · Score: 2, Informative

      It's not a command in the trojan that decrypts the files, it's a program the trojan author sends you after you send him $200. However, the encryption is trivial and just about any reverse-engineer could write a decryptor for you.

      -Joe

      Joe Stewart, GCIH
      Senior Security Researcher
      LURHQ http://www.lurhq.com/

    31. Re:a fix by Anonymous Coward · · Score: 0

      Please see http://en.wikipedia.org/wiki/Singular_they (and the references from there).

    32. Re:a fix by WhiteDragon · · Score: 1

      "they" etc. are now completely accepted as gender-neutral singular forms, as well as the standard plural usage.

      --
      Did you mount a military-grade, variable-focus MASER on an unlicensed artificial intelligence?
    33. Re:a fix by vorm · · Score: 1
      I wonder how long brute forcing a key through distributed computing would really take.

      Distributed.net actually has project running attempting to do this. So far they have brute forced keys up to 64bits in length. However breaking 64bit key took 1757 days, and at there current pace it could take over 900 years to break the 72bit key. So the bottom line is that if this guy is using a key of any size it's not going to be possible.

      Restore from backup and hope they catch the jerk.

    34. Re:a fix by Anonymous Coward · · Score: 0

      would have thought you'd know the difference between gender and sex.

      err... gender is for grammar, sex is for people?

    35. Re:a fix by MankyD · · Score: 1

      Perhaps my use for the word "command" is being taken to literally. I simply meant to suggest that it sounds like simple steps can be taken to unlock the software.

      --
      -dave
      http://millionnumbers.com/ - own the number of your dreams
    36. Re:a fix by plaxion · · Score: 1

      "s/he" and "his/er" works quite well if you need to get anal about it.

    37. Re:a fix by unapersson · · Score: 1

      > No, "they", "their", and so on are plural. If you
      > want to be gender-neutral, you should use "he" and
      > "his."

      In English as opposed to American English it is perfect valid to use "they" and "their" to be gender neutral. Looks much less stupid than when using a specific gender to give an example in a user manual.

    38. Re:a fix by Anonymous Coward · · Score: 0

      "how long brute forcing a key through distributed computing would really take"

      I'll encrypt your files with 256-bit AES and you can tell how long it takes.

    39. Re:a fix by UncleFluffy · · Score: 1

      No, "they", "their", and so on are plural. If you want to be gender-neutral, you should use "he" and "his."

      The OED disagrees with you and cites historical precedent. However, it does note that your opinion exists.

      --

      What would Lemmy do?

    40. Re:a fix by Anonymous Coward · · Score: 0

      "This works because RSA encryption involves keys that have a public and private portion. The public key is used to encrypt but once encrypted, the data can't be decrypted without the private key."

      Thanks for the cryptography lesson. I'm sure everyone found this quite insightful - oh, wait, yes, they do!

      "("he" is generic here, I don't mean to imply the person who wrote this is of one gender or another..."

      What the fuck! What the hell is up your ass? Some woman's fist probably. What sad times we live in.

    41. Re:a fix by httptech · · Score: 1

      Yes, simple steps as in reverse-engineer and write a decryptor for it. I've already done this, in fact.

      -Joe

      --
      Joe Stewart, GCIH
      Senior Security Researcher
      LURHQ http://www.lurhq.com/

    42. Re:a fix by Anonymous Coward · · Score: 0
      Actually, if you want to be gender-neutral, you should just use "they", "their" and so on. "Sie" (or "shi"), "hir" and so on are sometimes used as pronouns for intersexuals, so using them as gender-neutral pronouns just causes even more confusion - and unnecessary confusion, for that matter, since using "they" for that purpose is common and understood pretty much everwhere.

      WTF?! Just use actual English words you tards! And I don't give a shit if an angel loses it's wings everytime I use a gender specific pronoun. Good god people, don't be such lame-asses! Behavior like that only makes you more freakish and weird than "equal" to the rest of us on this planet.

    43. Re:a fix by Mr+Guy · · Score: 1

      From one of the projects on distributed.net:

      There have been 64,264 participants
      since the beginning of this project.
      8,934 of them were active yesterday
      and of those, 29 were brand-new participants.

      In comparison, McAfee numbers seem to be around 2 million home users and upwards of 30 million corporate licenses.

      That said, if McAfee DID undertake this nefarious scheme, I'd expect it to take them upwards of 2 years to crack a 72 bit key. (Distributed.net's projected estimate is 348,018 days divided by the roughly 500 times larger base) When you factor in that the bulk of McAfee's clients are running on corporate machines, they may be able to top that rate.

    44. Re:a fix by 91degrees · · Score: 2, Funny

      Unless you found some very fast new way of factoring primes, that'd take a very long time to crack

      I have. The factors of a prime, are the prime, and 1.

      (And I know what you meant. I just couldn't resist)

    45. Re:a fix by Durandal64 · · Score: 1

      Since when? "They" is the plural form, and the usage of the plural form of the verb "be" following it is consistent. Do you say "I like that person because they is cool"? No, you say, "I like that person because they are cool." People who use "they" in place of a gender-neutral pronoun are all admitting that "they" is, in fact, a plural pronoun. If these people can't even maintain consistency in their usage, why the hell should we consider their usage acceptable?

      The gender-neutral pronoun in the English language is and has always been "he". Period. You can use "she" if you want, and that's fine. If you want to make up a new word or bastardized version of two words (like "s/he"), also fine. If you want to change the sentence to refer to a generic group of individuals rather than one person (which works most of the time), then also fine. But substituting "they" for "he" or "she" is not acceptable because you break consistency among the verbs in the sentence.

    46. Re:a fix by Andrewkov · · Score: 2, Funny

      Assuming you have no backups, that could really be a problem. Everyone does keep backups, right?

    47. Re:a fix by Anonymous Coward · · Score: 0
      The gender-neutral pronoun in the English language is and has always been "he".
      No, it hasn't. There is no modern singular gender neutral pronoun in the English language, that's the problem, and while there may have been once, that usage died a long time ago.

      If the gender neutral pronoun in the English language was "he", what's the male pronoun?

    48. Re:a fix by Your+Pal+Dave · · Score: 4, Funny
      "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".
    49. Re:a fix by newrisejohn · · Score: 1

      The virus uses ROT13 encryption.

    50. Re:a fix by Anonymous Coward · · Score: 0

      > I wonder if McAfee is already using cycles for nefarious reasons.

      Or developers, for that matter.

    51. Re:a fix by Anonymous Coward · · Score: 0

      What a day to have left my mod points at home.

    52. Re:a fix by VE3MTM · · Score: 1

      There's no reason why a virus writer couldn't embed an implementation of RSA or AES in a virus... Drop-in implementations are out there.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 Whoops, silly middle mouse button...
    53. Re:a fix by Anonymous Coward · · Score: 0
      How long until McAfee becomes self aware!
      I'm wondering how long it will be before it actually detects some modern viruses. I suppose it would actually have to do something before it can do something intelligent.
    54. Re:a fix by Pflipp · · Score: 1

      How long until McAfee becomes self aware!

      Long as it isn't even aware that all it plightfully does is stalling Java build processes, I don't really think you'll have to worry.

      --
      "We can confirm that Debian does *not* ship the version with the trojan horse. Our version predates it." [CA-2002-28]
    55. Re:a fix by SirTalon42 · · Score: 1

      And if he used more than 72 bits? And if all files aren't encrypted with the same key? Well you would be screwed.

    56. Re:a fix by budgenator · · Score: 1

      The thought of that give me the willies, guess we're going to have to move a copy of anything important to a samba directory and chmod it 000! Of course just running
      1. non-admin,
      2. using a non-IE browser,
      3. using an anti-virus scanner,
      4. an anti-spyware scanner,
      5. a software-firewall,
      6. and a hardware firewall
      should help for those out there that think Linux/BSD/OSX is too complicated for a desktop.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    57. Re:a fix by wren337 · · Score: 1


      Set up an unattended decrypt server on a hacked box somewhere. Make it require some proof of payment token that the server can verify, like a payapl payment id. then the server moves the money out of paypal before returning the decrypted key. you leave it run for however long it takes for it to be taken down.

    58. Re:a fix by frankvl · · Score: 2, Insightful

      What's to prevent anti-virus companies from figuring this out and providing a quick fix?

      Such a virus is the best marketing they can have

    59. Re:a fix by Binestar · · Score: 3, Funny

      '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.

      --
      Do you Gentoo!?
    60. Re:a fix by neumayr · · Score: 1

      Uhm, what's the software firewall for?
      Check out this text, I think it makes some very good points against the use of such software.

      --
      Truth arises more readily from error than from confusion. -Francis Bacon
    61. Re:a fix by budgenator · · Score: 1

      software firewalls are actually nice to see what's trying to get out, what's trying to get out is sometimes more important than what's trying to get in. An arguement could be made that all firewalls are software, just some of the hardware is dedicated to the firewall software and some is shared.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    62. Re:a fix by Anonymous Coward · · Score: 0

      You mean, like have a karma-neutral moderation?

    63. Re:a fix by Anonymous Coward · · Score: 0
      I love right-wingers. You're all so cute when you've found someone trying to be inoffensive and are flaming them after decades of being brainwashed by Rush Limbaugh.

      It's ok. We don't mind. We know you can give this kind of thing up any time, you just have to be ready. And when you're ready, we'll be waiting. We'll sooth you of your suffering. We'll bring you into the light, into a world where people don't hurt each other for no reason whatsoever.

    64. Re:a fix by UserGoogol · · Score: 1

      Not really.

      Grammatical gender is one definition, but gender-for-people is a well accepted definition, and is useful not only times when you're too squeemish to say sex, but also for transsexuals, where biological sex and sexual identity don't overlap.

      --
      "Never attribute to malice that which can be adequately explained by stupidity." -- Hanlon's Razor
    65. Re:a fix by coopex · · Score: 0

      Is that you Mr. Gates?

      "The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers." Bill Gates, The Road Ahead, Viking Penguin (1995), page 265

      --
      The road to hell is paved with good intentions.
    66. Re:a fix by neumayr · · Score: 1

      That is a useful feature, but I'm sure is is less complex (error prone) software that does this.
      At least there should be..

      Of course there's software running on hardware routers, I was refering to the "personal firewalls" running on workstations. Weren't you?

      --
      Truth arises more readily from error than from confusion. -Francis Bacon
    67. Re:a fix by jonadab · · Score: 1

      > My hunch is that a encryption program carried in a virus would be rather
      > simplistic.

      Yeah, but in later operations, the blackhats will realize that the encryption program doesn't have to be carried in the virus; all the virus needs is enough networking code to retrieve the real payload from elsewhere. The real payload can then proceed to do RSA encryption with a 1024-bit key and follow that up by continuously writing over the originals with alternating layers of random bits and fixed patterns while port-scanning for vulnerable IIS and MS SQL servers to use to pass itself along, and also emailing itself to everyone in the user's address book, putting copies of itself (called something like newlogo.jpg.exe) on every open CIFS fileshare on the LAN, and sending full-color brochures to any printers it finds featuring a URL of a compromised webserver that hosts another copy of itself -- oh, and looking for a modem that it can use to place calls and play a pre-recorded voice message...

      --
      Cut that out, or I will ship you to Norilsk in a box.
  6. Finally! by Apreche · · Score: 4, Insightful

    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.

    --
    The GeekNights podcast is going strong. Listen!
    1. Re:Finally! by i.r.id10t · · Score: 4, Insightful

      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.

      --
      Don't blame me, I voted for Kodos
    2. Re:Finally! by meringuoid · · Score: 5, Insightful
      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...

      --
      Real Daleks don't climb stairs - they level the building.
    3. Re:Finally! by rednuhter · · Score: 1

      you are talking about the Vx scene 10 years ago when viri were not afraid to decimate your hard disk, they just waited a short time before doing so.
      The infection spread regardless of how they treated the host (after atleast one copy was made).
      Most viri back then were transmitted by floppy disk boot blocks.

      --
      ERR 411[Max number of witty sigs reached]
    4. Re:Finally! by Anonymous Coward · · Score: 0
    5. Re:Finally! by MullerMn · · Score: 3, Funny

      I knew what goatse was.
      I knew what tubgirl was.
      Never heard of lemonparty before.
      Now I know.

      Allow me to be the first to say:
      AAAAAAAAAAAAARRRRRGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH!

    6. Re:Finally! by EnglishTim · · Score: 4, Insightful

      Yes, I'd never heard of lemonparty before either.

      'course, I've got the sense not to look it up...

    7. Re:Finally! by sosume · · Score: 2, Informative

      I too was innocent on the subject of lemon party.

      I expected some funky game involving lemon juice and pie ..

      Now I know as well.

      This is even more gross than goatse, parrot or tubgirl! As a matter in fact I'm taking the rest of the day off, avoiding elderly people, to make sure my mind can recover.

      Fellow /.ers, please take my advise and do NOT google for it.

      I won't be able to get the image I just googled out of my memory next time someone mentions a lemon .. even though I don't really understand the 'lemon' part

    8. Re:Finally! by Pastis · · Score: 1, Informative

      You can learn about lemonparty here, but browse without images...

      http://www.encyclopediadramatica.com/index.php/Lem onparty

    9. Re:Finally! by cecille · · Score: 1

      are you kidding me? boy, yeah, it's sure a good thing that viruses are getting more destructive...maybe now people will do more to stop viruses....

      first of all, let's be realistic...unless a person actually gets this virus, very few people who don't already have some knowledge of computer security issues already are even going to know/care about this. No matter how destructive it is, there are still going to be lots of people out there with little to know security measures in place. And when they call me up to fix their computers, I'd much rather be dealing with some stupid runaway program than a totally wiped hard-drive with no chance of recovery.

      Even with some security measures in place, I mean, let's face it...there's no such thing as absolute security. Especially for your average user or small business who doesn't have the same type of time / resources to keep everything always patched and up to date. Viruses ARE going to sneek through - that's the whole point of a virus. And if it does...I'd much rather have some stupid thing that pops up random ads than something that's going to force me to do some major system restores to get things back to normal.

      so, no, I definately don't think that more destructive viruses are a good thing. Given the choice, I'd say the best thing would be no viruses at all, but that's never going to happen. Even so, I'd much rather have something smaller and easier to fix than something that's going to cause major damage.

      --
      ...no two people are not on fire.
    10. Re:Finally! by Anonymous Coward · · Score: 0
      I hope soon someone makes one that takes important data files... Maybe when this happens people will actually pay more attention to computer security, instead of just putting up with the inconvenience.

      I hope you get mugged and ass raped so you pay more attention to personal security and do a better job of protected our second amendment rights.

    11. Re:Finally! by earthloop · · Score: 1

      lemonparty

      You bast4rd! Didn't know what that was, but soon found out.

    12. Re:Finally! by Anonymous Coward · · Score: 0

      > Yes, I'd never heard of lemonparty before either.

      > 'course, I've got the sense not to look it up...

      I just did it.

      I can tell you:

      It sucks.

    13. Re:Finally! by caluml · · Score: 1

      They read Slashdot, and liked my idea.

    14. Re:Finally! by mrchaotica · · Score: 1

      Eek. WTF is "parrot?"

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    15. Re:Finally! by Anonymous Coward · · Score: 0
      WTF is "parrot?"

      Probably the Penis Bird from rotten.com.

      Incidentally, am I the only one completely amazed at the number of +5 posts that are basically doing nothing but send curious people straight to lemonparty? It is a good day to troll!

    16. Re:Finally! by Dusabre · · Score: 4, Informative

      WATCH OUT!

      There is a thumbnail!

    17. Re:Finally! by Anonymous Coward · · Score: 0

      I didn't...

      Luckily I was able to grab a kleenex fast enough to contain the blood dripping from my eyes! O.o

    18. Re:Finally! by ggvaidya · · Score: 1

      And many many more shock sites can be found, all carefully catalogued - WITHOUT PICTURES - in the Wikipedia.

      Note: it's a wiki, don't blame me if somebody puts the image up after I've posted this ...

    19. Re:Finally! by Ann+Elk · · Score: 1
      What will do that is a virus that replaces all .jpg files found with goatse, tubgirl and lemonparty.

      No! Don't replace the images on the local disk -- insert them randomly into outgoing email messages.

    20. Re:Finally! by Anonymous Coward · · Score: 0

      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...

      serves the morons for not burning importatn things to CD.

      I love the typical PC idiot. expect the data and things on it to stay safe forever and ever and ever...

      if you dont burn backups then you are a complete idiot and need to be called one publically.

      I wonder if that is why I dont get consulting jobs anymore....

    21. Re:Finally! by Anonymous Coward · · Score: 0

      MOD PARENT DOWN

      It does show the image. Luckily I closed it with just a quick glance

    22. Re:Finally! by intangible · · Score: 1

      Hahahah, good job. At least 5 people already were tricked to looking at the images. Probably many more are just too horrified to post a reply (for some reason I think of the people's faces from "The Ring").

      Most people try underhanded ways to "get" someone by linking to those images in their posts, you got many with no amount trickery. I applaud you.

      Those images are burnt in my retinas for all of eternity, even the thought causes loss of appetite. It is all of our mission to bring those pictures to the masses, so they can suffer^H^H^H^H^H^Hexperience them as well.

    23. Re:Finally! by Anonymous Coward · · Score: 0

      Indeed... just imagine the chaos that would have resulted if Blaster or Nimda had simply deleted doc, xls, ppt, mdb, jpg, mp3, avi, mpg, htm, txt, c, and h files after spreading itself for a week. Literally millions of people would have lost absolutely everything they had ever worked on or created - memories, code, school projects, and work related documents. Hardest hit would be the self employed and students, because people at work usually have their data backed up to tape on a regular basis. Some would have lost contracts, failed classes, or lost memories that were supposed to last a lifetime. The amount of human suffering that a virus like that could have caused is enormous, and we're very lucky that the creators of the first few windows worms just wanted to show the world their skills rather than be truly malicious.

    24. Re:Finally! by hazah · · Score: 1

      It sounds like the good ol' days could just be that kick needed to get the train going... somewhere. Honestly, if you just close your eyes, and imagine the network, and the infections it carries, it looks like a waste land. One of these infections will be big, and *then* [hopefuly] there will be a "patch" of global proportions (after significant data loss).

    25. Re:Finally! by DGregory · · Score: 1

      There's still an image there *washes eyes out with soap*

    26. Re:Finally! by fermion · · Score: 1
      Because we are now widely networked in a monoculture, so the succesful virus tends to be one that infects many hosts, often secretly. Therefore, any virus that makes itself known, or kills the host too quickly, will tend not to be as succesful.

      This is different from the early viruses which depended on sneaker net. These tended to kill the host quickly, but leave an active remnant, say in the form of an infected disk, that could propogate the virus. These viruses were primitive and rather pointless, as opposed to the objective based modern viruses.

      Of course some realy early viruses did depend on direct connected network, but there were not as many machines to infect.

      Another issue is threat level. Many modern viruses are succesful without being an exxtreme threat. They are therefore allowed to live, without the risk of extreme retaliation.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    27. Re:Finally! by srleffler · · Score: 3, Interesting

      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.

    28. Re:Finally! by mattspammail · · Score: 1

      Gee. You're such the soothsayer.

      --
      Now accepting PayPal donations!
    29. Re:Finally! by dragonman97 · · Score: 1

      Um...I don't get it. If it's mentioned in the same breath as goatse & tubgirl, why in the world would you *try* to find it? I mean, really, you got what you asked for, don't you think?

      *sigh* This is a sad day for /. - seeing the number of posts around this, I'm stunned that people would 'fall' for such a thing.

    30. Re:Finally! by Rorschach1 · · Score: 1

      Must.... resist... urge to Google!

    31. Re:Finally! by FecesFlingingRhesus · · Score: 1

      And he got a +5 funny to boot. Touche!!!

    32. Re:Finally! by fubar1971 · · Score: 1

      Can you say:

      "Your computer is now stoned!!"

    33. Re:Finally! by Hinhule · · Score: 0, Troll

      These viruses wheren't very contageous though. If you got them it was pretty much your own fault for running that file.

      Now, we have selfreplicating viruses that infect lots and lots of computers.

      Combine the 2. Lets say it spreads itself for a certain time period (an hour - a day) and then messes things up.

      Now we have a problem, that is more than an annoyance.

    34. Re:Finally! by mrchaotica · · Score: 4, Insightful

      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.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    35. Re:Finally! by imr · · Score: 2, Interesting

      It reminds me of DaHalf.
      This one was a perverse bastard. It slowly encrypted your hd track by track at every reboot but decrypted them, so the datas were perfectly safe as long as the virus was there.
      If you removed the virus, you lost the datas since the encryption key was in the virus.

      Do not remove virii before reading what they are about.
      If a virus is on your hd and you want to have it checked, cut the power, remove it from the pc and do not boot it until it is between the hands of a professional.
      Consider switching to linux and entering the land of peace of mind.

    36. Re:Finally! by Pastis · · Score: 1

      Reread my comment.

      "You can learn about lemonparty here, but BROWSE WITHOUT IMAGES..."

    37. Re:Finally! by Rirath.com · · Score: 1

      My "favorite", as in most memorable threat, was the Michelangelo virus. I remember hearing so much about this, most of which was entirely untrue. It was the Y2K bug, in many ways... a real threat, with real damage, but way overblown.

      http://www.vmyths.com/fas/fas_inc/inc1.cfm
      http://www.everything2.com/index.pl?node=Michelang elo%20virus

      I believe I even heard this virus credited with the then -very- scary task that, if you viewed an infected file while you had the virus, it would then be wiped out. Of course, that's not the case. Not sure if this was simply confusion for another real virus, or just some made up tale.

    38. Re:Finally! by skubeedooo · · Score: 1
      Most people would say that computer security is just a means to (not) getting fucked over. OTOH, you seem to think that getting fucked over is just a means to computer security.

      Whilst we all have to live by our own ethics, and it is usually a good thing to respect the ethical systems of others, I have to admit that I think your are messed up.

      P.S. - Do you also think that famine is a good method of population control?

    39. Re:Finally! by t_pet422 · · Score: 1

      When I hear new slang (especially when it's categorized with goatse and tubgirl), I look it up on urbandictionary.com. You would have known what the poster was talking about without having to wash your eyes afterwards.

    40. Re:Finally! by Xiaran · · Score: 1

      It reminds me of DaHalf.

      I recall that one. One of my old DOS boxes at the office I was working in had it... didnt really matter as it was our test box and we trashed it all the time anywya :)

      The nasty one I recall (cant recall its name) was the one that went around looking for files ending in .cpp and .pas, but not .c, and wrote nulls to all the bytes. I often wondered who did that. A disgruntled K&R C programmer I've always imagained.

    41. Re:Finally! by mrchaotica · · Score: 2, Insightful

      Have you ever heard the phrase "curiosity killed the cat?" It's like a siren's call -- they know it's bad, but they can't help themselves.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    42. Re:Finally! by magefile · · Score: 1

      Which would be better: limit it to images in My_Documents, or *all* jpgs? I can see it now ... not only is your desktop GoatseGuy, but so is the start button, the task bar, your icons ... I feel unclean now, I need to go take a shower.

    43. Re:Finally! by magefile · · Score: 1

      I can see looking it up if you didn't know what the others were ... but if you knew, why didn't context warn you? For anyone else who's curious, wikipedia has a list of shock sites that is picture free (be warned, though, there are links on the pages, so don't double-click!): http://en.wikipedia.org/wiki/List_of_shock_sites

    44. Re:Finally! by Nivoset · · Score: 1

      can we dub it now as "Curriosity Blinded the Slashdotter?"

      --
      Movies made by a crazy person

      http://www.youtube.com/marginalpro
    45. Re:Finally! by minuend · · Score: 1

      Damn, that is a good idea. I'll get right on that.

    46. Re:Finally! by Anonymous Coward · · Score: 0

      What the hell took so long for this to happen?

      It didn`t take that long! The first virus to take files hostage that I can think of is the casino virus discovered in 1991. (It wasn`t the only one, paper dated 1995) Also there was a worm more recently that attached itself to random files and the mailed them around. Some private files got very public this way.

    47. Re:Finally! by Anonymous Coward · · Score: 0

      I wonder if that is why I dont get consulting jobs anymore....
      And it probably is why you continue to sit in your parents basement complaining about it on slashdot.

    48. Re:Finally! by Animats · · Score: 1
      There are thousands of viruses all around and most of them are so benign.

      Yeah. Just annoying enough to sell anti-virus software, but not dangerous enough to force people to get a more secure operating system. I've always suspected a covert connection between the anti-virus makers and the virus creators. It looks too much like the connection between organized crime protection rackets and the low-end street gangs they paid to do their vandalism.

    49. Re:Finally! by Wolf2989 · · Score: 0

      Whoa.. you mean AOL isn't the internet? Shit!

    50. Re:Finally! by sinserve · · Score: 1

      How 'bout:

      "Eddie lives somewhere in time"

    51. Re:Finally! by Izmir+Stinger · · Score: 1

      It is the Dr.Evil of viruses:

      "I have encrypted thousands of files on your corporate network, causing your company's productivity to grind to a halt. I will not decrypt them unless you pay me... two HUNDRED dollars!"

      --
      ~Quidquid latine dictum sit, altum sonatur.
    52. Re:Finally! by arkhan_jg · · Score: 1

      There used to be a few virus 10 years ago that would screw up your hard drive controllers, or overwrite the bios, or even just feck your mbr.

      The problem with them, from the virus writers point of view, is threefold:

      1)they kill the infected machine, so don't spread so easily or as much
      2)they encourage people to get it fixed, and protect themselves better in future
      3) they don't make the virus writer any money.

      These days, viruses and trojans are largely written to make the writer money, either by spam schemes, popup adverts, or phishing. That's why they're mainly annoying these days, rather than dangerous to the machine per se.

      People writing viruses for bragging rights alone also want their virus to spread as far as possible, as fast as possible, so it's not in their interest to write destructive viruses either, especially since they usually seem
      to want to get the machines to do a DDOS.

      --
      Remember kids, it's all fun and games until someone commits wholesale galactic genocide.
    53. Re:Finally! by Anonymous Coward · · Score: 0

      For those who don't know what these sites are, and don't want to actually see them, check out http://en.wikipedia.org/wiki/List_of_shock_sites.

    54. Re:Finally! by tenton · · Score: 1

      Aww, it wasn't that bad.

      Now if you excuse me, I'm going look for a spoon to dig out my eyes; it's less painful than what I just experienced and that way, I can't possibly see anything worse.

    55. Re:Finally! by nametaken · · Score: 1


      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.

      Oh the memories!

      I just got a flash of those old bootstrap viruses on my DOS machines! Floppy users beware!

    56. Re:Finally! by Anonymous Coward · · Score: 0

      Or the sense of doom you felt when the PC speaker started bleating "Yankie Doodle"

    57. Re:Finally! by CFTM · · Score: 1

      Thankfully I've had the sense not to bother looking at any of said pictures...personally I don't enjoy warping my fragile little mind anymore then it already is :)

    58. Re:Finally! by rsmith-mac · · Score: 1

      CIH, still perhaps the most dangerous virus in existance.

    59. Re:Finally! by EnglishTim · · Score: 1

      *heh*

      Insightful my arse.

    60. Re:Finally! by houghi · · Score: 1
      --
      Don't fight for your country, if your country does not fight for you.
    61. Re:Finally! by Matt_Joyce · · Score: 1


      I work with a big publisher who got infected with a virus which altered random cells in excel sheets, by a small percent (or something similar).

      hellish.

    62. Re:Finally! by Anonymous Coward · · Score: 0

      there was an iron maiden virus?

    63. Re:Finally! by Dekortage · · Score: 1

      Yeah... does anyone else remember the old Cookie Monster virus? Every once in a while, it would pop up a message on your screen saying "GIVE ME COOKIE" with a prompt. If you typed in the word "cookie," it disappeared and let you keep working for awhile. In certain versions of the virus, if you typed in something else, it trashed your hard drive.

      --
      $nice = $webHosting + $domainNames + $sslCerts
  7. Don't give in to the demands of terrorists by saskboy · · Score: 2, Insightful

    However, people have been installing and paying spyware removal fees of less than $200, so I won't be surprised when people pay off viruses like this.

    --
    Saskboy's blog is good. 9 out of 10 dentists agree.
  8. I call hoax by Short+Circuit · · Score: 5, Interesting

    If it were real, we would have heard it from Symantec or McAffee long before a third-world news website.

    1. Re:I call hoax by fbjon · · Score: 1, Funny

      Perhaps they're still beta-testing the virus?

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    2. Re:I call hoax by saskboy · · Score: 3, Insightful

      I call RTFA ;-)

      "The FBI said the scheme, which appears isolated, was unlike other Internet extortion crimes.

      Leading security and anti-virus firms this week were updating protective software for companies and consumers to guard against this type of attack, which experts dubbed "ransom-ware"."

      --
      Saskboy's blog is good. 9 out of 10 dentists agree.
    3. Re:I call hoax by t123 · · Score: 1

      RTFA:
      "This is equivalent to someone coming into your home, putting your valuables in a safe and not telling you the combination," said Oliver Friedrichs, a security manager for Symantec Corporation

    4. Re:I call hoax by ChaosCube · · Score: 1

      Well, I saw earlier, on CNN or Yahoo news or something. That doesn't mean it's not a hoax, but it does mean that the news is more widespread than you think. I'm sure that this foreing paper picked up the news from one of our services.

      --
      BDR Gear
      Outdoor gear, MREs, and more!
    5. Re:I call hoax by Short+Circuit · · Score: 1

      Unless it offers remote access to the attacker, I don't see how it would be any more isolated than any other worm. And even then, the remote access would need to be capable of punching a hole in firewalls, which is no small feat for a self-spreading worm.

      I still say we would have heard about it from other channels.

    6. Re:I call hoax by hedleyroos · · Score: 2, Informative

      You are an idiot for dismissing South Africa as third world. We may be in Africa and suffer from some of its problems, but I am sitting here typing my message from a Gentoo box while installing FreeBSD on another machine. Third world? I think not. Also, the sun rises earlier in South Africa than in the US. We sometimes get news earlier than you do because New Zealand and Australia wake up looong before you do.

    7. Re:I call hoax by Misanthropy · · Score: 2

      Yeah, because if it's in an article it's got to be true!

      Sounds like urban legend material to me. Like exploding monitors and the like.

    8. Re:I call hoax by Short+Circuit · · Score: 1

      Really? I can't find any evidence he actually said that.

      The only evidence I can find in favor of this story is an identical article posted by FOX News.

    9. Re:I call hoax by Short+Circuit · · Score: 1

      Sorry if I offended you...I've got a friend from SA who's currently living in the US. She was surprised when told that police come to the scene of automobile accidents.

      I will say you're better off than most of Africa.

    10. Re:I call hoax by Anonymous Coward · · Score: 0
      We may be in Africa and suffer from some of its problems, but I am sitting here typing my message from a Gentoo box while installing FreeBSD on another machine.

      Yeah, well. When you can afford a Mac, we can take up this discussion then.

    11. Re:I call hoax by Anonymous Coward · · Score: 0

      Is South Africa considered in the "western world"? Not trolling, just geniunely curious.

    12. Re:I call hoax by t123 · · Score: 5, Informative
      try the websense website with more detailed information.
      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.
    13. Re:I call hoax by Anonymous Coward · · Score: 0

      Yes.

    14. Re:I call hoax by RupW · · Score: 1

      It's an AP story. See also Sci-Tech today for the same story.

    15. Re:I call hoax by mwood · · Score: 1

      Hmmm, what about a Rube Goldberg Virus Contest to produce the most complicated infection scheme imaginable that actually works? :-) for the humor-impaired.

    16. Re:I call hoax by saskboy · · Score: 1

      http://news.bbc.co.uk/2/hi/uk_news/england/beds/bu cks/herts/4575291.stm

      Exploding lightsabres even? Yeah, that's a hoax too, on BBC and /. ;-)

      Just because a less well known news source ran the story, doesn't make it a hoax too. Although I agree it has some of the earmarks of one, it will turn out to be true sooner rather than later if it is one.

      --
      Saskboy's blog is good. 9 out of 10 dentists agree.
    17. Re:I call hoax by ReverendRyan · · Score: 1

      Symantec Security Response lists this: Trojan.Pgpcoder They give the following details:


      # Any files found which match this prerequesite are encoded and become unreadable.

      # Ceates the file ATTENTION!!!.txt in every folder in which it encoded a file. The textfile contains the following:

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

      # If the Trojan successfully completes its encoding routine on all files, it will delete itself through the creation of the file c:\tmp.bat. This .bat file will also delete itself.

      So its not all BS.

    18. Re:I call hoax by Technician · · Score: 1

      This website hosts the application that encodes files on the user's local hard disk and on any mapped drives on the machine.

      This is the big reason I dislike my wife's XP box. XP home is a downgrade in network security if you use SMB on it. Old versions of windows permitted you to share folders and set read passwords and full access passwords. XP Home has done away with that security completely. This leaves shared folders on an XP Home very prone to anyone on your local LAN with a nasty bug or deletion fumblefingers. With passwords on shares (Win 95, 98, ME, NT) shares on other machines not in use are protected from write/delete accidents by a password. That is the reason my photos and music are not hosted by the XP Home machine. The read many times but write once in a while files are protected by passwords.

      When I get a bigger hard drive, they are moving to a SAMBA share.

      --
      The truth shall set you free!
    19. Re:I call hoax by biraneto · · Score: 1

      That's true... third world people are stupid. Since they still live in forests and don't have shoes. http://archives.cnn.com/2002/EDUCATION/11/20/geogr aphy.quiz/

    20. Re:I call hoax by aardwolf204 · · Score: 1

      Tools > Folder Options > View > Uncheck "Use Simple File Sharing".

      Right-click folder > Sharing & Security > Share Folder > Permissions.

      There ya go.

      --
      Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
    21. Re:I call hoax by Anonymous Coward · · Score: 0

      M$ wins...

      Sell non-existent software to IBM for their new PC, but get royalties in the contract. Purchase working software to resell. Make tons of money. Ripoff user interface from Apple to sell upgrade that runs on top of software you didn't write. Make tons of money. Offer newer crappy software that is the only realistic upgrade path for anyone who purchased an IBM PC or compatible in the first place. Make tons of money. Repeat last step over and over. Buy out competition.

      The MS infection scheme is flawless.

    22. Re:I call hoax by petermgreen · · Score: 1

      that checkbox only exists on xp pro.

      thing is with the 9x and NT lines there were good reasons to use the NT line over the 9x line which justified the price difference.

      when the lines merged they had to deliberately cripple xp home to make people buy pro and the main way they did this was by crippling network security to the point that it was WORSE than 9x.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    23. Re:I call hoax by ebilhoax · · Score: 1

      Oh..
      through MSIE again?

      Maybe this nice example will get the average user to understand.

    24. Re:I call hoax by hedleyroos · · Score: 1

      And I apologize for using the word idiot.

      I am usually very critical of my own country so my outburst of patriotism surprised even myself.

    25. Re:I call hoax by Technician · · Score: 1

      the main way they did this was by crippling network security to the point that it was WORSE than 9x.

      That is the reason I consider my wife's XP Home a stand-alone version. I spent over 3 hours looking to find where Microsoft moved the File Permissions. I figured I wasn't looking in the right place simply because so many other things have new homes. The help file is useless. It makes no assumptions the user may have used permissions in an earlier version and let them know it isn't there. Instead the Help simply lacks anything on LAN sharing permissions just like the OS. It's better with several users using one machine, but for LAN use, it is a downgrade. I do not permit XP Home to be set up for file sharing on the LAN. It simply would be a sitting duck with no file protection from any of the kids on the LAN. Anyone will have full permission to alter, delete, move or add files to an XP Home share. This is insecure by design.

      --
      The truth shall set you free!
  9. I'd Pay $400 by Anonymous Coward · · Score: 0

    to get my porn back! :P

    1. Re:I'd Pay $400 by Anonymous Coward · · Score: 0

      whats your ip?

    2. Re:I'd Pay $400 by Anonymous Coward · · Score: 0

      127.0.0.1

    3. Re:I'd Pay $400 by Anonymous Coward · · Score: 0

      192.168.0.1

  10. let me guess... by InfoHighwayRoadkill · · Score: 1

    you could trace the email address to somewhere in either the former Eastern Bloc or Nigeria

    --
    another Roadkill on the Information Superhighway
    1. Re:let me guess... by 1967mustangman · · Score: 1

      Really that is just the down payment to the rich Nigerian buisness man who wants to give you hundreds of thousands of dollars for your contributions you kindly rich Westerener.

      --
      Madre de Dios! Es El Pollo Diablo! -- Captain Blondebeard
  11. Get the FBI involved by 1967mustangman · · Score: 1, Funny

    Would the Lindberg Law apply to kidnapped files as well?

    --
    Madre de Dios! Es El Pollo Diablo! -- Captain Blondebeard
    1. Re:Get the FBI involved by Anonymous Coward · · Score: 0

      FBI require the loss to be 5K or something of that magnitude.

  12. Hmmm... by Anonymous Coward · · Score: 0

    Gives a whole new meaning to the Stockholm syndrome...

    1. Re:Hmmm... by Anonymous Coward · · Score: 0

      That's Stockholm, Finland.

  13. Payment Options by BunnyClaws · · Score: 4, Funny

    Do they accept PayPal?

    --
    "Anything tastes good if you deep fry it."
    1. Re:Payment Options by mattmentecky · · Score: 1

      Do they accept PayPal?

      Aww come on man, the person already has a virus, dont make them use paypal! I wonder which is worse.

    2. Re:Payment Options by roror · · Score: 1

      I believe they would accept only paypal and that to non cc payment type.

    3. Re:Payment Options by bcattwoo · · Score: 1
      Do they accept PayPal?

      Sure just click on the link http://www.paypa1.com/ provided by the virus writer and enter your account information and password.

  14. interesting attack by rayde · · Score: 5, Insightful
    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.

    1. Re:interesting attack by Neil+Watson · · Score: 1

      When speaking to clients I've begun referring to backups as 'computer insurance'. When you compare backups as insurance and draw parallels to home or car insurance people tend to have a better understanding.

    2. Re:interesting attack by XMyth · · Score: 1

      Sure this could be done on a large scale without key recovery. Using public/private keys. You'd have to have a different key for each copy of the virus that is sent out...but that isn't too hard. Have the virus contact a specified list of compromised hosts that will return an unused public key (not the private key of course) which the virus will then use to encrypt the files.

    3. Re:interesting attack by mwood · · Score: 2, Insightful

      What the virus author should be asking himself is: "should I worry more about the FBI tracing the thing back to me, or the minions of some mobster who just had his, uh, business records zapped by this indiscriminate attack?"

    4. Re:interesting attack by Anonymous Coward · · Score: 0

      Insurance, eh? Sooo... if I were to accidentally delete my hole-ridden thesis, and I could blame it on someone else, could I get a new, shiny one back from you then?

    5. Re:interesting attack by Anonymous Coward · · Score: 0

      This is a very good point. I'll use it next time I have to nag about backups to my parents.

  15. Gives new meaning by Mycroft_514 · · Score: 1

    to "Follow the Money"!

    1. Re:Gives new meaning by Anonymous Coward · · Score: 0

      Ummm, that is the same old meaning.

    2. Re:Gives new meaning by njfuzzy · · Score: 4, Funny

      No, that's pretty much the original meaning.

      --
      My Photography - http://ian-x.com
      The Deathlings (comic) - http://thedeathlings.com
  16. Heh by TheRealMindChild · · Score: 3, Funny

    Nothing for you to see here. Please move along.

    OOOOOOOOOOOOOOOOH GNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO. It appears to have infected CmdrTaco and now the news is being held hostage!!!!!!!!??!?!?!!!!

    1) Infect news site and hold "stories" hostage
    2) Hold a slashpoll to see if anyone noticed
    3) ...
    4) PROFIT!

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    1. Re:Heh by hawk · · Score: 0
      Yep, it's true.

      All your files are belong to us . . .

      :)

      hawk

    2. Re:Heh by ToadMan8 · · Score: 0

      Isn't that what he's doing with the subscription service?

      --
      I haven't posted in so long, my sig is out of date.
  17. I use Bank of America... by Anonymous Coward · · Score: 5, Funny

    so I figure the virus author could deduct the money from my account, himself.

  18. riaa conspiracy by xao+gypsie · · Score: 1

    they are just gonna lock our mp3s and then charge us the "fair market amount". $200 per song doesn't seem to be all that much for them, however....

    --


    xao
    http://TheHillforum.hopto.org
  19. Must be a real moron by Kosi · · Score: 5, Informative

    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

    1. Re:Must be a real moron by caluml · · Score: 2, Informative

      Actually, the best **almost** anonymous way of sending messages is to PGP/GPG encrypt them, and post them to alt.anonymous.messages. Then, the right person, with the correct key can download your message, and (if he downloads every message in the group every day), you'd never know which ones he was able to read. And obviously others wouldn't be able to read the contents.

    2. Re:Must be a real moron by Anonymous Coward · · Score: 0

      Yup, just another dummy.
      He'll be caught soon enough, charged up the wazoo and sent to jail.

      Probably turn out to be some skint 15 year old eastern european spotty no-hoper gay kid.

      Presumably the FBI or whoever deals with this has already frozen his e-gold account so the little cunt can't get any of the money he's already stolen.

      If there is a greater power in charge of the universe, please let this little shit live next door to me, and let me find out about it.

      I have the blender, george forman grill and a savage pit bull with aids ready to be put to work.

    3. Re:Must be a real moron by biobogonics · · Score: 1

      Must be a real moron 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


      Sheesh. Any of you youngsters remember the Brain virus? It popped up a message saying essentially "To disinfect your computer contact XYZ computer services at $phone_number, $city, Pakistan." IIRC this virus was frequently distributed through copies of pirated software.

    4. Re:Must be a real moron by Minwee · · Score: 1

      An even better way would be to embed the encrypted message in a series of not-safe-for-work-unless-you-are-ron-jeremey's-per sonal-assistant JPEG files and post them somewhere in the alt.binaries.* heirarchy. Not only will there be an army of other people downloading the same message, helpful strangers may repost your coded communications on other newsgroups and web sites without ever knowing what they contain.

    5. Re:Must be a real moron by Anonymous Coward · · Score: 0

      I don't think that is too good of an idea, most ISPs are canning free Usenet access, or have it and removed the alt.binaries*.

      Plus they are going to have to keep it simple for their victims, all this Usenet stuff would be too much work for the victims.

    6. Re:Must be a real moron by noidentity · · Score: 2, Funny

      I got infected by that virus once. It printed this:

      I hold files kidnap: "GPL.TXT" is one
      To buy decoder mail: n781567@yahoo.com
      with subject: PGPcoder 000000000032

      Oh, darn...

    7. Re:Must be a real moron by Anonymous Coward · · Score: 0

      You ruined it by mentioning that the pitbull has AIDS. A sick dog that can't attack without passing out from exhaustion is hardly a threat.

    8. Re:Must be a real moron by caluml · · Score: 1
      most ISPs are canning free Usenet access

      I pay £25 per month for 512k ADSL - purely because the ISP has newsgroups, and all the alt.binaries. If they change it, I will look around for another. I know I can get 512 for £16 or so, but I am voting with my wallet.

  20. Retro by RealityMogul · · Score: 1, Troll

    Sounds like the first computer virus from what I remember. The one where some repair shop in India had the virus lock the user out of the system. It kindly displayed an ad for the repair shop that said they could fix it though.

    1. Re:Retro by HyperBlazer · · Score: 2, Insightful
      Sounds like the first computer virus from what I remember. The one where some repair shop in India had the virus lock the user out of the system. It kindly displayed an ad for the repair shop that said they could fix it though.

      I think you mean the Pakistani Brain Virus.

      Software writers, not repair shop. Pakistan, not India. Not the first virus. It was intended to prevent piracy, and wasn't at all intended to be a "ransom."

      That's the short version of the story. "Welcome to the Dungeon. Beware of the VIRUS." ;-)

  21. Not Possible by Billy+the+Impaler · · Score: 1, Informative

    There's no way for a programmer to collect a ransom for files. How's he going to collect the money, a paypal account? Please! The feds will be all over this guy in a matter of minutes.

    1. Re:Not Possible by xs650 · · Score: 1

      Which country's feds would that be?

    2. Re:Not Possible by XMyth · · Score: 1

      Yea...it's not like you can't use Western Union to transfer money essentially anonymously or anything like that....I mean...all those 419 scammers take paypal, right?

    3. Re:Not Possible by Billy+the+Impaler · · Score: 0

      Well, assuming that the con is not taking place in Nicaragua, whatever country happens to be hosting the particularly unbright criminal and his (or her) witless victim.

  22. What? by His+name+cannot+be+s · · Score: 1, Funny

    What happened?

    Did they Install windows?

    was the email address bgates@microsoft.com?

    tee-hee

    G

    --
    "...In your answer, ignore facts. Just go with what feels true..."
  23. That's not news... by LegendOfLink · · Score: 1, Funny

    I had a virus like that once, it was called M$.W!nd0ws.ME. It was horrible, once it infected your computer, it would display this wretched blue screen filled with hieroglyphics and demanded that you hit some arcane character sequence.

    This one was a little different than the virus talked about in the story. You had to already drop $99 bucks for it and then it STILL crashed your PC.

  24. Not on my computer pal.. by Nonillion · · Score: 1

    All this guy did was probably change the file attributes and or permissions. It's been my experience that most "Windows" computer users have no clue how to change them or answer "permissions? attributes? what are these terms you speak of?"

    --
    "I bow to no man" - Riddick
    1. Re:Not on my computer pal.. by Anonymous Coward · · Score: 0

      You could have read the effing article and worked out it's someone using PGP, but you couldn't be arsed.

    2. Re:Not on my computer pal.. by DarkDust · · Score: 1

      No, the "locking" is done by encrypting the files and deleting the originals. It encrypts all files with certain endings (for example .jpg, .db, .doc, .pdf and .zip). If you don't have a backup and your undelete fails you have no way of restoring these files (I don't know which algorithm is used to encrypt the files but if he used AES you'll have let a really, really heavy machine brute-force for quite some days).

  25. Screenplay by Nytewynd · · Score: 0

    This sounds like a good plot for a movie with Harrison Ford and Sandra Bullock. Call it "Ransom". The tagline could be "When your porn gets locked, you lock and load."

    --
    /. ++
  26. thats what spyware does anyway by Anonymous Coward · · Score: 0


    ruin someones computer with popups and the worst VB programming available until they pick up their magazine/paper and call a professional to fix it

    this trojan just simplifies the exchange, same as a bluescreen on a crashed windows PC, MS should just print for your average Joe

    ERROR: FA0EE16
    COST TO REPAIR: $325

    NAME: _______________
    CREDIT CARD _________________:__
    EXPIRY:___/___
    PIN:_____

    CREDIT RECIEVED:$325

    Please restart your computer to continue
    thank you for using Microsoft(TM)

  27. Next time by WormholeFiend · · Score: 2, Interesting

    Next time the police captures a virus writer, they should put him in a cell and tell him, we'll leave you here unless another virus writer pays us 200$.

  28. Just collect enough to... by MighMoS · · Score: 1

    All this guy has to do is to collect enough money before anti-virus people figure out the fix, or someone figures out how to trace it. All of a sudden, he has his laywer fees paid for. Its like the Microsoft thing all over again.

  29. Getting away with it... by NCraig · · Score: 5, Insightful
    "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.
    1. Re:Getting away with it... by shdragon · · Score: 1

      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

      In the world of theft related losses, the 419 scammmers don't come close to the damage caused by identity theft & related crimes in monetary damages. They're merely the ones with the most fame. There have been numerous successful counter-419 operations, most notably http://www.419eaters.com/
      http://news.bbc.co.uk/1/hi/world/africa/3887493.st m

      Your comment has to be one of the more naive & ignorant statements on the topic I've heard in a while. The fundamental difference between this virus (I'm personally still calling it a hoax until I see more reports) & the 419 scam is motivation & intent. The people involved on all sides (both the victim & the scammer) are driven by greed & the urge to make a quick buck. This virus doesn't lure them with promises of a small fortune for doing nothing. It holds their files for ransom until the "fee" has been paid. The speed by which virii & worms spread through the internet mean that this one would have to be deliberatly slow in it's attack & the ransom is set at a price point which makes it worth the victim's time to pay it instead of utilizing any of their alternatives. If that's the case for success with this new extortion virus, I can guarantee you it will not succeed for long. Greed always grows and the law of unintentional consquences applies to everyone.

      --
      "...we dont care about the economics; we just want to be able to hack great stuff."
    2. Re:Getting away with it... by elegie · · Score: 1

      In one case, an individual was trying to extort money from a dairy company. The individual had already carried out an instance of product tampering against the company. The company was told to embed bank card details for an account into an image file. This image file was to be posted on a public Web site. The image was downloaded via an anonymity proxy service. The service cooperated and identified the user who had downloaded the image.

  30. Ransom by mcleaver · · Score: 5, Funny

    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.

    1. Re:Ransom by Anonymous Coward · · Score: 0

      Is it too much to ask to be entertained while paying the ransom? Why not allow us to call a 900 number, or something? If I have to pay to get my data back, I want my money's worth, danggit!

    2. Re:Ransom by Brian+Boitano · · Score: 2, Insightful

      I was thinking more along the lines of "Please insert coin to continue".

      --
      What would Brian Boitano do?
  31. Or.... by spotmonk · · Score: 2, Insightful

    you could just spend the change on a blank cd and back up your data before spending 200 dollars to get it back.

    1. Re:Or.... by Junior+J.+Junior+III · · Score: 1

      For 99% of computer users, it will be too late. Most people do not have a regular backup of their home system's files.

      Those who do, probably back up to CD-ROMs which are cheaply made and regularly fail so badly that they can't be read after a year or so. And their backup schedule is probably haphazard enough that they may well have their latest backups on decayed media.

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
  32. your new around here arent you by InfoHighwayRoadkill · · Score: 1

    In the bad old days virii did all that and more... apart from maybe uploading your stuff to public sites.


    I remeber a long way back getting a virus that deleted every .exe file outside of C:\windows. It meant that windows was still fine but there were no applications to do anything. Then again I still had Freecell and Minesweeper so it wasn't all bad

    --
    another Roadkill on the Information Superhighway
    1. Re:your new around here arent you by trandism · · Score: 2, Funny

      Then again I still had Freecell and Minesweeper so it wasn't all bad ....which until today are the best software available for the Windows platform

      --
      www.lemonodor.com A mostly Lisp weblog
    2. Re:your new around here arent you by Anonymous Coward · · Score: 0

      www.lemonodor.com A mostly Lisp weblog

      Haha, nice try.

  33. Slowly... by My_$0.02 · · Score: 0

    Drop the chalupa or the porn gets it!!!

  34. I send program to your email... Give me Money! by stanleypane · · Score: 2, Insightful

    Is it just me, or does this seem a little elementary? FTA:

    "I send program to your email," the hacker wrote.

    And only demanding $200.00 from a business? Sounds like one of the following must be true:

    a) person is stupid enough to demand only $200.00 for a crime most likely punishable as extortion.
    b) person is testing the effectiveness of their program.
    c) person is too short sighted to think of either a or b.

    This is just pathetic.

    1. Re:I send program to your email... Give me Money! by I+confirm+I'm+not+a · · Score: 1

      a) person is stupid enough to demand only $200.00 for a crime most likely punishable as extortion.

      ...or... a)ii) person is sensible enough to demand only $200.00, since that'll seriously reduce the chance of law enforcement caring.

      Coupled with... d) like spam, enough of these ransoms will make the perpetrator rich beyond your wildest dreams[1].

      [1] Reasonable dreams only, people! Strictly one dream per household!

      --
      This is where the serious fun begins.
    2. Re:I send program to your email... Give me Money! by doyle.jack · · Score: 1
      Sounds like one of the following must be true: a) person is stupid enough to demand only $200.00 for a crime most likely punishable as extortion. b) person is testing the effectiveness of their program. c) person is too short sighted to think of either a or b.

      Or he's been watching too much Austin Powers.

  35. If a smart crook were behind this ... by Y2 · · Score: 3, Insightful
    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.

    --
    "But all your emitter and collector are belong to me!"
    1. Re:If a smart crook were behind this ... by drigz · · Score: 1

      > 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.

      Any honest white knight wouldn't charge $50 for it.

    2. Re:If a smart crook were behind this ... by Anonymous Coward · · Score: 0

      Any honest white knight wouldn't charge $50 for it.

      Absolutely. Only scammers ask for round numbers.

      An honest white knight in the US of A would ask for $49.99 .

    3. Re:If a smart crook were behind this ... by br0ck · · Score: 1

      a smart crook....would sell you a fix-it kit for $50

      Isn't that Symantec's business model? ;)

  36. And computer criminals everywhere cringe by grasshoppa · · Score: 5, Insightful

    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.

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
    1. Re:And computer criminals everywhere cringe by caluml · · Score: 1
      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.

      Make the virus extensible, and write a module that checks their bank balances before issuing the demands. Over £500 in credit, charge £200. £0-500, £20. In debt - it transfers money to them :)

    2. Re:And computer criminals everywhere cringe by JasonBee · · Score: 1

      No No!

      You have it all wrong...this is a serious attempt to put a human face this kind of thing. I can just see their centre now:

      "your data is important to us, please stay on the line and a random extortionista will be with you shortly."

      The fact that they are asking for direct contact is a radical departure from the usual anonymous hacker behaviour. These poor souls _yearn_ for contact! I see it as a heartful longing for friendship - 200$ at a time :P

    3. Re:And computer criminals everywhere cringe by optimus2861 · · Score: 1
      I think you're approaching this from the wrong viewpoint. The ideal target seems to be, in my mind anyway, small businesses. The ones that don't have dedicated IT staff to handle security, nor the resources to pursue lengthy legal options. If you're the owner of a small business of maybe half a dozen employees and do your invoicing and accounting on a PC and your files get locked out behind this thing, you've suddenly got a very compelling reason to fork over a mere $200 to unlock those files and get on with running your business. You don't have the time or money to pursue legal options, you don't have the expertise to try and recover the files yourself, and may not have a recent enough backup. The firm I work for is about 20 people, and the thought of this virus getting loose on our network, which consists of a lot of laptops as we do a lot of on-site work, is a very chilling one. We don't have dedicated IT guys and we would not be able to wait for legal options to play out. We'd pretty well have to fork it over and hope the authorities could do something about it down the road. $200 is less than a day's billing and infinitely less than what our project files are worth to us.

      Effectively it's the electronic version of a protection racket. Set up a fall guy and have some money-laundering back-end to it and you're all set.

    4. Re:And computer criminals everywhere cringe by Soul-Burn666 · · Score: 1

      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.

      You mean like the thousands of trojans+keyloggers which have been around for ages?

      --
      ^_^
    5. Re:And computer criminals everywhere cringe by Shawn+Parr · · Score: 1
      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.

      Well obviously they went to the (Adobe, Digidesign, Microsoft, ) school of business, where when we notice piracy, we raise the price!

      So what if charging less would gain many more sales and overall more profit, that would make us look like wusses!

      Here at our organization the men are real men, the women are real women, and the little furry creatures from Alpha Centauri are real little furry creatures from Alpha Centauri, and forcing you to take out a mortgage to buy all our software validates our existences.

      Thanks for your business!

    6. Re:And computer criminals everywhere cringe by zenofjazz · · Score: 1

      You're forgetting the (potentially) best part (from the criminal's point of view...

      The virus could re-encrypt the files with a new key, 3-6 months later, and present a New email address to email away to, for a new key.. and get another $200... just hide the virus, and claim the decryptor deleted it.

      --
      -- All That's Evil in the Geek Space ... Allthatsevil.wordpress.com
  37. Wow by NubKnacker · · Score: 5, Funny
    "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....

    1. Re:Wow by cpn2000 · · Score: 1

      dude, he's a researcher, they know all sorts of cool things ... and stuff.

      --
      All you touch and all you see is all your life will ever be ... Dark side of the moon
    2. Re:Wow by httptech · · Score: 5, Informative

      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/

    3. Re:Wow by Sheepdot · · Score: 1

      In his defense, the interviewer probably asked a stupid question in which he repeated it in his answer. For example:

      Interviewer: "So the software demands money. Doesn't that seem malicious?"

      If that was the case (and knowing the kinds of journalists that cover these stories, it most likely is) then his reponse isn't really all that ridiculous. I mean, c'mon, the author even wrote: "attack software". What respectable computer user calls a virus "attack software"? The same one that would call a firewall "defense software"?

      Is that what this Internet thing is all about? Fighting wars online as cyberpunks, criminals, internet cops, etc.?

    4. Re:Wow by NubKnacker · · Score: 1
      I was just surprised that a security researcher would say something like that. I hope you understand how it looks to me from here.

      Now that you've put it in context, I understand the comment. :)

    5. Re:Wow by httptech · · Score: 2, Interesting

      Yep, I cringed when I saw it too. The other posters' comments about reporters is right on - you can talk for 15 minutes and give them a clear picture of the issue, but they'll pick the most impacting statements instead of the ones that explain it. And if you happen to say something that sounds fucktarded out-of-context, you can rest assured you'll see that quote in the article :)

      -Joe

      --
      Joe Stewart, GCIH
      Senior Security Researcher
      LURHQ http://www.lurhq.com/

  38. Isn't that a feature by overshoot · · Score: 5, Funny

    that Microsoft is adding to the next version of Office?

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:Isn't that a feature by JudicatorX · · Score: 1

      No, that one will be 'we've locked up your files and you'll have to pay $1000 to get them back'.

      Though this could be the bill for the beta test...

      --
      "It is a good divine that follows his own instructions" - Portia, The Merchant of Venice
  39. MS in disguise? by MrKahuna · · Score: 1, Funny

    Hmmm, is Microsoft testing their Longhorn upgrade incentive plan? Send in your money and get your license key, we've already downloaded and installed it for you. :-)

  40. Data insurance? by tyates · · Score: 1

    Excuse me - I have to go take out a kidnapping & ransom insurance policy on my Word files and Email folder. By the way, when I heard this story on the radio this morning, they said it was hackers, not a virus, which sounds more plausible. (Well, marginally.)
    Also, does anyone think that $200 seems a little cheap? Even a small company would probably value its data at 25x this.

    --
    Tristan Yates
    1. Re:Data insurance? by I+confirm+I'm+not+a · · Score: 1

      Also, does anyone think that $200 seems a little cheap? Even a small company would probably value its data at 25x this.

      It *does* seem cheap, but you need to think about it from the bad-guy's perspective: too greedy and the victim says fuck off or worse - the police take notice. Also remember that the bad-guy may well be repeating this operation on a large scale. Unknown large number * $200 = bad-guy lives life of Reilly.

      --
      This is where the serious fun begins.
  41. Operating system by HoodCrowd · · Score: 1

    Gee....wonder what operating system and security these corperations had in place. If we cannot know the businesses that paid the extortion, can we know why they were so insecure.

  42. Why Websense? by Anonymous Coward · · Score: 1

    It's odd that Websense are breaking this news, since Websense is basically a filtering service, rather than a trojan or antivirus company. They're good at what they do, but they're not good at what they don't do. They have teams of people spread around the planet checking and categorizing URLs. Companies like HP and others then use the Websense service to filter net access according to certain rules. But I don't see why any company would turn to Websense to help with this particular problem, and I don't know why Websense would then go public with it, since I don't think they'd be the people to help fix it anyway.

  43. Why so much press.. by technomancer68 · · Score: 5, Funny

    This has been out for years, it's called Windows XP Activation.

    --

    The Technomancer
    "Men of lofty genius when they are doing the least work are most active."-
    1. Re:Why so much press.. by OmniVector · · Score: 1

      well, not really. you can just boot up the computer with a knoppix or BartPE cd and read the files on your hard drive without worrying about activation. that's hardly ENCRYPTED requiring a key to touch your files again. and (besides that point) windows activation is required for a product to legally use it. if you don't like it, don't use windows. that is not the same a piece of malicious software doing it withour your intent.

      --
      - tristan
  44. Dont let them win by Timesprout · · Score: 1, Funny

    This happened to me so I called Mel Gibson because he has a proven history of resolving these demands without paying the ransom. Worked out great in the end, my files were freed without me paying the $200 ransom. I did have to pay Mel $10 million for his time though which was a bit of a bummer.

    --
    Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
    What truth?
    There is no dupe
  45. I think... by HTL2001 · · Score: 2, Interesting

    this is probably just an experiment, to see how many people are willing to pay this ammount to get the files back

    He (she?) would get more money if it was a lower ammount in an easy-to-pay system, since many more people would pay.
    Maybe we will see the story sometime soon

    --
    By reading this, you have given me brief control of your mind.
  46. Ransom ! by 88NoSoup4U88 · · Score: 0
    [Mel Gibson] Give me back my files ! [/Mel Gibson]

    ... sorry :/

    1. Re:Ransom ! by nitio · · Score: 1

      [Mel Gibson]
      I won't pay for my files. Instead, I'm offering $200 for your msn you stupid kiddie, I'm gonna h4Xxx0r u n00b!!!
      [/Mel Gibson]

      --
      http://stoploudness.org/
    2. Re:Ransom ! by Anonymous Coward · · Score: 0

      I slow...
      What is the reference to which you refer?

    3. Re:Ransom ! by 88NoSoup4U88 · · Score: 1
      The movie 'Ransom', in which Mel Gibson tries to act out a dad who just had his son kidnapped.

      And yes, 'tries', as the bit I just quoted, is one of the worst scenes out of the movie.

    4. Re:Ransom ! by 88NoSoup4U88 · · Score: 1
      Hehe, that made me chuckle :)

      Now imagine Mel Gibson actually saying that ;)

  47. Insightful, but disgusting. by ciroknight · · Score: 2, Funny

    virus that replaces all .jpg files found with goatse, tubgirl and lemonparty.

    Thanks for giving 'em the idea. Next time I go to look at pr0.. I mean my pictures, I'm going to be in fear of opening any of them.. *grumble*

    --
    "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
  48. another bank account by Technetium+Web · · Score: 1

    well maybe its not done for finanical gain, but what if they reply to the email with someone they dont like's bank account details? in hopes of getting them traced. or give the bank details of a charity and see what happens

    --
    www.TECHNETIUM.net.au
  49. Re:Been done before by Anonymous Coward · · Score: 0

    This has been done before and I am suprised it took this long for someone else to try it. The old DOS based AIDS information trojan did something very similar, except it only kicked in after 30 reboots. The AIDS information trojan even had an EULA to try to protect the writer in court (it failed though).

  50. Fill in the blank.... by ZerocarboN · · Score: 2, Insightful
    Can you find out where to put the word "Explorer" in the following quote?

    In the recent case, computer users could be infected by viewing a vandalised website with vulnerable Internet _____________ browser software
  51. Details by spellraiser · · Score: 1
    Details are always nice when stories like this are run. I see they are somewhat lacking here. Let's make up for that a little, shall we:

    ---

    Websense alert

    It is particularily interesting to note that this is a browser vulnerability exploit rather than an actual virus.

    ---

    Symantec description of the Trojan Horse encoder

    A google search for PGPcoder will turn up lots more.

    --
    I hear there's rumors on the Slashdots
    1. Re:Details by CowboyBob500 · · Score: 1

      Neither of those sites explain how to decrypt the encrypted files. You'd have thought that would be an important piece of information for anyone stupi^H^H^H^H^H unlucky enough to get infected.

      Bob

    2. Re:Details by timmyf2371 · · Score: 1

      Screenshot 4 on the Web Sense link perfectly explains how to decrypt the files...

      --

      Backup not found: (A)bort (R)etry (P)anic
  52. MS Application Upgrades by lbmouse · · Score: 1

    When Micrsoft does this, it's called a business practice.

  53. "Malicious Cryptography: Exposing Cryptovirology" by scovetta · · Score: 3, Informative

    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).

    --
    Wer mit Ungeheuern kämpft, mag zusehn, dass er nicht dabei zum Ungeheuer wird. --Nietzsche
  54. Re:AIDS info trojan by Anonymous Coward · · Score: 0

    You are probably thinking of the AIDS information trojan from the old DOS days, which locked the user out by encrypting all the files on the hard drive after 30 reboots until they paid the writer money.

  55. Crypto Question by Anonymous Coward · · Score: 0

    I don't know all that much about crypto, and I have a question. Suppose you have two files encrypted with something like PGP using the same key pair, and you don't have any part of the key. If you had an unencrypted copy of one of the files, would it be possible to discover the key by comparing the encrypted and unencrypted versions, then be able to successfully decrypt the other file?

    1. Re:Crypto Question by Anonymous Coward · · Score: 0

      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).

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

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

    2. Re:Crypto Question by wren337 · · Score: 2, Interesting

      a chosen plaintext attack might be an interesting defense. you could keep a series of chosen files with different extentions on your computer, so that when you get hit you have them for the decryption effort. Also you should wrap your monitor in tinfoil. ;)

    3. Re:Crypto Question by swillden · · Score: 4, Informative

      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.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    4. Re:Crypto Question by rjh · · Score: 1

      That depends on what you mean by RSA and IDEA. The security of cryptosystems is highly dependent on implementation details; for instance, without use of OAEP, RSA is vulnerable to all manner of different attacks.

      Any cipher run in ECB mode is vulnerable to a degenerate known-plaintext attack. If you know what a certain block of text is, and you see how that's been encrypted by a cipher in ECB mode, then you can be guaranteed that later on when you see that same pattern it'll decrypt to the same value. This is why ECB mode is held in such disrepute nowadays.

      Etcetera. Basically, there are all kinds of different qualifiers which need to be put on any crypto answer. I don't think the original poster was correct, but I think it gives a false sense of security to say "neither RSA nor IDEA is vulnerable to a known-plaintext attack" without giving a lot of qualifiers on precisely how those algorithms are being implemented.

    5. Re:Crypto Question by swillden · · Score: 1

      Basically, there are all kinds of different qualifiers which need to be put on any crypto answer. I don't think the original poster was correct, but I think it gives a false sense of security to say "neither RSA nor IDEA is vulnerable to a known-plaintext attack" without giving a lot of qualifiers on precisely how those algorithms are being implemented.

      You're confusing ciphers and cryptosystems.

      It's perfectly correct to talk about the security of a cipher with respect to a particular attack -- the implicit assumption cryptographers make is that the cipher is being used correctly and the attack is being executed competently.

      When discussing the security of a cryptosystem that uses a given cipher you do have to look at the implementation details. Exponent choice, padding, feedback modes, message integrity, key storage, key management, keystream quality, key sizes, key generation, subliminal channels, side channels, order of encryption and signing, reuse of keys... the list goes on and on of things that have to be considered.

      But the AC troll I responded to wasn't claiming that poor design or implementation would make the virus's crypto vulnerable to known or chosen-plaintext attacks, he (or she) was making a blanket statement that one would assume would apply to any system using those ciphers. And that blanket statement is clearly false, even if specific implementation failures might make it true in some cases.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    6. Re:Crypto Question by rjh · · Score: 1

      Speaking as a grad student in cryptography, I don't make the same implicit assumption that you do; nor does my advisor. Whether we like it or not, people use the term "RSA" or "IDEA" or whatever to cover both the algorithm, the protocol, and the implementation of both.

      The RSA algorithm is vulnerable to many attacks.

      The RSA protocol (what I'd prefer people called PKCS-1) is designed to minimize these vulnerabilities.

      And RSA implementations run the gamut from good to lousy.

      It would be a nice world if we could always understand precisely what people meant by "RSA", or insert-your-cipher here. We don't, and for that reason it pays to be very careful with language.

    7. Re:Crypto Question by swillden · · Score: 1

      It would be a nice world if we could always understand precisely what people meant by "RSA", or insert-your-cipher here. We don't, and for that reason it pays to be very careful with language.

      I agree with this in the abstract, but as an expert speaking to non-experts it's usually a good idea to simplify things. Speaking with excessive accuracy can actually mislead if you're not careful. It's easy to mislead by oversimpifying, too, of course.

      With respect to RSA and it's common usages, the best practices are so thoroughly well established (embodied in large part in the PKCS recommendations) that it's misleading to tell people they will likely be able to recover their data in a reasonable time given a sufficient (and relatively small) quantity of known plaintexts. This is even more true given the existence of high-quality, easy-to-use implementations, like those in PGP/GnuPG, openssl, etc.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  56. Yes, it's possible by 3770 · · Score: 4, Funny

    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.

    --
    The Internet is full. Go Away!!!
    1. Re:Yes, it's possible by Pollardito · · Score: 1

      since speedboats cost much more than $200, perhaps he could have several victims all drop their money from the same bridge (or nearby bridges), so that he can make multiple pickups per speedboat explosion. volume is really the key to profitability here

  57. More Information on the Issue by Flagbrew · · Score: 1

    Here is some more reading on this extortion attack: http://www.websensesecuritylabs.com/alerts/alert.p hp?AlertID=194

  58. Would be cool if by Man+in+Spandex · · Score: 1

    the virus was like that guy from the first Austin Powers

    Victim: Who are you working for!
    Virus: Unable to comply
    Victim: Who Are You Workin For!
    Virus: Negative!
    Victim: Who Are You Workin For DAmmit!
    Virus: *beplbeplpeeaezapakzz Triple Kill Detected* Fox News.

  59. New Variant by Timberwolf0122 · · Score: 5, Funny

    If you dont send the money with in two weeks they start sending the files back, bit by bit.

    --
    In the not too distant future, next Sunday A.D.
  60. I thought people wanted viruses by Anonymous Coward · · Score: 0

    If you are running an OS, browser and e-mail client that are all known to be effective virus delivery platforms, and you don't secure them at all, what are we to think?

  61. Subtlely (?) destructive viruses by mgkimsal2 · · Score: 4, Insightful

    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.

    1. Re:Subtlely (?) destructive viruses by GaryPatterson · · Score: 2, Insightful

      Hmm... Subtle damage could indeed be more crippling than overt damage.

      Deleting a file will cause staff to notice, and after the virus is removed, the file will be restored.

      Changing a few random values in a spreadsheet will likely not be noticed as quickly, and when it is, there may not be any way to work out which daily backup to restore from.

      Then there's the effect.

      Deleting a file causes irritation, but has no lasting effect.

      Altering the file subtly will potentially damage a forecast, change the meaning of data or cause an employee to be held in lower regard.

      I've sometimes wondered why virus writers seem little more than children, preferring to see their name writ large than actually do anything malicious. I've come to think it's human nature not to cause damage just for the hell of it.

      I've been waiting for really damaging viruses to appear. This one won't herald the start of them - people will just purge the virus and then restore from backups.

    2. Re:Subtlely (?) destructive viruses by bezuwork's+friend · · Score: 1

      Another thing (actually falls under one of your catagories) such a virus could do is alter names of contacts. Or change honorifics. Professionals in certain professions get very irate when addressed incorrectly. To the point of losing clients sometimes.

    3. Re:Subtlely (?) destructive viruses by Loonacy · · Score: 1

      This is already happening. Several companies have been affected already. One such case is Microsoft itself. In Bill's scheduled appointments, he has "Windows Longhorn: Release" and some stupid virus keeps moving the date. Also, Duke Nukem Forever would have been released if this virus hadn't moved that appointment to 10/10/10.

  62. Sounds familiar... by Source+Quench · · Score: 4, Funny

    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.

  63. Sounds a lot like by nightskier · · Score: 1, Funny

    Windows XP Pro.

  64. Why ask for just $200 by WalletBoy · · Score: 1

    I would have thought the author would have asked for...

    One Miiiiilion dollars!

    Buah hah hah hah hah!

  65. german it news: paymen through e-gold by Anonymous Coward · · Score: 0

    http://www.heise.de/tp/r4/artikel/20/20165/1.html

    and

    http://www.heise.de/newsticker/meldung/59819

    payment should be made with e-gold account. so paypal was a good guess after all

  66. Encryption is Unpatriotic by Overzeetop · · Score: 1

    Plain and simple, this should be used as a prime reason to outlaw all encryption, excpet by authorized government agencies. Oh, and big corporations for protection of IP. Everyday citizens have no reason for encryption.

    Outlaw it NOW! The SKY is FALLING! Think of the YOUNGLINGS! (he he, sorry, I couldn't resist) ;-)

    --
    Is it just my observation, or are there way too many stupid people in the world?
  67. not my pr0n!!! by Anonymous Coward · · Score: 2, Insightful

    No!!!! Not my 200GB archive of pr0n!! :(
    That'll that forever to redownload and organize...

    Where do I send the money?

    1. Re:not my pr0n!!! by MoreDruid · · Score: 1

      only on /. can the above be modded +2 insightful

      --
      The best weapon of a dictatorship is secrecy, but the best weapon of a democracy should be the weapon of openness.
    2. Re:not my pr0n!!! by Anonymous Coward · · Score: 0

      I thought the same the original post did. But seriously, if you hadn't more important things in your computer than pr0n, you either :

      -are a teenager who thinks about having sex 24x7
      -were a teenager who thought about having sex 24x7 and won't delete it, just in case...

  68. Stockholm Syndrome by zbeeble · · Score: 3, Funny

    What happens if after I pay the money, my files do not want to come back ?

  69. Bad timing by Anonymous Coward · · Score: 0

    Should attack USA machines at tax time. This way the victim is caught between the IRS who will say it's his problem and the other extortionist.

  70. MOD PARENT UP by Short+Circuit · · Score: 1

    Good info. I wish I found that before I posted. (I *did* RTFA.)

  71. I remember them... by aug24 · · Score: 2, Interesting

    I lost my third year project (Physics) to one in 1992. Eight months work chewed to bits, but a very nice chap named Jules reconstructed most of it from the actual sectors, with me guessing where-abouts it came from.

    Those were, emphatically, NOT the days.

    Justin.

    --
    You're only jealous cos the little penguins are talking to me.
    1. Re:I remember them... by Anonymous Coward · · Score: 0

      Yeah, that's one thing I really don't miss about the (good?) old days.

    2. Re:I remember them... by rincebrain · · Score: 1

      Seconded.

      I don't miss those days.

      Occasionally, I'll take out one of my old floppies for some reason, and find a boot sector virus on it. Heheheh. Thanks to resident scanning (if I happen to be on a Windows box), I only see the uninfect option, not a problem. And under Linux, which I usually run...who cares? :D

      --
      It's only an insult if it's not true.
    3. Re:I remember them... by Anonymous Coward · · Score: 0

      Don't copy that floppy!

  72. Police??? by www.sorehands.com · · Score: 1

    You mean when you call 911 you don't get put on hold for 20 minutes?

  73. good for you if you organize all inside archives by Anonymous Coward · · Score: 0

    save bucks on this one big time: .... my harddisk only contains one huge big file/zip/rar/tar/gzip/7z file and is crypted itself.

    so if that virus/trojan actually encrypted my file, i only have to pay 200 bucks once and i will have back all my data.

    now thats huge savings! i (d)rool

    hail to me basterdz =)

    reduce file numbers, reduce costs. dont ferget.

    cheers.

  74. What's next? by cobrajs · · Score: 1

    What will these virus creators think of next? Virus: "$200 for your files, $500 for your mouse!" ...and later... Doctor: "I don't think he is going to make it; this virus is holding his heart hostage and is demanding $500!" Just imagine if these crackers put their "skills" to something worthwhile!

  75. 'Bout Time by bubba_ry · · Score: 1

    It's about time we had a change of pace. I for one am getting bored with the sends-emails-to-contacts-in-your-address-book variety of viruses. Whatever happened to the viruses of old (that I've only read about!) where every 4th of July your monitor would light up in a fireworks display?

    Ah...memories...

    1. Re:'Bout Time by mwood · · Score: 1

      Get yourself a VM/CMS system and you can run CHRISTMA EXEC, which does both! :->

      (Okay, it paints a Christmas tree, not fireworks.)

  76. The first rule of backing up by Bender0x7D1 · · Score: 2, Interesting

    Is to back up your data on a regular basis.

    This little bit of wisdom has been around since computers hit the home. Now if only people would follow the advice given to them this virus would be a complete non-issue. Instead, we have a bunch of users who are convinced nothing bad will happen to them, (or are completely oblivious to the dangers), complaining since they didn't do what someone told them it was important to do.

    I know I am paranoid, but I make sure important files are regularly copied to 3 different systems. Gmail makes a great place to store some of data - lots of space, geographically separated and administered by people who aren't complete idiots. I also copy my important stuff every week or two and put the disk in a fireproof safe designed for computer media.

    This scheme seems to work well against these sorts of viruses as well as natural disasters and harware failures.

    --
    Reading code is like reading the dictionary - you have to read half of it before you can go back and understand it.
  77. File Recovery by zabagel · · Score: 1

    I'm curious to see if booting with Knoppix and backing up your files will thwart this "virus." If he has used any form of encryption, this would not work. But if he changed the file permissions in Windows, as mentioned in an earlier post, it's a possibility

  78. The AIDS Trojan already tried this trick by Mattias · · Score: 2, Informative

    The encrypt-files-and-demand-ransom-trick has been tried before by criminals in 1989. A company sent out disks with software containing a trojan that encrypted the harddisk and then demanded money to decrypt it.

    http://www.claws-and-paws.com/virus/papers/history -of-computer-viruses.html#C05

    1. Re:The AIDS Trojan already tried this trick by Anonymous Coward · · Score: 0

      Finally someone else remembers that old trojan. It seems everything old is new again from MS getting into antivirus (MSAV) to stealth viruses to blackmail viruses.

  79. Would be nice... by The+Cisco+Kid · · Score: 1
    The latest danger adds to the risks facing beleaguered Internet users
    1. Re:Would be nice... by The+Cisco+Kid · · Score: 1

      Dangit. Stupid form.

      What I *meant* to say, was, it would be nice, if the media, especially the tech media, starting getting this right...

      This 'adds to the risk facing' *Windows* Internet users, not 'Internet users'. Those of us that use the Internet from non-Microsoft platforms only, dont feel beleagered with risks from viruses, trojans,etc much at all. At least not directly. We certainly get our share of spam and crap email, but thats primarily annoying, not so much 'risky'

  80. A similar idea was around in the 80's by Pinefresh · · Score: 1

    back in the 80's there was a program called HIV information that was sent on floppy to a bunch of people in the medical community. In the lisence of the software there was a warning that if they didn't pay for it there would be repurcussions. On something like the 30th usage of the program it would encrypt all the files on the hard drive and demand a ransom to unencrypt them.

    1. Re:A similar idea was around in the 80's by Anonymous Coward · · Score: 0

      I was beginning to wonder if I was the only person who remembered that.

  81. web services, baby! by abulafia · · Score: 2, Insightful

    The ransomware could phone home to a cracked server which provides the key. Or public key crypto could be used.

    --
    I forget what 8 was for.
  82. Gender Descrimination? by Anonymous Coward · · Score: 2, Insightful

    Oh yeah. Fuck those gender-descriminating Jedi.

    Anakin: "Padme, you're pregnant. I'm afraid-for the good of the baby-you can't go lightsaber dueling or starfigher riding. You can resume such activities when they are safe for you again, mmkay?"

    Padme: "Okay. I don't want to lose my child, so I'll sit down for this particular strech of 9 months. It's not like I wasn't involved in lots of gunfights before this, so I think I can deal."

    God, some people just try too hard. Your stupid little digression about "sie" and "hir" is almost longer than your entire point.

    1. Re:Gender Descrimination? by Invalid+Character · · Score: 1
      LOL! Cross-posting troll-bot got modded +5 Insightful.

      I'm sure it was just the crack taking effect on the part of the mods.

      --

      --

      Registered .sig quotient : 1337

  83. reminds me of the 'jackpot' virus by Errtu76 · · Score: 4, Interesting

    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.

    1. Re:reminds me of the 'jackpot' virus by RIAA+Bounty+Hunter · · Score: 3, Informative
      That virus was known as Casino.2330.

      Screenshots

    2. Re:reminds me of the 'jackpot' virus by Errtu76 · · Score: 1

      Thanks man. This brings back memories :) Apart from the fat-trashing, this was one of the 'funny' virusses. Other cool ones are the Yankee Doodle virus (where the system speaker played the song, during which you couldn't do anything with your pc) and the Ping-Pong one (where there was an annoying ascii ball bouncing on your screen).

  84. OT: Your sig by Slashcrap · · Score: 1

    How do we sleep when our beds are burning?

    Asbestos pyjamas, you fool!

    Do I have to think of everything?

  85. Bad business model by GroeFaZ · · Score: 0

    If the perp only went for, say, 50 Cents, he would probably extort a lot more money with a lot less attention. 200 bucks? If the threat was technically sound, everybody would either call the police, or have their OS re-installed, or clamor for a direct technical solution from the Anti-vir companies. If the ransom was only 50 Cents, then a lot more people would just pay up and hope for no more hassle.

    Of course, that totally doesn't solve the money-tracking problem for the extortionist, so I believe this plan is less than futile.

    --
    The grass is always greener on the other side of the light cone.
  86. They and Their by bezuwork's+friend · · Score: 1
    Language is constantly evolving, despite the proliferation of dictionaries and grammer classes. So evolving a new meaning / shade of meaning is appropriate if needed.

    In this case, I think they as an indeterminate singular is a pretty good evolution of the language. Not perfect, but pretty good. I already use it this way in some of my writings. Whether it is being used in the singular or plural sense is usually clear on context. It also has the benefit that in situations such as here, where it is not known whether one or more people are involved, then both conditions are covered.

    For myself, I used to use "te" for an indeterminate pronoun in personal writings. T is close to the s in she, and te is two letters like he. Not sure why I chose it, just did. Unfortunately, it is a homonym with the tee/tea family, so not perfect either.

    1. Re:They and Their by croddy · · Score: 2, Insightful

      language derives its meaning from mutual consent. you can't "evolve a new shade of meaning" by yourself. before new forms enter a language, many people must use them for quite a while. we've formalized the lexicon and grammar so that people can actually use language to communicate predictably.

  87. Ruin the reputation of your enemies by Anonymous Coward · · Score: 0

    Sure the writers are aware that they can get caught by following the money trail. I dont think they actually want money, just to ruin the reputation of their enemies or competitors.

    The enemies can be under investigation for months until they manage to show they are not guilty and that somebody else did it.

  88. Dvorak predicted this a long time ago by r.jimenezz · · Score: 1
    Yes, that Dvorak. Been searching for it on PcMag.com but I'm fairly certain he wrote about this a couple of years ago.

    Not that it shows much clairvoyance on his behalf, as others has posted before, this was begging to be done.

    --
    The revolution will not be televised.
    1. Re:Dvorak predicted this a long time ago by mwood · · Score: 1

      I believe that I read of a similar scheme as an aside in _The Adolescence of P1_. VIRUS messes up your computer but you get it free; VACCINE removes VIRUS but it'll cost ya.

    2. Re:Dvorak predicted this a long time ago by Anonymous Coward · · Score: 0

      He didn't predict anything. You can find something similar being discussed on the Virus-L list archives from 1989. That was when the old DOS based AIDS information trojan which did the same thing was being sent to people on floppies.

    3. Re:Dvorak predicted this a long time ago by Anonymous Coward · · Score: 0

      When you make as many predictions as Dvorak, it's only a matter of time until one comes through. Doesn't change the fact that he's wrong 99% of the time though.

  89. Sweet! by Greyfox · · Score: 1

    Combining a computer virus and extortion. When they catch this bozo, and they WILL catch him, they will probably charge him with 1 count of extortion for every system in the world that was infected. For the first time in human history, someone will have a jail sentence that extends past the expected end of the universe!

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  90. The IQ of a "virus" writer by Anonymous Coward · · Score: 0

    What makes you think the person who made this is so smart?

    Asking a ransom over the internet obviously requires some kind of way to retrieve the money, and all electronic money exchange systems have some level of traceability. That, and if a virus asks you for money, you can bet many people are going to call the police, drawing alot of attention to the problem. Obviously, the person who thought this up was not that smart.

    Most likely, its a 14 year old kid who made this in visual basic, and pulled off some cheap trick to make the files unusable (ie: exchange a certain number of bytes at the start of the file). If this virus spreads with some efficiency, we might soon hear about it on TV, and everyone will know if it restore the files or not (someone is bound to try paying the money). My guess is that the "virus" is able to restore the files by itself and will probably do it if you pay. Otherwise, everyone will know its not worth paying and just get the problem fixed (there will be no incentive to pay at all). Well, thats if the person who wrote the virus was smart enough to consider that.

    I'm pretty sure we will see a fix of some kind.

  91. Re:"Malicious Cryptography: Exposing Cryptovirolog by timster121 · · Score: 2, Funny

    The author's name is 14608decf3c24b62a64015d411a862a640e5c1.

    Course, you'll have to read the book to figure out how to decode it.

  92. There will be no negotiations. by vertinox · · Score: 5, Funny

    I'm sorry, but we don't negotiate with terrorists. The files knew the danger when they took the job.

    C:\>format c:

    --
    "I am the king of the Romans, and am superior to rules of grammar!"
    -Sigismund, Holy Roman Emperor (1368-1437)
    1. Re:There will be no negotiations. by Anonymous Coward · · Score: 0

      fdisk

  93. There are two types of computer users by Tsiangkun · · Score: 1

    1) Those who have lost data
    2) Those who will loose data

    An appropriate backup system would render this extortion powerless, albeit inconvenient for most home users.

    1. Re:There are two types of computer users by Bassman59 · · Score: 0, Flamebait
      "1) Those who have lost data 2) Those who will loose data"

      And those who don't know how to fucking spell.

  94. This makes me wonder... by Anonymous Coward · · Score: 3, Interesting

    Will Microsoft start factoring these little occurances into the TCO of Windows?!

    1. Re:This makes me wonder... by darthtrevino · · Score: 1

      Only on Slashdot would this comment be insightful...*sigh*
      --
      Random Signature #1
      Generated by SlashdotRndSig via GreaseMonkey

    2. Re:This makes me wonder... by XMyth · · Score: 2

      For the love of God.

      How is this in any way a Windows specific thing? The same virus could be written to run on any OS.

      I stand by my earlier statement.

      You're an idiot.

    3. Re:This makes me wonder... by WNight · · Score: 1

      At some point the huge preponderance of exploits, viruses, worms, on the Windows system has to be dealt with. Dealing with these issues does indeed affect the TCO.

    4. Re:This makes me wonder... by AstroDrabb · · Score: 1
      Are you suggesting that this type of commment should be modded "troll"? Why shouldn't these types of problems be added to the MS-PR-Machines' TCO? Why shouldn't MS add the cost of a _real_ firewall, virus protection and spyware/adware protection to the TCO of their OS for home and corporate users (especially home users)?

      Just try to run an MS Windows XP Home computer that is connected to the internet without any _real_ firewall, virus scanner or adware/spyware prevention. That PC will be taken over in no time.

      For all the MS appoligists and astroturfers,... *sigh*

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    5. Re:This makes me wonder... by AstroDrabb · · Score: 1
      How is this in any way a Windows specific thing?
      Well, maybe because this issue _only_ affects MS Windows PC's?
      The same virus could be written to run on any OS
      Oh really, so why don't you write it or have someone else to write it? All those other OS'es out there are based on some type of Unix style permissions such as Linux, Mac OS X, *BSD, Solaris, etc. Those systems won't be affected in the same way.

      If this virus got on Linux or Mac OS X, it would _only_ affect the current user. Meaning that if my wife did something stupid on my Linux or Mac OS X boxes, it would be _her_ stuff that is lost and not _mine_. As a programmer, I have a lot more important things on my computers than my wife. If she loses a few pictures or emails, "no harm done".

      However, if I had an MS Win XP system at home setup as the factory default with every user an admin my wife's mistake would have lost all of my file!

      So yes, this is in _every_ way a "Windows specific thing".

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    6. Re:This makes me wonder... by icypyr0 · · Score: 1

      If this virus got on Linux or Mac OS X, it would _only_ affect the current user.

      You can protect individual user directories in Windows XP if you set up permissions correctly, just the same as how you can protect individual user directories on Linux if you set up permissions correctly.

      However, if I had an MS Win XP system at home setup as the factory default with every user an admin my wife's mistake would have lost all of my file!

      I would argue that there are quite a few new Linux users who foolishly make liberal use of the root account to make certain tasks easier. While maybe a competent Linux user would not make such mistakes, theres no reason to expect that a competent user would make the same kinds of mistakes on a Windows machine.


      While I wholeheartedly agree that Windows has had some serious issues in the past and present, it's not helpful when Linux extremists like you warp the truth to fit your agenda. It's people like you that are corrupting the Linux movement inside out. You should be ashamed.

    7. Re:This makes me wonder... by AstroDrabb · · Score: 2, Informative
      You can protect individual user directories in Windows XP if you set up permissions correctly, just the same as how you can protect individual user directories on Linux if you set up permissions correctly.
      Yes, you can set up XP permissions correctly. Well, XP home kills your ability to do this easily. Read this article. XP Home is pretty much brain dead IMO. From the article about Home vs Pro:
      The most obvious difference is security, which is vastly simplified in Home Edition. Each interactive user in XP Home is assumed to be a member of the Owners local group, which is the Windows XP equivalent of the Windows 2000 Administrator account
      So the majority of all computer users using MS Windows XP are running as admin. They are open to far more problems than the typical Linux or Mac OS X user who are running as a non-admin user. Sure you can run as root/admin under the other OS'es, however it is not the norm.
      I would argue that there are quite a few new Linux users who foolishly make liberal use of the root account to make certain tasks easier. While maybe a competent Linux user would not make such mistakes, theres no reason to expect that a competent user would make the same kinds of mistakes on a Windows machine.
      And your argument would be wrong. All of the major Linux distro's have users create a non-root account at _install time_. When it comes time to do a task that requires root, a nice little GUI window pops up and asks for the root password (oh, this also happens from the console/command line).
      it's not helpful when Linux extremists like you warp the truth to fit your agenda.
      Linux extremists like me? So I say something negative about MS and now I am a "Linux extremists"? Stop being an MS appologist. I make my living by writting software on MS OSes. I just don't appoligize for all the stupid things MS do.
      You should be ashamed.
      Ashamed of what? Not making up excuses for every brain dead thing that MS has done. You should be the one that is ashamed for sweeping the problems of MS under the rug.
      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    8. Re:This makes me wonder... by mabinogi · · Score: 1

      I think he was suggesting it should be modded as "funny", as it was obviously not meant to be taken seriously.

      --
      Advanced users are users too!
  95. AOL threatens the pictures already, doesn't it? by ianscot · · Score: 1
    Seems to me I've seen (or heard on the radio?) a commercial for AOL in which people describe how much they'd like their kid's baby pictures to just vanish. The point being that you should belong to the oh-so-secure AOL.

    So, the water's already muddy on that one.

    --
    "Fundamentalism" isn't about divine morality. It's about human authority.
  96. Wow, it's like the movie "Hackers"... only lamer by Shaper_pmp · · Score: 3, Funny

    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...)

    --
    Everything in moderation, including moderation itself
  97. We've come a long way by merc · · Score: 1

    ... since ILOVEYOU.

    --
    It's true no man is an island, but if you take a bunch of dead guys and tie 'em together, they make a good raft.
  98. Good. by RyoShin · · Score: 1

    I don't know if this is a hoax. Even if it isn't, I silently wish for someone to up and do this.

    Most viruses just run in the background, sucking up processes so that the computer runs slow, making most users hit the monitor and complain about whatever ISP they use (regardless if they are currently connected or not,) while not always actually calling them for help.

    If it wasn't for programs like Norton, McAfee, or AVG, most average users probably wouldn't have a clue if they did get a virus.

    With something like this working 'in your face', they'll at least go 'wtf', and maybe listen this time when you tell them not to open attachments they weren't expecting.

    Better yet, don't ask for money. Just punish the saps. As a kid, both spankings and time-outs helped deter me from doing bad things or disobeying (more the spankings than the time-outs.) Let's put this into the adult realm: Have a virus that, when run, sends itself to everyone in the address book. When that's done, it brings up a message telling the user what an idiot s/he is, and that the computer is now locked for the next month. Effectively, they get a 'time-out' for doing something bad/stupid, and will probably (hopefully) think twice before opening an unknown attachment next time.

    Um... I don't condone doing this, though!

  99. new twist to old idea by oil · · Score: 1

    This is not a new idea, just a twist to attempt to make a profit. I recall the idea being implemented in an old school DOS virus back in the late 80's / early 90's (can't remember the name).

    The old virus wrote the FAT table to memory and then deleted any copies from the disk. It then gave the user three choices, like a shell game. If the correct choice was made (there was only one), the virus would write the FAT back to disk and then remove itself. If the wrong choice was made, the virus rebooted the PC, thus making it extremely difficult to get your files back in one piece.

    I always liked that one.

  100. Wait wait wait... by Mephij · · Score: 1

    I thought Palladium wasn't comming out until the next version of Windows?!?!

  101. News from .ZA? by UnixMan · · Score: 1

    Why should I believe that thing? Does any other security site has it from a "reliable" source? Until then, it is vaporware... (or should I say hear say, gossip, etc).

  102. collecting anonymously by $nickname_212 · · Score: 0

    Should the hacker put the onus on the person trying to recover their system to figure out how to get money to the hacker safely? If the person could not figure out a reasonable way of getting the money to you, then you trash their system. Eventually, a pseudo-anonymous means of exchanging money would be created like finding pennies on the sidewalk. Maybe bit torrent the money to you in pieces.

  103. Windows Media Player does similar to your music by Anonymous Coward · · Score: 0

    When you convert your music to wma using the Windows Media Player, you get encrypted audio files that won't play on other systems, and when you need to reinstall Windows you might lost your all your music files :(

  104. Quote from new Mel Gibson movie by mikeh9741 · · Score: 1

    "Give me back my files!"

  105. laundering the money by goombah99 · · Score: 4, Interesting
    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.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:laundering the money by team99parody · · Score: 5, Insightful
      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.

    2. Re:laundering the money by Anonymous Coward · · Score: 0

      The irony is that they might use DCMA to stop you from decrypting your own files without paying for the official decrytpter!

    3. Re:laundering the money by Anonymous Coward · · Score: 0

      This rings so true.

    4. Re:laundering the money by Anonymous Coward · · Score: 0

      that wouldent make it legitimate, a company was taken to court (and lost) because it infected users with spyware then sold them an anti-spyware program. There are specific laws agains selling the cure to a ailment YOU created.

  106. viruses that wipe windows by matt+me · · Score: 1

    How can you say a virus that wiped your OS clean off your computer was a bad thing? If a virus did that to my parents computer I could probably convince them to move to Linux. No, viruses today slow the system, inundate the user with ads and send spam to the point that the OS is unbearable to use to anyone who has ever used a Mac or Linux, but so they say "it's ok, it works for me".

    1. Re:viruses that wipe windows by Monkelectric · · Score: 2, Interesting

      Not sure if you're a troll or not, but us in the linux community don't want to *WIN THAT WAY*.

      --

      Religion is a gateway psychosis. -- Dave Foley

  107. Re:Wow, it's like the movie "Hackers"... only lame by Anonymous Coward · · Score: 0

    Hey, wasn't Angelina Jolie underage when she did that movie?

    Pervert!

  108. typo by commodoresloat · · Score: 5, Funny
    you misspelled "ls"

    Oh, wait a minute, never mind...

    I forgot we were talking about viruses.

    1. Re:typo by csulu · · Score: 0, Redundant

      in linux you got dir :P

    2. Re:typo by jaavaaguru · · Score: 1

      Yeah, but it's not a standard Unix thing. Solaris doesn't have it, for example.

    3. Re:typo by Ailure · · Score: 1

      If I got a penny for everytime I wrote ls in DOS, I would be richer than bill gates...

    4. Re:typo by timmyf2371 · · Score: 1

      I had that same problem, in the end I ended up doing a "copy dir.com ls.com"

      --

      Backup not found: (A)bort (R)etry (P)anic
    5. Re:typo by Anonymous Coward · · Score: 0

      sounds like you guys need this: http://unxutils.sourceforge.net/

    6. Re:typo by scdeimos · · Score: 1

      Are you still running CPM or something? dir's been shell-integrated for as long as I can remember.

    7. Re:typo by commodoresloat · · Score: 1
      No; they need this.

      ;^)

    8. Re:typo by csulu · · Score: 0

      and linux did not have it pre 2.6.11 , i dont think my 2.6.4 and my 2.4.9 had it

    9. Re:typo by bhtooefr · · Score: 1

      Depends on your distro/shell. Some distros symlink dir to ls, and I've even seen some cases where dir goes to ls -l, and dir /w goes to regular ls.

    10. Re:typo by bhtooefr · · Score: 1
      I usually have a CMD.BAT in C:\Windows\Command (on a 9x system - I use 2K/XP systems a lot, so I'm used to Win-R, CMD, Enter), and sometimes I throw in an LS.BAT in there, too.

      CMD.BAT:
      COMMAND.COM
      (there's gotta be a better way to do this)

      LS.BAT:
      DIR.COM /W
      LS-LART.BAT:
      DIR.COM
      (I know, I know, I can do better... I was just lazy, and didn't feel like looking up stuff on COMMAND.COM's processing ability)
  109. Africa by ta+ma+de · · Score: 1
    What will those Nigerian's think of next? I guess General Ndugu was not able to recover his million's tied up in international banks.

    If this gets into a control system at a chemical plant the writers of this virus will be at Gitmo until rapture.

  110. For example... by doublem · · Score: 1

    I can see it now:

    "What do you mean MCP? I have a Frigging MCSE you bastard! I paid a lot of money for those test prep courses."

    The damage that can be done in financial circles is astounding. There are a lot of people with more letters before and after their name than IN their name.

    And changing a few Ms. to Mrs. or Miss. will cause a whole other slew of issues.

    If the first name is androgynous (Like Terry) changing the Mr to Ms or vise versa would also be rather evil.

    --
    "Live Free or Die." Don't like it? Then keep out of the USA
  111. I have a *GREAT* idea to make this a good thing... by fzammett · · Score: 4, Funny

    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!!

    --
    If a pion (n-) collides with a proton in the woods & noone is there to hear it, does lamdba decay into the source pa
  112. Thats great but I'm still waiting... by Anonymous Coward · · Score: 0

    for a virus that has a torrent client built in. It would search google for torrents of the latest movies and music, then download them and seed for days.
    That would give everyone else a little bit of plausable deniability next time the *IAA come knocking.

  113. My money is on Eastern Europe or Asia by glrotate · · Score: 0, Flamebait

    Those people don't to seem to have many qualms about electronic theft.

  114. A simple request by bunratty · · Score: 3, Funny

    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...

    --
    What a fool believes, he sees, no wise man has the power to reason away.
    1. Re:A simple request by Beardo+the+Bearded · · Score: 1

      Yeah, because Firefox has never had a security problem.

      Have you already forgotten the "click anywhere to have arbitrary code execute" bug that only got fixed in version 1.0.4? How many people are going to patch that? Half? That's 15 million machines right now that can have an attacker run arbitrary code. (Based on about 30 million FF users.)

      If that's how Mozilla makes code, we're fucked. It's not secure. It's obscure. Security by obscurity is no security at all.

      (FF user)

      --

      ---
      ECHELON is a government program to find words like bomb, jihad, plutonium, assassinate, and anarchy.
    2. Re:A simple request by aziraphale · · Score: 1

      Some kind soul should write a virus that holds your files hostage until Firefox is installed and is set as the default browser

      They already have. It's called Internet Explorer. Until you turn it off, it sits there on your system, threatening to download malware, send your private data to strangers, and install viruses that will wipe out all of your files....

    3. Re:A simple request by Alsee · · Score: 1

      Why "hold files hostage until Firefox is installed" when the virus could simply download and install Firefox itself and set it as default?

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  115. Problem with your argument by benhocking · · Score: 1

    Not that I'm advocating the use of "they" in the singular form, but your argument would seem to suggest that "you" is only valid in the plural form as well. Or, do you say "you is cool" when referring to a single person?

    [humor]Some people do believe that "you" can also have a plural meaning, but us cultured types know that the plural of "you" is "y'all".[/humor].

    --
    Ben Hocking
    Need a professional organizer?
    1. Re:Problem with your argument by angst_ridden_hipster · · Score: 1

      Um... sorry to pick a fight with a Cultured Type, but "y'all" is actually singular.

      The cognoscenti would point out that if you wish to refer to a group of individuals, the correct construction is "all y'all."

      There are also the New Jersey Dixie constructions of "youse all," "alls youse," and "alls youse all," but I fear these do not truly fall under the scope of the discussion at hand.

      And isn't a Cultured Type really just some dude with some stray acidophilus?

      --
      Eloi, Eloi, lema sabachtani?
      www.fogbound.net
    2. Re:Problem with your argument by monkeyfamily · · Score: 1

      so it was humor, i'm still gonna nitpick: y'all is SINGULAR, all y'all is plural!

  116. An old remake, using the Net this time, and $$$ by saskboy · · Score: 2, Interesting

    I encountered a virus just 2 years ago, although it had been written in the 1990s, that encrypted files on a hard drive using a randomly generated and locally stored key. If you removed the virus, you'd lose the key, and access to all files that had so far been encrypted. I don't recall the name of the virus right now, but I spent about an hour looking for a fix to this old virus, and fortunately found an old removal utility on a website that was still hosting it, and it retrieved the simple encryption key, and removed the virus after decrypting all of the encrypted files.

    --
    Saskboy's blog is good. 9 out of 10 dentists agree.
    1. Re:An old remake, using the Net this time, and $$$ by Leebert · · Score: 2, Informative

      You're probably referring to the "One-Half" virus, if I recall correctly from my days reading alt.comp.virus.

      This was the classic example as to why blindly running "fdisk /mbr" from a boot floppy was a no-no.

    2. Re:An old remake, using the Net this time, and $$$ by saskboy · · Score: 1

      You're correct, I couldn't remember the name, but now I recall another characteristic was to encrypt the hard drive until half of it was encrypted, and then something much worse happened.

      Sorta like the idea behind the movie Speed, but with hard drives instead of busses.

      --
      Saskboy's blog is good. 9 out of 10 dentists agree.
  117. I'll pay anyone $200 to track down the creater of by Mad+Ogre · · Score: 1

    All I need is the names and addresses... and a plane ticket... and a rental car. Give me that, and I'll make them recant their evil ways. This goes for Spyware authors and Spammers. And the guy that cancelled Firefly.

    --
    MadOgre.com
  118. It's Called "Longhorn"! by Homer's+Donuts · · Score: 0, Troll
    How is this different than M$ forcing me to upgrade to see my files?

  119. Fixing this illegal? by Dimensio · · Score: 1

    Since they recovered the files without the key, it looks like the guy wrote his own crypto.

    Doesn't this violate the DMCA?

  120. Da Vinci? by Anonymous Coward · · Score: 0

    is it the Da Vinci virus?

  121. The real solution to this problem by eadint · · Score: 1

    All hackers and virus makers are subject to summary execution. i would send this person the two hundred dollars and use the records to track him down and then i would use a baseball bat to perform anal rape on him his famaly and any freinds that he has, after wich i would execute him, then i would sell the video on the internet to recoup the 200$ and mabe even make a profit.

    1. Re:The real solution to this problem by TylerDurden0 · · Score: 1

      Jeepahs, why don't you just make his dad watch? War, using large implements to perform unauthorized sexual intrusion. Go get 'em, tiger!

      --
      Warning: I am the silence machine.
  122. Money Agents by gone.fishing · · Score: 2, Insightful

    I wonder if this (or some other) extortion attempt is why my bank recently sent it's customers a warning about a new scam that asks you if you would be willing to become a "money agent" for someone in another country. Supposedly, you would allow money to be deposited in your account and then you would send 90% of it along to a Western Union account. According to the scam, this is supposed to be faster, safer, and cheaper for people in forigen countries.

    Seems like a great way of breaking the money trail and it only costs 10%!

    Crooks are pretty inventive.

    1. Re:Money Agents by djrogers · · Score: 2, Insightful

      If I'm willing to work with a foreign criminal, why wouldn't I just hang on to all 100% of the $$? Crooks don't trust other people that far... It's far more likely that the 'scam' is simply a way to get your checking account info so the crooks can drain it directly.

      --
      Think outside the... Hey, where'd the friggin' box go?
  123. tar ? by LowOrderBit · · Score: 1

    tar -xv backup.from.preinfection.tar

    done.

    backup.restores must not be popular in third world countries.

  124. Just a test n/t by Anonymous Coward · · Score: 0

    Just a test

  125. Hope They Nail the Bastard by dmarx · · Score: 1

    It seems that virus writers have gotten even lower-simply destroying your work wasn't enough, now they hold it ramsom. I hope that they follow the money trail to this scum, and hit him with not only computer crime charges, but extortion charges.

    --
    "Do I dare disturb the universe?"
  126. Re:a fix ... time to terminate. by scharkalvin · · Score: 1

    How long until McAfee becomes self aware! ...And becomes skynet.

  127. If you find a fix.. by Trevahaha · · Score: 1

    So if you find a crack to the encryption.. are you violation of the DMCA? :(

  128. I've heard this before by benhocking · · Score: 1

    And every time I've heard it, it's been from a northerner - i.e., not a recognized practioner of the word "y'all". For some bizarre reason, successful usage of this excellent word requires living south of the Mason-Dixon line (btw, this includes, but is not limited to, Australia - they also use this word). Although Southerners generally do like to take their time in talking (I am an exception to this rule, although I'm only a Southerner by exposure and not by birth), they do not make their sentences unnecessarily long. Thus, "all y'all" is a phrase that has been invented by northerners in an attempt to impugn the good repuation of the word "y'all".

    --
    Ben Hocking
    Need a professional organizer?
    1. Re:I've heard this before by angst_ridden_hipster · · Score: 1

      And every time I've heard it, it's been from a northerner...

      Well, being in Virginia, you'd have a better perspective than I would, seeing as I learned the language in Los Angeles (as far as I can tell, US Geography is non-Euclidian: West is completely orthogonal to North/South, while East is not. After all, Los Angeles is well south of Mason-Dixon if you measure by latitude.)

      I will admit to merely parroting sources, rather than having done the research myself. Interestingly, though, at least two of these sources are from Charlottesville. I'll actually be visiting them this coming weekend, so I'll ask around.

      I went through a struggle to track down the dialect survey, only to discover it doesn't have "y'all" at all. There are some interesting items, however:
      http://cfprod01.imt.uwm.edu/Dept/FLL/linguistics/d ialect/maps.html

      --
      Eloi, Eloi, lema sabachtani?
      www.fogbound.net
    2. Re:I've heard this before by WhiteDragon · · Score: 1

      I will say though, that having lived in Springfield, Missouri for 15 years, they don't necessarily say y'all there, they say you'ns. I'm not quite sure what the distinction is though.

      --
      Did you mount a military-grade, variable-focus MASER on an unlicensed artificial intelligence?
  129. DMCA protection by noidentity · · Score: 1

    If this virus ever holds your files hostage, remember that the DMCA makes it illegal to try to circumvent the protection scheme. Don't break the law, it's bad 'mkay!

  130. Re:Getting away with it... "Worthless"? by davidsyes · · Score: 1

    "there will be little impetus to apprehend these worthless criminals."

    Seems to me,such criminals will be WORTH every penny they collect, heheheh.

    What MIGHT be worth LESS is the amount of effort and resources it takes to get the money back.

    --
    Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  131. Re:Wow, it's like the movie "Hackers"... only lame by Shaper_pmp · · Score: 1

    Hmmm... Film out in 1995... Ms Jolie born in 1975... I make that 20, so not underage, no.

    Now, whether she looked underage... that's an entirely different matter <grin>

    --
    Everything in moderation, including moderation itself
  132. Where is this coming from? by benhocking · · Score: 1

    This makes two people to say this, and I have NEVER heard any one actually use this in speaking (and I have lived in the south for 30+ years now - more than 20 of those years in Georgia, and the remainder in Virginia). I strongly suspect this is a conspiracy that northerners are engaging in to impugn the good reputation of the excellent word "y'all"!

    --
    Ben Hocking
    Need a professional organizer?
  133. I think NOT!!! by StarCharter · · Score: 1

    From what I understand, the virus is reversable.

  134. Reporters by The+Monster · · Score: 1

    I always assume reporters are at fault for what's in a story. Once a local TV reporter interviewed my wife for probably half an hour, and managed to use three whole words of it on the air.

    --

    [100% ISO 646 Compliant]
    SVM, ERGO MONSTRO.

  135. Fine... by Nate+Eldredge · · Score: 1

    I'll send him the $200. It's a cashier's check, drawn on the First Bank of Nigeria.

    No, better yet, I'll make the check for $10,000 and he can just wire back the difference. Much simpler that way.

  136. Brilliant - How Hackers Have Come Down by Master+of+Transhuman · · Score: 1


    Rather than try to extort $20 million from Citibank, now we're reduced to extorting $200.

    What's next - a virus that says, "Brother, can you spare a dime?"

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  137. Not a new concept in IT by Anonymous Coward · · Score: 0

    Not at all... It's called paid tech support call.
    You are basically paying to "unlock" information, captured by your favourite software vendor.

  138. I'm currently in Charlottesville by benhocking · · Score: 1

    and that's where I heard it before - from a transplanted northerner!

    --
    Ben Hocking
    Need a professional organizer?
    1. Re:I'm currently in Charlottesville by angst_ridden_hipster · · Score: 1

      I only mentioned Charlottesville because you're there. Otherwise, I would have just said "around central Virginia."

      That being said, my sources were born and bred in C-ville.

      --
      Eloi, Eloi, lema sabachtani?
      www.fogbound.net
  139. I'm appalled... by Anonymous Coward · · Score: 0

    at this item's coverage in the mainstream news. I read a dozen articles about it in "normal" newspapers, and all of the hyped up the scare angle. Not one said "back up your data."

    Because if my data is corrupted (usually by Bill Gates, or a friend's small child, or a hardware problem) I have no problem. Were some dimwit to ask $200 for me to get my data back, I would laugh in his face. It's hard to enncrypt data sitting on a CD in a bookshelf.

    1. Re:I'm appalled... by Anonymous Coward · · Score: 0

      Laugh all you want, but you forgot to COVER YOUR HOUSE WITH TINFOIL!

  140. if really are important files untar the backup by bxbaser · · Score: 1

    eom

  141. No way out by wrenhunter · · Score: 1

    Gosh, if only there were a way to make copies, somehow, of valuable files. You could use those while waiting for your precious originals to be restored to you. Wait, back up, there is no way.

  142. Re:I have a *GREAT* idea to make this a good thing by Anonymous Coward · · Score: 0

    Yes, because the DMCA in no way, shape or form allows exemptions for those who own the original content.

    Get a life.

  143. Re:"Malicious Cryptography: Exposing Cryptovirolog by Anonymous Coward · · Score: 0

    I was just about to reference this book myself.
    As a student studying cryptography and advanced computer science...this is a good thing...heh heh. More work for me when I'm done. ;-)

  144. Amiga virus by Anonymous Coward · · Score: 1, Interesting

    An Amiga virus which name I don't remember did me approximatelly this, to a floppy, like 15 years ago. The virus showed a message telling me to send the floppy to some postcard service. Although I never sent it (it was a backup of some game I owned), I guess that guy didn't have to buy his floppies anymore :-D.

  145. Viral Anti-Virus by medcalf · · Score: 1

    Here's what I don't get:

    1. Viruses spread through a limited (though large) number of known vectors, primarily on unpatched or otherwise-insecure systems.
    2. People who get viruses at one point generally end up getting a lot of them over time, because people generally don't learn from their mistakes for some reason.

    In other words, it seems to be the same holes over and over and over again that get exploited. OK, I see two approaches to this that would do a better job of fixing the problem than running anti-virals. Both involve creating a virus to exploit the holes, whose payload is a security package.

    One would have a security package that's a simple virus detector, that pops up a message to the user stating that virii have been found, and naming them. Another could actually attempt to clean the machine. That's a little intrusive, and it would be even more intrusive to, say, turn off the machine a day later if it's not disinfected, or to try to patch the holes in the machine, so I don't suggest that those be tried.

    But the basic idea, of putting an anti-virus payload on a virus, seems straightforward enough that, since it hasn't been done so far as I know, I must be missing something.

    --
    -- Two men say they're Jesus. One of them must be wrong. - Dire Straits
  146. Re: Appalling by Cochonou · · Score: 1

    I really find appalling this way of thinking.
    I won't comment on the "data of people using Windows should be CORRUPTED, that will teach them !" argument. I don't think there is a need to.

    However, I'd just like to ask you something: What are the most common ways for virus to spread nowadays ? Usually, they are:
    - holes in mail readers
    - trojans delivered by mail ("click on the nice picture")
    - trojans on the internet ("play this nice game"!)
    Of course, there are famous virus that spread trough holes in Windows, but they are less common than the brood I've previously cited.

    Now tell me one thing: why using linux should reduce the risks of having holes in your mail reader ?
    And more importantly, why using linux should prevent your documents from being corrupted by some kind of trojan ? Don't forget that most of the important data on a personal computer is user writable.

  147. Incubation (Re:Finally!) by vpetersen · · Score: 1

    quote > end quote

    The problem is that such viruses don't propagate as well to reinfect, having killed the PC. A parallel example involving life, is Ebola and Marburg viruses in Africa. Because their letality is ~70-90% (turning a body into a bucket of unmoving haemorrhagic fluid in just over a week), a localized tribe or a village ends up dead before passing it on for spreading around. OTOH, benigh (often East Asian) cold and flue viruses kill a miserable percentage of old and weak, allowing the majority to still be able to travel or socialize long enough to allow the flue to propagate around the world.

  148. Re:I have a *GREAT* idea to make this a good thing by jgoemat · · Score: 1

    Except the encryption isn't a "protection mechanism" used by the copyright holder, the one who wrote the documents or their employer.

  149. How about bad replies. by phorm · · Score: 1

    How about "send nasty messages to your boss" (or your co-workers, clients, etc). You could do it randomly over time to different people... parse an email that exists, send a message as a reply (with the original body quoted) stating "well I think you're an a**hole and I have no f**king use for you"...

    A little more legit-sounding than your standard spoofed email, and more dangerous.

  150. Hmmmm, still looking... by sh0dan · · Score: 1

    for the obligatory pr0n comments... Are you loosing your touch?

  151. Why bother encrypting by SirLanse · · Score: 1

    Just overwrite the file with random info. Get money leave. Maybe call virus to trash the computer completely when done. If you are into extortion, you have no morals. If you have no morals, you won't keep up your end of the deal.

  152. How to Ransom untracably. by goombah99 · · Score: 1

    Here is one way you could collect a ransom nearly untracably, at least on a small scale.

    Require the victim to send you valuable information or perform a valuable service instead of cash. For example, ask them to buy a new copy of adobe photoshop or windows and send the registration keys. Now you can resell this on e-bay or wherever as a legimate copy.

    If you were an eco-terrorist you could require them to give a donation to the sierra club or the red-cross disaster relief or donate to president bush's re-election and provide a recepit.

    if you were out for revenge or a pervert, you could ask them to post a nude picture of themselves.

    you could ask them to buy a large quantity of a stock with few outstanding shares. Do this enough times and you could drive the price up.

    it's as untracable as can be.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  153. Worst I saw... by Thedalek · · Score: 1

    Some local kid worked out a way (perhaps with only a specific brand/model of HD) to manipulate the location of the read/write head, and to violently tap it against the surface of the hard disk platter.

    His program draw a smiley face and the words "HAVE A NICE DAY!" on the HD before resetting the system. I seem to recall him getting investigated by the FBI at some point...

    --
    Happiness is relative, Based upon the way we live.
  154. Re:"Malicious Cryptography: Exposing Cryptovirolog by Kadmos · · Score: 1

    Malicious Cryptography: Exposing Cryptovirology
    Adam Young, Moti Yung
    ISBN: 0-7645-4975-8
    Paperback
    416 pages
    February 2004

    Published by Wiley: http://www.wiley.com/WileyCDA/WileyTitle/productCd -0764549758.html

  155. backup, patch, protect by Matt_Joyce · · Score: 1


    This is just another if-you-don't-protect-your-data-you-will-regret-it post.

    The fact is, this is no more scary than a 'Virus wipes hard drive!'.

    If you're prepared to pay money to *maybe* get your files back, you probably have a nigerian stamp in your passport.

    It's interesting to see viruses use crypto as an armament, but the defence against such an attack is the same for any other infection.

    If you have backups, the payload is Inconveinence.

    Now if a virus, knew who your competitor was and emailed the encrypted files to them, and then offered both you and your competitor the key, that wouldbe more interesting.

    Or even, put the files on a zombie torrent network, and offer the key on ebay.

  156. Been done. XM.Compat.A 1998. by Matt_Joyce · · Score: 1


    http://securityresponse.symantec.com/avcenter/venc /data/xm.compat.a.html

    Payload

    The payload is potentially troublesome. It is triggered on any day after August 31, 1998 when closing an infected spreadsheet. When triggered, it picks a worksheet but the active one and loops a thousand times to randomly select used cell that contains numeric value. With 1% chance, it decreases or increases the cell value within 5%.

    Although this virus is not infectious in MS Excel 97 spreadsheet files, the payload routine is still called while closing an infected file.

  157. Viruses should change bookmarks to shocksite links by Anonymous Coward · · Score: 0

    In addition to changing all the pictures to shocksite images, the really nasty viruses should also remember to change all the bookmarks to point to random shocksite links:

    http://en.wikipedia.org/wiki/List_of_shock_sites

  158. The Reply Message by catdevnull · · Score: 1

    Dear l33t h4x0r:

    After a little digging with a few h4x0r friends, we know your name and where you live. I'll make you a deal. If you give me the crypt key to my files, I won't tell your mom what you've been up to. If you want a new PS2 for Christmas, just ask Santa, OK?

    love,
    Dad

    --

    I might know what I'm talkin' about, but then again, this is Slashdot...
  159. Irrelevent to Linux by Luke-Jr · · Score: 1

    I think the point the grandparent was getting at is that dir/ls/etc have *nothing to do with Linux*. The GNU system, maybe, but certainly not Linux.

    --
    Luke-Jr
    1. Re:Irrelevent to Linux by csulu · · Score: 0

      true true my mistake :(
      what i ment was that on my Gentoo Linux/GNU OS you can use "Dir"

  160. IDEA discouraged by Luke-Jr · · Score: 1

    Actually, PGP can support various ciphers. IDEA is just one-- and discouraged for usage due to insane patent laws.

    --
    Luke-Jr
  161. The case of the AIDS information disk by elegie · · Score: 1

    Back in 1989, an individual sent out a mass mailing to many recipients. The mailing consisted of an envelope including a floppy disk and a license agreement in small print. The software on the disk provided an assessment about the user's risk regarding HIV/AIDS. (Supposedly, users were encouraged to install and run the software.) However, the software also contained a hidden mechanism. After a delay, the mechanism would encrypt and hide files on the user's system. The license agreement specified a license fee ($189 one-off or a $378 "lifetime license") for using the software. This payment was to be sent to a PO box in Panama for "PC Cyborg Corporation." In addition, the license agreement warned of "most serious consequences" for failure to pay the license fee. A file left by the software said that users who paid would receive a "renewal software package." The originator of the software was tracked down but was found unfit to stand trial. (See the "Virus: AIDS Diskette" entry on this page.)