Slashdot Mirror


Trouble Getting to SpamCop?

geekwench writes "SpamCop was apparently the victim of a recent DoS attack. A false complaint to their domain registrar led to all primary DNS information being pulled. The problem is now fixed, but there may still be access issues for the next couple of days as ISPs clear the old DNS information out of their caches. You can read about it here and here. (Sounds to me as if SpamCop is proving to be a good-sized thorn in the sides of a number of spammers.)"

20 of 245 comments (clear)

  1. Tip by Anonymous Coward · · Score: 5, Informative

    Because of caching, sometimes some things resolve and some don't... so, if www.spamcop.net doesn't work, try spamcop.net minus the www. Of course, if your mail server can't resolve their mail server properly, then submitted spam is a much bigger pain.

    1. Re:Tip by cft · · Score: 3, Informative

      or just add one of their nameservers to /etc/resolv.conf

      ns1-117.akam.net
      ns1-11.akam.net
      ns1-109.akam.ne t
      asia3.akam.net
      ns1-93.akam.net
      ns1-90.akam.ne t
      use1.akam.net
      ns1-73.akam.net

  2. Spamhaus too, maybe. by MicktheMech · · Score: 3, Interesting

    I've been having trouble getting into Spamhaus too. The spammers are up to something.

  3. 2004 promises to be interesting by heironymouscoward · · Score: 5, Interesting

    As spammers and virus writers get more and more integrated. Spammers have the money, virus writers have the skills, together they will play havoc with the cornfields of the Internet.

    In the natural world, something like 60% of all species are parasitical, and the war between parasites and hosts is one of the defining aspects of all nature. Sex, for instance, is a way of shuffling locks faster than parasites can evolve keys.

    It seems inevitable that software and communications will have to develop similar kinds of defenses against what is an inevitable onslaught from the parasitical forces that have developed to snack on the soft underbelly of the Net.

    Cybersex, anyone?

    --
    Ceci n'est pas une signature
    1. Re:2004 promises to be interesting by deblau · · Score: 3, Funny

      Jumping Jesus on a pogo stick, someone just got a (+5, Interesting) for soliciting anonymous cybersex. Are all you people really that fucking desperate?

      --
      This post expresses my opinion, not that of my employer. And yes, IAAL.
  4. Distrubited Blacklist by attobyte · · Score: 4, Interesting

    When are we going to do a distributed blacklist so this @$#$!@#@$ $pammer$ can't pull this crap?

    --
    I didn't use the preview button, so get over it!!!!

    Mike

    1. Re:Distrubited Blacklist by bigberk · · Score: 3, Interesting
      When are we going to do a distributed blacklist
      USENET is pretty good. Something like this, with underlying public-key crypto, may be more robust (it's worth the read!).
  5. Yikes! by Quasar1999 · · Score: 5, Insightful

    This is scary stuff... anyone can get any domain pulled with a little accusation?

    We need to secure the domain registration/ownership process... seriously... We might not be able to take down microsoft.com, but with this complaint technique, I'm sure we could do some damage to a lot of less high profile companies... We need to get this fixed now! It's almost as bad as being allowed to call your neighbour a terrorist, and have him/her arrested indefinetly, with no proof...

    --

    ---
    Programming is like sex... Make one mistake and support it the rest of your life.
  6. Thorn? It doesn't matter, by Trick · · Score: 4, Insightful

    > Sounds to me as if SpamCop is proving to be a
    > good-sized thorn in the sides of a number of
    > spammers.

    Maybe, but maybe not. The DOS attacks by spammers have been getting pretty brazen of late. SpamCop's a well-known name, and that's probably all it took to make it the target of an attack, regardless of how effective it is.

    They've gotten almost no resistance to the attacks they've launched so far. They've got no reason not to launch an attack on anyone who even attempts to block spam at this point.

  7. Surge in spam by October_30th · · Score: 5, Interesting

    The amount of spam I receive every day has clearly been steadily growing for the last few months. Looks like the spammers are winning the war by DoSing spam fighters and hiring mercenary hackers with 450000 trojaned systems.

    --
    The owls are not what they seem
  8. How effective is SpamCop? by YetAnotherName · · Score: 4, Interesting

    I was a religious SpamCop user for awhile. You tattle to SpamCop on a spam you receive, it checks its various databases, and then notifies various network authorities of the problem.

    Problem being, that several of the network authorities are huge megacorps where the complaints get filed with the rest of 98,000 or are spamhosts themselves.

    I gave up in favor of SpamAssassin and Mozilla's spam filtering, which turned out to be far more effective.

    Isn't effectiveness the whole reason eight-year-olds tattle in the first place? ("Billy hit me!" Billy gets in trouble. (And Tommy gets beaten up after school.)) Somehow, I don't think enough spammers got in trouble.

    1. Re:How effective is SpamCop? by tsarin · · Score: 4, Insightful
      As you say, SpamCop is fine; it's the ISPs that you need to worry about. A while back, I was running a mail server (forwards for a hundred-odd users, plus my own mail) off my DSL service. One of my users, playing the good little netizen, reported a batch of her spam to SpamCop, who, since my machine was in the headers, reported to my ISP--who promptly turned me off. No investigation, no "Hey, what's going on here?", not even a "Why are you spamming?". Lather, rinse, repeat, until the ISP ended up turning me off permamently. (And then, promptly, went out of business, shorting me nearly six months of my prepaid contract.)

      Had they taken the thirty seconds to actually look at the headers, it'd've been obvious that I was, effectively, as much a victim of the spam as my user.

      A "disconnect first, ask questions later" policy is fine, assuming you bother to ever actually ask.

    2. Re:How effective is SpamCop? by Uggy · · Score: 4, Insightful

      I agree. The only way to stop spam is by filtering it at the ISP or end user level. Email is too entrenched and too important for us to be mucking around with whitelists and trusted senders and whatnot. Reverse lookups would really do the trick, but since in my experience 99% of ISP's/bandwidth providers are just too uncooperative in updating their reverse DNS, that is out. Couldn't do virtual domains either.

      You could utilize some minimal checks like forward dns or just a HELO name check, which my company used for a while. But, there are SOOO many exchange servers out there that identify themselves as "microsoft.msft" (which is of course not correct) that some of our clients couldn't get their mail. They'd call, "Hey, so and so can't send me email." I'd telnet to their port 25 and check what they returned in their HELO... sure enough, it was incorrect, so I'd notify the administrator and our client that their email server is not configured correctly (and it's an open relay to boot). A couple of days later this client would call again saying, "Other people can receive this guy's email, but I can't. What's wrong with your server?"

      After a while, it's just a perception problem. You've got to be able to receive from everybody (except the absolute worst spammers). So we accept all mail and tag it with spamassassin using the X-Spam-Status tag. Clients then can filter it and check at their leisure. If they have a little more no-how, we tell them to download and install mozilla-mail or thunderbird with built in spam filtering. You've got to train it, but it works.

      Email is too important and too ubiquitous to be screwed around with. The surest and best way to deal with spam is to filter/tag at the end user or ISP. Legislation won't cut it. Threats won't cut it. Whitelists/Blacklists won't work. You can't even rely on first line HELO identification checks. There are just too many monkeys who've set up email servers out there.

      And just think about this: even ipv6 STILL isn't widely deployed.

      --
      Toddlers are the stormtroopers of the Lord of Entropy.
  9. Spamcop's a waste of time. by Anonnymous+Coward · · Score: 4, Insightful
    Most of the spam comes from and/or points to IP addresses in China and Brazil. Their reaction to your reports, if they even receive them, is "We'll get right on it."

    It would be far more effective to simply drop any SMTP connections from networks in Brazil or China. Even better would be to actively scan emails for links pointing to that IP space, and dump any messages received. This would eliminate most spam from user mailboxes.

    Spamcop is a nice parser, though, for those rare occasions in which reporting would do any good. Unfortunately, they're in bed with Cyveillance--don't forget to uncheck that box to avoid helping them.

    1. Re:Spamcop's a waste of time. by admbws · · Score: 4, Insightful
      It would be far more effective to simply drop any SMTP connections from networks in Brazil or China. Even better would be to actively scan emails for links pointing to that IP space, and dump any messages received. This would eliminate most spam from user mailboxes.

      Alternatively, you can simply drop all SMTP connections from the entire IPv4 address space! That would eliminatate all spam from user mailboxes!

      P.S. I'm being sarcastic, but blanket bans suck.
  10. SpamCop costs by cft · · Score: 5, Interesting

    It's been reported that SpamCop is paying upwards to $30K / year for bandwidth as a direct cause of the continous DDOS attacks on it.

    The spammers are doing everything they can to squeeze the anti-spammers out. They use frivolous lawsuits (aka Mark Felstein and his porn spamming backers) or DDOS attacks that either knock the anti-spam resources off completely or increase the costs so that no hobbyist can run them.

    And while all this is going on, the law enforcement agencies are doing nothing to counter the clearly illegal acts of the spammers.

    And ISPs are doing NOTHING to reduce the number of zombies on their networks. So the DDOS attacks continue.

    Nice going.

    It's only a matter of time when someone (Al Queda?) will use the zombie network for something that will truly be noticed.

    Proletariat of the world, unite to kill spammers

  11. Complaints don't work by Anonymous Coward · · Score: 3, Interesting

    I'll tell you why: they are not numerous enough. I'm the abuse mailbox handler for a well-known company that is disliked on and off line. Out of a 5-million-address mailing, I get maybe 12 complaints. Management does not care to alter anything about our "customer retention management" system. In fact, with only 12 complaints our of 5 million emails, they think we're doing pretty damn good, and so do I.

    We do the following:
    1. Opt-out only. You do business with us, you're on the list and have to taken yourself off of it to stop getting our mailings. There is no choice to opt-out at time of purchase, no choice to omit your email address.
    2. Sell your address to our partners. Our contracts with our partners requires us to collect addresses when we make a sale for them, and pass the address lists along.
    3. Pass off opting out of partners' lists to our partners.
    (We spell all this out in the online Terms of Service which is displayed before a customer makes a purchase. People still buy).

    Still, with all these "bad practices" in place, we only get a dozen complaints out of several million spams sent. We're on AOL's whitelist of approved spammers^Wmarketers whose mailings bypass their spam filters. We're on other ISP whitelists, too. If we get a Spamcop complaint, I dutifully click on the link in the notice, check "account terminated" and that's the end of it. But with only a handful of them each week, I can take care of the Abuse mailbox in less than a hour a week. Anti-spammers have had no adverse effect on us in the four years we've been doing it this way.

  12. New email worm that DDoS's Spamcop/SPEWS/Spamhaus by wayne · · Score: 3, Informative
    I saw this mentioned on the spamcop news group.

    There is a new email worm called W32/Mimail-E that is designed to create a distributed denial of service attack on the anti-spam websites of spamcop, SPEWS, and spamhause. See: sophos write-up.

    --
    SPF support for most open source mail servers can be found at libspf2.
  13. SpamCop's odd choices for providers? by harlows_monkeys · · Score: 3, Interesting
    I don't understand spamcop.net's choices of providers for various services. For a domain registrar, they are using a German company, that they have no idea how to call when things go wrong. Wouldn't it make a lot more sense to use a US or Canadian company that would be easy to contact? (Note that I'm not saying there is anything wrong with German companies!)

    Second, on their pages, they have at the top a recommendation for a specific web hosting company, presumably the one they use--this isn't a banner ad, but rather an ad written right into their HTML, so it sure looks like it is their personal recommendation for web hosting. When I was looking for a new hosting company for my site, I wanted to find one that was not soft on spam, so that I would not have to worry about ending up in SPEWS, and figured that the one SpamCop uses would have to be good. Checked out their plans, and they were good. I was ready to sign up, but decided it would be dumb not to at least Google a bit...and I found that that hosting company does NOT have a good reputation in the anti-spam community!

    You'd think one sure-fire way to find a white-hat ISP would be to use the one that a major anti-spam site recommends, so this was quite a shock.

  14. Re:Funny, but evil by H310iSe · · Score: 5, Informative

    "A false complaint to their domain registrar led to all primary DNS information being pulled."

    That's funny because a false complaint against us by spamcop led to all our servers being off the net for a day last year. They did ZERO research on the complaint and took it straight to our ISP (rather than trying to contact us by our abundant and up-to-date contact info available in our emails and on our websites). Their conduct was beyond reckless, it was vicious.

    I'm all for good anti-spam but those guys can bite me. Serves them right IMHO.

    --
    closed minded is as closed minded does