Slashdot Mirror


Russia, China World's Biggest Spammers

An anonymous reader writes "According to this ZDNet article, The Spamhaus Project has warned that organised cirminal gangs in Russia are supplying U.S.-based spammers with details of compromised PCs that can be manipulated to send junk mail. According to Spamhaus director Steve Linford, the Russian gangs aren't constrained by any anti-spam or cybercrime laws in their home country and have no respect for legislation implemented in other countries. Also, apparently 70 percent of spam is sent from China by American spam outfits who in turn have hosting arrangements with Chinese ISPs."

40 of 435 comments (clear)

  1. What is the best way to stop this? by TJ_Phazerhacki · · Score: 5, Insightful
    Maybe not completely relevant to the specific subject, but what is the best way to stop this?

    User end filters are a necessity these days, and even then, I still spend at least 15 min each day dealing with the spam. My personal box - No One else knows the address, it is for my own internal network purposes, is chock full of the stuff.

    What do other slashdot'ers do? What can we hope to see in the near future?

    --
    Physics is nothing like religion. If it was, we'd have an easier time trying to raise money!
    1. Re:What is the best way to stop this? by YrWrstNtmr · · Score: 5, Insightful

      Maybe not completely relevant to the specific subject, but what is the best way to stop this?

      Due to the global nature of the internet, the only way is to wait until the governments of China and Russia change due to public, internal pressure. Note that this may take some time.

      In the meantime, SpamBayes might help.

    2. Re:What is the best way to stop this? by chimpo13 · · Score: 4, Insightful

      Going after the money would be more effective. Sure, we can't go into China and Russia, but we can make life HELL for USA spammers. If we make it unprofitable here and send more of them to jail, that'll stop most of the jerks. Even if it's just Scott Richter that goes to jail, that'll put a major dent in the action.

    3. Re:What is the best way to stop this? by halowolf · · Score: 5, Insightful
      While end user filters are a necessity, they should be the last line of defense, because by the time the SPAM has reached you, it has stolen the bandwidth, CPU cycles and disk space to get there.

      I currently sit in the "email itself must change" camp to fix the problem of SPAM. Of course its an impractical camp to sit in at the moment, but things are moving along slowly.

      I can't see that addressing the problem of SPAM on an international law basis is going to yield any results in the near and not so near future.

      Just random opinions on my part...

    4. Re:What is the best way to stop this? by zangdesign · · Score: 5, Interesting

      The other method is to go after the advertisers who hire the spammers in the first place. Spammers are bottom-feeders, for sure, but if you cut off their customers, then you cut off their income.

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    5. Re:What is the best way to stop this? by pe1chl · · Score: 4, Insightful

      The best way is to make sure this way of advertisement of your services is illegal in the USA, and actively go after those that still do it.

      90% or more of all SPAM advertises a product or service in the USA. While it may be difficult to track the spammer, it should be simple for law enforcement agencies to track down the actual advertiser.
      I cannot imagine one would not be able to find the guy who offers you a low-interest mortgage, for example. Make him go out of business. Then his competitors will no longer spam.
      Same for the sale of unlicensed health products.

    6. Re:What is the best way to stop this? by lars_boegild_thomsen · · Score: 5, Insightful

      Aren't you missing one important fact here? That most of the spam are promoting american products? This is a big like fighting drugs by throwing the addicts to jail and hitting small time street pushers. The only way to deal with this is to his the ones that profit big time - which are the ones trying to sell their products using these questionable means.

      Fact is if I look at my inbox - something like 95 % of all Spam promote questionable american products, 2-3 % is in russian so I don't even know what it promotes - and I have yet to see ONE spam mail that actually try to sell a Chinese product.

    7. Re:What is the best way to stop this? by dilvish_the_damned · · Score: 4, Interesting

      Even if you never publish your address, people you send to may do so inadvertantly by way of forwarding. Also, we have seen an agressive amount of username probing at our mail server, people cultivating valid email addresses dictionary style. If your email name prefix is common enough, then its not too suprising you get spam.

      As a solution at my workplace, we deployed dspam at the mail server about 7 weeks ago. At first I was discouraged at the results so much that I thought I had made a worthless call. Gradually I saw improvment and now it is running at about %99.7 accuracy. I get something over 200 spam a day into my account. I now see about one spam in my in box every three or four days, the rest go into my spam folder. Our other users found the system to be far better than I did, faster learning even. One user reported near pefection in about a week, he gets 10 spam a day. Except for one user (but there is one in every croud), it has nearly fixed the spam problem at our orginization.
      I expect this to be a more realistic and permanent solution far beyond what legislation will ever do to inhibit spam from using my time.
      I mean, other than right now.

      --
      I think you underestimate just how much I just dont care.
    8. Re:What is the best way to stop this? by RT+Alec · · Score: 4, Informative

      1. ISPs (and any other business that gives a workstation a "real" IP address) need to block egress port 25. Comcast is going to be doing this soon, others should soon follow suit. This plugs the zombies.
      2. IP addresses that continue to send spam will be blacklisted. With the zombies effectively out of the loop this will become easier (albeit never quite perfect).
      3. SPF and other authentication schemes need to be adopted to prevent "spoofing" and so called "Joe jobs".
      4. E-mail providers (including small companies) need to deploy mature e-mail systems for their users. In 1995 it was fine to accept e-mail from anyone on port 25, with no authentication and no encryption. In 2004, remote clients need to have an SSL connection available (both for sending mail and accessing inboxes), and must require authentication before accepting initial mail submission (SMTP+TLS+AUTH). Not only is this more secure, but it also addresses the issues always raised by blocking egress port 25 and deploying SPF.
      Once these techniques and practices be come commonplace, it won't matter if spam originates from lawless areas of the world. Existing laws against fraud (and other illegal business practices) will cover the extreme efforts that will be necessary to continue spamming.

      Appendix:
      SMTP+TLS+AUTH is not that tough, no whining. All modern mail clients support it, on all platforms. There is a little bit of work to do on the server end, but that's what you pay your ISP (or IT department) for:

    9. Re:What is the best way to stop this? by dfeist · · Score: 4, Insightful

      "ISPs (and any other business that gives a workstation a "real" IP address) need to block egress port 25. Comcast is going to be doing this soon, others should soon follow suit. This plugs the zombies."

      I hate it when people like you try to split the internet in to parts, "clients" and "servers". The great thing is that everyone can be both client and server! Let's not change this!

      Additionally, this measure achieves virtually nothing. Port numbers can be changed; and opening a connection to port 25 is still the normal way to send e-mail.

      --
      Unix makes easy tasks hard and hard tasks possible. Windows makes easy tasks easy and hard tasks $29.95.
    10. Re:What is the best way to stop this? by TiggsPanther · · Score: 4, Insightful
      The best way is to make sure this way of advertisement of your services is illegal in the USA, and actively go after those that still do it.

      This idea seems so obvious, and so potentially effective. So why won't the governments (or whoever else has the authority to do so) do this?

      What I'm guessing contributes to it is two simple facts.

      1. Companies pay taxes.
      2. Knowing where to draw the line between what is Spam and what is legitimate advertising.

      The first I'm guessing in itself is only a very small factor. But when a billion-selling company pays its taxes, then you want to be very sure they're not legit before pulling the plug or slapping them with hefty fines.

      The main problem is the second. A great deal of mail is easily flagged as Spam. A great deal of mail (including some advertising) is definitely legit. The difficulty is that there is also mail all across the scale.
      Too relaxed and you don't block enough Spam, people still complain, and there's enough leeway for the Spammers to adjust tactics to stay in the "grey areas".
      Too restrictive and you run the risk of arresting/fining/whatever people who were sending mail that in that case was totally legit. And in the current knee-jerk sue-em mentality, that could be a bad move to make.

      You could make it illegal to advertise certain product types over the internet, but again this could easily meet corporate resistance.

      Now banning advertising would be cool. But that's only in my personal opinion, and highly unlikely to ever happen. Besides, even I understand that sometimes advertising revenue is important - even though I perosnally hate seeing adverts anywhere I go.

      I guess that the Follow the Money idea is one that although would be the msot effective, is also the one with the biggest legal minefield.

      Tiggs
      --
      Tiggs
      "120 chars should be enough for everyone..."
    11. Re:What is the best way to stop this? by fdiskne1 · · Score: 4, Interesting

      The other method is to go after the advertisers who hire the spammers in the first place. Spammers are bottom-feeders, for sure, but if you cut off their customers, then you cut off their income.

      I'm doing this with one spammer's customer right now. Since they are a legitimate company in my town, I have collected evidence that the spammers they do business with are using dictionary attacks, web page harvesting, and zombies. I've explained to them that all this is illegal and if any of my 20 email domains receives another spam from their business, all the evidence is going to the FTC for prosecution via CAN-SPAM. The law is far from perfect, but at least legit companies can be punished for breaking it. They are listening and reconsidering unsolicited commercial bulk email as an advertising route.

      I know, many people would say fsck it and just turn them in. I figure I'd be nice first. I've explained the consequences and I've convinced them I will follow through. If others out there live in the same city (not necessary, but it IS easier) as a legit business that is spamming, be professional and courteous, but make them wish they never spammed you.

      --
      But why is the rum gone?
  2. 70% from US? by westendgirl · · Score: 5, Insightful

    If 70% 70 percent of spam is sent from China by American spam outfits, wouldn't that make the US the biggest spammer?

    --

    -- SYS 64738 --

    1. Re:70% from US? by WIAKywbfatw · · Score: 4, Insightful

      No, the solution isn't just in Russia and/or China, it's in the US too. Cut off the demand (by, say, making the use of unsolicited spam by businesses illegal) and you've solved the problem.

      Saying that the solution to spam is only in Russia and/or China is like saying that the solution to the war on drugs (as stupid as that is) is only in Colombia, etc.

      --

      "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
  3. Why does this remind me of illegal drugs? by Infonaut · · Score: 5, Insightful
    It's the damned Columbians making all that cocaine! The friggin' Afghans are selling opium again!

    Evil Russian spammers! Chinese spammers want to take down America!

    And yet, in both cases there is plenty of demand from within the States. If it ain't rich kids experimenting, it's poor kids escaping with drugs from South America or Asia. If it's not a "bulk emailer" in California, it's a "clever marketer" in Florida sending millions of unsolicited email via servers in Russia or China.

    --
    Read the EFF's Fair Use FAQ
  4. its great... by drfrog · · Score: 5, Funny

    to see them embrace captialism so readily

    we should be proud!

    --
    back in the day we didnt have no old school
  5. Well, technically by dedazo · · Score: 5, Insightful
    The US is the largest spammer in the world. Russia and China would be the largest spam relays.

    That title is wrong.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  6. so lets see... by ForestGrump · · Score: 4, Funny

    Russia for mafia controlled zombies
    China for high quality spam warez
    Africa for business relations about that recently deceased relative.

    GOT IT!
    -Grump

    --
    Is it true that more people vote for the winner of American Idol, than vote for the president? -Ali G.
  7. Bullshit by autopr0n · · Score: 5, Insightful

    Headline should read, US Spammers using services of Chinese ISPs, Russian mob. The Spam originates here, and ends up here. The vast majority of Spam is in English, and targeting an American audience.

    --
    autopr0n is like, down and stuff.
    1. Re:Bullshit by RollingThunder · · Score: 4, Insightful

      More correctly, the vast majority of spam you recieve in the US is in English, and targeting an American audience.

      At my last job, I adminned machines in Seoul. 95% or more of the spam was pure Korean, targeting Koreans.

      The spammers know their audiences, and target accordingly. The other-language spam you get is errors.

  8. Start Bombing by rstidman · · Score: 5, Funny

    President Bush just outlawed China forever. We start bombing in five minutes.

  9. Steve Linford's corrections by alanw · · Score: 4, Informative
    in this posting to news.admin.net-abuse.email, Steve makes a couple of corrections to the article:
    > Linford also told the conference that some 70 percent of spam is sent
    > from China by American spam outfits who are hosting their servers with
    > Chinese ISPs.

    That should say: "70% of spam advertises URLs hosted in China" (not "is
    sent from").

    ...

    > Unless things change drastically, we predict that 80 percent of
    > email will be spam by December this year, and it's very likely to go
    > to 90 percent by this summer," Linford warned.

    That should of course say "next summer".
  10. Surprise, surprise... by ImpTech · · Score: 4, Funny

    Seems like every day we have a story about such-and-such is the biggest cause of spam. In fact, I bet we've accounted for at least 400% of spam with all these stories combined.

    If these trends continue, I'm afraid that one day soon I'll check slashdot and find out that 97% of all spam is coming from my IP.

  11. Re:Hmm by Anonymous Coward · · Score: 5, Funny

    Dear Sir,

    It is common known that Russia and China are the source for White and Chinese mail-order brides. However their population has not the African type to satisfy your cravings. Therefore I and my colleagues who have the contact you for V aig r a already have prepared a business venture in which you can test your new supply. For only a small investment we will connect you to the premium provider of African mail-order operating out of our Locations in Congo, Liberia, and Somalia. Please reply post haste with your reply.

    Sincerely yours,
    DOCTOR M. BOKUZUWANDI

  12. Re:Solution? by theguywhosaid · · Score: 4, Insightful

    or 1. people could just stop being assholes.
    or 2. people could just stop reading it and buying the junk.

    i would rather my first solution happens, because as a side effect there wouldnt be any more assholes. number two wont happen, because sometimes you just want to see if it really will make your junk bigger. your idea is GREAT, but... i dont really know what the new paradigm would be.

  13. The Russian mafia by drgonzo59 · · Score: 4, Insightful

    That is the other (electronic) Russian Mafia. Unlike the dumb Italian teamstears who beat people with baseball bats, some of these guys are very skilled and intelligent. The counterparts of many American geeks in Russia couldn't find a well paying job, have plenty of time, and nowadays on the Internet, they have access to all the technical information they need on any subject. They will use the best asset they have, their brain, to make money or build recognition for themselves. And the way the laws are shady there they think they can get away with anything as long as its online. If spam will make a couple of hundred rubles - they'll get into spam, if they can extort money from banks by compromising their webservers, they will do that. How do I know all this? I grew up in those part and still visit friends and family once in a while...

  14. Spamassassin 3.0 and URIBL_SBL by alanw · · Score: 4, Informative
    The soon-to-be-released Spamassassin 3.0 will have the URIBL_SBL test. This will test the IP address of domains referenced in the body of the spam against lists of known spammer hosts. This will reliably trap all of the 70% of spam that advertises web sites hosted in China.

    http://www.spamhaus.org/sbl/howtouse.html
    http://www.spamassassin.org/full/3.0.x/dist/rules/ 25_uribl.cf

  15. Re:Conflicting stories by twistedcubic · · Score: 5, Funny


    So which is it, then?

    It's both. They use non-Euclidean statistics.

  16. NEXT! by humankind · · Score: 4, Funny

    The USA is quite obviously the source of the spam. It is up to the USA to legislate in some way to stop the flood of spam that is hurting people all over the world. The real question is: how do you stop the spam when it is being sent from countries like China where the USA has no power to arrest spammers?

    Hey, what a brilliant idea. We currently have only a hundred or more anti-spam laws across the world, most in the US. Let's pass a few more. I am certain that when we pass the 500 anti-spam law mark, spammers will suddenly start to cower in their boots and realize that 500 anti-spam laws that aren't being enforced or have no legal/civil/criminal teeth are a formidible obstacle to overcome!

  17. Re:New laws by humankind · · Score: 4, Insightful

    why moderate the above comment down? Makes no sense

    With all due respect, it would make sense to you if you had sense.

    We have a ton of spam laws already. Passing more laws doesn't change a damn thing. Almost all spammers are already breaking numerous laws, criminal felonies involving computer tampering are just the start. In fact, the USA Patriot act could even be employed to consider the activities of most spammers to be terrorism and thus subject spammers to capital punishment. What more do you need? The problem isn't more laws. The problem is.... say it with me.....

    E N F O R C E M E N T

    Our law enforcement branches are more interested in going after people downloading Metallica or Martha Stewart's stock dealings than they are enforcing the plethora of violations done by spammers. Passing more laws has not proved effective.

  18. Oh no! by YeeHaW_Jelte · · Score: 4, Funny

    "According to Spamhaus director Steve Linford, the Russian gangs aren't constrained by any anti-spam or cybercrime laws in their home country and have no respect for legislation implemented in other countries."

    Criminals with no respect for the law! This world is surely going to the dogs!

    --

    ---
    "The chances of a demonic possession spreading are remote -- relax."
  19. Wrong headline by 1u3hr · · Score: 4, Insightful
    The headline is "Russia, China World's Biggest Spammers". The text says "organised cirminal gangs in Russia are supplying U.S.- based spammers with details...". The SPAMMERS ARE AMERICAN. The spam is mostly from Americans, to Americans. The solution is in America. Don't fuck up the whole world's Internet because you can't work out how to stop the 100 guys in Boca Raton who send most of the spam.

    PS "cirminal": Jesus, Timothy, you're actually paid to edit this?

  20. Re:Give users the power to block countries... by 1u3hr · · Score: 4, Interesting
    f I could tell my mail server to reject all but mail from my "usual" countries, I could avoid the Chinese mail bombs

    Thanks. It's people like you that block my mail (I live in Hong Kong) and make me have to use devious inconvenient methods just to send a normal message.

  21. Re:Give users the power to block countries... by AtomicBomb · · Score: 4, Insightful

    As many around here have pointed out, the bulk (80%) of the spam are sent by compromised cable/DSL machines. In other words, even if you can find the IP the email is originated from, it offers no solution to you.

    The "70%" figure mentioned earlir on refers to the percentage of url embedded in the spam (e.g. the store for the V1a4Ga) that uses an IP from China... If you manage to instruct your spam filter to read inside the email main body, you may have a solution.

    On the other hand, I don't think it will be a long lasting solution.... If spammers can send spam thru compromised machine, they should be able to web host their site thru a compromised machine...

  22. spam stats by humankind · · Score: 4, Informative

    Some analysis of my rejected mail logs over the last 24 hours revealed this:

    Total rejected spam: 16235 (and 8178 accepted messages)
    Confirmed Chinese spams: 1229
    Confirmed Korean spam: 1414
    Confirmed Canadian spam: 264
    Confirmed Polish spam: 342
    Confirmed US/comcast spam: 1363
    Confirmed French spam: 181
    Confirmed Southwest Bell spam: 382
    Confirmed Italian spam: 114
    Confirmed Spanish spam: 167 (TDE must have finally gotten their act together)
    Confirmed German spam: 967
    Confirmed Netherlands spam: 452
    Confirmed Brazillian spam: 864

    This is by no means a scientific analysis - it's based on hard-coded IP-based blacklists that are caught before standard blacklists are checked.

    Spamcop RBL rejects: 5460
    Spamhaus RBL rejects: 1509
    Njabl RBL rejects: 1807
    Homebrew RBL rejects: 6382

    The big three spam sources have traditionally been Korea, China and Brazil. Comcast has been the big US spammer. France (wanadoo) has also been a major contributor though it doesn't seem to be reflected in this days' logs.

  23. Re:Give users the power to block countries... by arivanov · · Score: 4, Interesting

    They already do. If you try to trace the websites in "cheap oem software offers" you will notice that they are in fact compromised machines on DSL and cable spread around the globe. The last sample I followed was in US, UK, France, China and portugal and a name server doing load balancing in the US. Registered by a russian company. This about says it all...

    --
    Baker's Law: Misery no longer loves company. Nowadays it insists on it
    http://www.sigsegv.cx/
  24. There is a fundamental problem with email by Daedius · · Score: 4, Insightful

    People want an open public form of communication, but are unwilling to accept email from people they don't want to hear. I think its interesting that people expect others (i.e. government) to go after these individuals in the hopes that it will put an end to all unwanted email (especially when the individuals are in other countries). If you sat down in the middle of times square, do you think its fair to expect people to stop yelling, the cars to stop honking, cellphones to stop beeping, or the people to stop shuffling past you? The truth is, you will always get unwanted email if you aren't going to actively manage what email gets to you. Do you ever get SPAM from IM? No. The reason why is because you have actually personally networked who you want to talk to and eliminated all others. I believe the future of email communication will be based around a networked process of individual/group permissions. Till that day, people are going to be lazy, unhappy, and wishing for something impossible -- that SPAM will end if they do nothing.

  25. Re:My new spam fighting techniques. by Zocalo · · Score: 4, Informative
    I'm not too sure what the original poster is doing from the description, but I reject some connections based on HELO/EHLO too, so I can tell you how what I do works. But firstly, since you say that you don't know the details of SMTP, let's clarify what HELO/EHLO do:

    When host connects to an SMTP server in order to send it an email, it will receive a banner back which may include the string "ESMTP". If it does then the remote SMTP server supports an enhanced version of SMTP with additional features, "ESMTP". If the host also understands ESMTP, then it should respond with an "EHLO" command. If the host does not understand ESMTP, or the string is not present in the banner, then the host will respond with the "HELO" command defined in the original SMTP RFC to use the simpler set of SMTP commands.

    In either case, "HELO" or "EHLO", the host should also tell the server its host name, viz:

    EHLO host.company.com
    Ideally, "host.company.com" will also have a valid reverse DNS record which will match the IP connecting to the SMTP server. However, the SMTP RFCs do not actually *require* that this is the case, nor for that matter that the hostname is provided at all. Frequently the hostname will be given, but will not be a valid fully qualified domain name on the Internet. So, depending on how draconian you want to be, there are a number of options for rejecting the connection before any data is sent:
    • No hostname after HELO/EHLO
    • Hostname given is just a host, not an FQDN
    • Host domain name given does not appear to exist in DNS
    • FQDN given does not have RDNS record
    • FQDN given has RDNS record, but it does not match the IP connected
    Using any or all of those will certainly reduce your spam intake, but may also cause legitimate email to be rejected, as usual YMMV as to how much. One thing to watch for if considering this though is that a *lot* of legitimate Windows boxes, including some operated by ISPs, seem to have been configured so that they provide their NetBIOS name when they HELO/EHLO, all but the first check listed above would refuse the conection from such a server.
    --
    UNIX? They're not even circumcised! Savages!
  26. Shitty Russian mob by Anonymous Coward · · Score: 5, Funny

    Dmitri: So Vladimir, whatever area do you specialize in these days?
    Vladimir: Smuggling, my friend. Vodka, narcotics, humans... If it can be smuggled, chances are I smuggled it some time...
    Dmitri: Sounds good, how about you, Ivan?
    Ivan: Weapons trade, of course. Got a few good high-up friends in the Red Army that are willing to relinquish some surplus material to me at a good price, which I sell in Africa and the Middle East.
    Dmitri: Good to hear you two are making a nice profit.
    Vladimir: How about yourself?
    Dmitri: I rent out hundreds of cracked computers to US based companies.
    Ivan: ...
    Vladimir: Dmitri, you suck.

  27. A simple Question... by Lord_Pain · · Score: 5, Insightful

    Why are we not punishing the fools who hire these spamming bastages to promote their business?

    After all if the source of the spammers income dwindles then they wither. Perhaps I'm being overly simplistic.

    --
    -- What's this '-r *' file doing here? -- Oh well, a simple 'rm' should do the trick.