Slashdot Mirror


P2P Spam?

Sgt York writes "In a NYT article (republished in the Houston Chronicle, no subscription required) experts at CERT, F-secure, Trusecure, and the Hall of Justice (see article) think that SoBig.F is a spam scheme in the making. They say that SoBig.F is the 6th variant in an ongoing experiment with the possible goal of setting up a distributed spam network, to be rented out to the highest bidder. If that is their goal, they are well on their way. Another disturbing note in the article is that "In the case of four of the six programs, a new version was launched immediately after the self-timed expiration date of the preceding one". SoBig.F expires in two weeks. "

12 of 340 comments (clear)

  1. Truly P2P if SOBIG.G contains the spam message by JohnGrahamCumming · · Score: 4, Insightful

    I think the superheroes involved in the SOBIG fight miss the entire point.
    The authors are probably testing the feasibility of sending out a virus (which
    given the number of copies I receive) will happily be opened by people and
    then simultaneously sending out spam messages to the same group of people.

    There's no need for the SOBIG authors to control the machines after SOBIG has
    been executed. They just need to include the spam message in the virus
    itself.

    That would make it truly P2P spam. Unsuspecting user X who opens SOBIG would
    transmit the mechansim for sending more spam and his portion of the spam
    deluge. Of course there could be a downside to all this, once the blacklist
    people start cutting off EVERY ISP in the world because of spam messages SOBIG
    would defeat itself because no one would be getting mail.

    John.

    1. Re:Truly P2P if SOBIG.G contains the spam message by Brad+Mace · · Score: 5, Insightful

      They'd need some big balls to associate their company name with a virus. Once the identity of the people unleashing viruses AND sending tons of spam in known, they won't exist for long. For that reason alone I'd say it's much more likely they'd be setting up a distributed spamming network.

    2. Re:Truly P2P if SOBIG.G contains the spam message by RatBastard · · Score: 4, Insightful

      But teh spam message is not for the person who's computer is infected. It's for every email recipient that that computer user knows. The P2P spam network created in this way would be HUGE and unblockable. Who is going to block every subnet on earth? Not gonna happen. The best we can hope for is that ISPs get smart and start blocking SMTP ports on all ip addresses not registered as SMTP servers.

      This could turn into a VERY ugly mess.

      --
      Boobies never hurt anyone. - Sherry Glaser.
    3. Re:Truly P2P if SOBIG.G contains the spam message by IM6100 · · Score: 5, Insightful

      That's interesting. A formal registry of SMTP servers.

      Will we soon be formally registering all people running an HTTPD in the same fashion?

      --
      A Good Intro to NetBS
  2. So the highest bidder get's to spam? by iplayfast · · Score: 5, Insightful

    OK, so some company decides to buy. Wouldn't they now be liable for unauthorized use of the computers. Why would a company take the risk? I think this is a red herring, and that it's just another way for worm/virus writers to justify themselves to the world (and themselves).

  3. Re:huh? by wmaker · · Score: 4, Insightful

    No one actually knows how he/she got the list though. The person wrote the virus, gains the list, and sells it. No questions asked about HOW he got the e-mail addresses.

  4. A Bad Thing? by sethadam1 · · Score: 4, Insightful

    If the entire internet were absolutely smashed with spam, at leats one good thing might emerge - the will to actually combat it realistically!

    With all the techno-dweebs on this site and all the fasntastic opinions about whitelists and blacklists and graylists and modifying SMTP and replacing SMTP and handshakes and authentication and a million other solutions, perhaps someone, somewhere, will finally being to make a dent in actually dealing with the spam problem.

  5. Fixed hosts don't work, but... by RobertB-DC · · Score: 5, Insightful

    I suspect that the 20 hardcoded download sites in the current variant are a proof-of-concept, not a future strategy. Every time a virus is exposed that tries to download from some fixed location, I've wondered why virus writers would even try such a thing, when it's obvious that white hats will reverse-engineer their code?

    What if the next version uses something more flexible... like a Google search on some particular string? Spend a few months sprinkling links to the download on servers around the world, with pages containing some unique string (call it "foo123"). When the next virus activates, it does a Google search for "foo123", and downloads its replacement. As fast as hosts are removed, more can be created and indexed.

    For even better effect, use a moderately common word or phrase that Google couldn't remove from its index without causing big problems.

    On the non-technical side... I was struck by the post in a previous SoBig discussion that noted that this variant expires on 9/10, and if the F-Secure expert is right, that's not a good sign:

    "I think the motivation is clear. It's money," said Mikko Hypponen, director of anti-virus research at F-Secure, an antivirus firm based in Finland that is decoding the illicit program. "Behind Sobig we have a group of hackers who have a budget and money."

    If there's a budget and money, then there's organization, and I'm concerned about the organizations that might see 9/11 as a good day to launch a distributed attack.

    --
    Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
    1. Re:Fixed hosts don't work, but... by Simon+Brooke · · Score: 5, Insightful
      What if the next version uses something more flexible... like a Google search on some particular string? Spend a few months sprinkling links to the download on servers around the world, with pages containing some unique string (call it "foo123"). When the next virus activates, it does a Google search for "foo123 [google.com]", and downloads its replacement. As fast as hosts are removed, more can be created and indexed.

      OK, let's see how you would do it...

      The payload of the original virus would be a encrypted peer-to-peer daemon somewhat like Freenet, except that it would only allow uploads signed with a particular digital signature. The client would of course have to include the public key of that signature, but not the private key.

      Once infected a machine would open a listening port and attempt to connect to machines chosen randomly but with a bias to its local class C (as with CodeRed). Once contact has been established the machines would exchange IPs so that each could recontact the other. Each machine would continue to probe for peers until it had found a certain number - say twenty - and then it would remain quiescent, just listening. Periodically (say weekly) it would handshake again with its known peers, and if any failed to handshake twice successively it would seek others until it had again reached quota.

      Once the virus was widespread the author would send a signed file to one infected machine. The name of the file would be a unique string (for simplicity of exposition say a serial number, although any systematically unique string would do) so the first file the virus author injected might be 0001, the next 0002 and so on. The machine would accept the file as genuine because it could decrypt it with its local copy of the public key, and would pass it on unchanged to all the other infected nodes it knew about. If a machine had already received 0001 and was offered 0001 by a peer it would refuse it to save time and network congestion - not to be nice to other users, but because if the thing blocked up network bandwidth completely, it wouldn't be able to do it's own dirty work.

      The signed files could contain

      1. a list of targets and a date/time. When the action date/time in the file was reached, the virus would mount a DDoS attack on the hosts listed in that file for twenty four hours and then delete the file.
      2. the URL of a file to load and then spam out in the same way the virus itself originally spread. Because this file doesn't have to be put up before the virus is launched it could be put up on any defaced site anywhere and need not be tracable back to the author.
      3. a hotfix patch to the virus itself, which would immediately be installed and run.

      This would be incredibly difficult to defend against because

      • in DDoS mode the hosts to be attacked wouldn't be known until the attack file began to propagate - and it could propagate very, very fast indeed, since the peer-to-peer network has connected itself in advance.
      • It would be impossible to introduce 'white' payloads into the network because only the author would have the necessary private key.
      • Because of the upgrade facility, as defences against the virus became available the author could inject into the network 'hot fixes' which would work around these defences.
      • Because the author could inject new signed files into any infected node, it would be very difficult to track down where they were being injected.

      Furthermore, the network could be used to launch several sequential attacks, which would not even need to have been planned at the time the virus was written. The author could, in effect, sell use of a flexible, massively distributed mass-UCE/DDoS attack engine to the highest bidder...

      Hang on, hang on... just wait until I get a patent on that idea!

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
  6. sobig.M kills blacklists? by glsunder · · Score: 4, Insightful

    What if the goal (or effect, either way) was to get things to the point where nearly everything was blacklisted for spam? The virus wouldn't have to send real spam, just fake spam in a way that would cause the person's ISP to be put on the blacklists. Once that happened, people would shut off the spam blocking software, and spam would reign supreme.

  7. Holy Crap by stratjakt · · Score: 4, Insightful

    They could be hunting spam relays. They could be looking to anonymously bounce kiddy porn. They could be looking for thousands of boxes to keep their warez .torrent files alive and kicking.

    Hey, I just thought of that. That'd rock, be much easier and more effective than hunting for pubs. You even have one of your drones host the tracker in the first place.

    Anyways, who cares. Patch your machines and shut up. We're seeing as many sobig stories as we are SCO, and it really isnt that big of a deal.

    --
    I don't need no instructions to know how to rock!!!!
  8. Re:Eventually by forkboy · · Score: 4, Insightful

    THe other possible scenario is that prosecutors will start going after the company that advertised via the spam. I'd like that solution, I've been saying that should be going on for years...spammers will go away if people are now afraid to use that method of marketing for fear of hefty fines.

    --
    This message brought to you by the Council of People Who Are Sick of Seeing More People.