Slashdot Mirror


Lycos Anti-Spam Screensaver Brings Down Spam Sites

ChairmanMeow writes "According to BBC News, the screensaver released by Lycos Europe that targets spam websites has been a bit too successful at targeting spam sites, bringing down two sites, with a third responding intermittently, and raising concerns that the screensaver amounts to a DDoS attack against spam sites. Of course, spammers deserve to be punished, but will DDoS attacks against spam websites help to curb the problem of spam?" While the screensaver allegedly throttles back when a site slows, it would seem it's being a bit overzealous.

124 of 715 comments (clear)

  1. Bad? No way. by Malevolyn · · Score: 5, Funny

    It's nothing illegal. Just packet spam.

    --
    Your ad here.
    1. Re:Bad? No way. by networkBoy · · Score: 5, Insightful

      Really,
      Is there anything legally wrong with this?
      It's not a "bot" army in that the owners of the PC's opted in to do this.
      -nB

      --
      Damn 2 min between posts BS has got to go. Should be limited to within topics or something :grrr:

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    2. Re:Bad? No way. by name773 · · Score: 5, Funny

      Spam is a bit harsh; the lycos screensaver is a legitimate bulk packet sender.

    3. Re:Bad? No way. by Rei · · Score: 4, Funny

      I can just picture the packets now. They try to send to every destination port on the target machine, the control bits are always set to "Urgent!" (URG), the source IP is deliberately set incorrectly, the data segment is malformed and contains a fake "opt out" message at the end...

      --
      The *special* hell.
    4. Re:Bad? No way. by Jaysyn · · Score: 4, Interesting

      I think my screensaver has quit attacking, it just fades to gray with the text "stay tuned" at the top.

      Jaysyn

      --
      There is a war going on for your mind.
    5. Re:Bad? No way. by neitzsche · · Score: 4, Insightful

      Vigilantism (sp? Is that even a word?) is legally risky at best. I would love to see lawmakers specifically exempt Lycos in the specific anti-spam effort. I'd also like to see lawmakers pass laws that increase spam penalties to death by slow and painful torture. Maybe that's just me.

      But there's a big problem with the concept of legalizing even such specific vigilante acts. Where does the line in the sand get drawn? My USA Lawmakers seem ignorant (at best) when it comes to technology issues. Furthermore, making an exception for spam only would likely open the door to tremendous abuse. Would GWB authorize DDOS against non-Republican affiliated endeavors?

      It's a slippery slope. As much as I like the concept, my doubts are not being assuaged.

      --
      "God is dead." - Frederik Nietzsche
    6. Re:Bad? No way. by pcmanjon · · Score: 5, Informative

      One of the spam sites www.moretgage.info has changed it so it has a meta refresh tag to redirect traffic to lycos.

      Interesting, but I don't think the screensaver actually renders and executes HTML code, it just does a GET, meaning the redirect would do nothing, right?

      If it does execute code, (which would be a security hole vuln.) then I suggest they just do a get on www.moretgage.info/fakepage -- which isn't apparently blocked.

    7. Re:Bad? No way. by severoon · · Score: 5, Funny

      Well, wait a minute. It's clearly unethical if the screensaver sends random data to these spammers web sites--that's clearly a DDoS attack. On the other hand, if it's not random data and it's, say, business opportunities and offers of various useful products that the spam sites might want to know about, I'd say this screensaver is providing a valuable service to them!

      --
      but have you considered the following argument: shut up.
    8. Re:Bad? No way. by LiquidCoooled · · Score: 3, Informative

      The screensaver isn't doing everything though.

      All the news sites covering the DOS attack are spreading word of the attack.

      They are loading the site themselves because of a link in the news report or a forum comment.

      --
      liqbase :: faster than paper
    9. Re:Bad? No way. by oexeo · · Score: 3, Insightful
      Interesting, but I don't think the screensaver actually renders and executes HTML code, it just does a GET, meaning the redirect would do nothing, right?

      It depends how the redirect is implemented, a META refresh would probably not work, but a HTTP "Location:" header might.

    10. Re:Bad? No way. by vacuum_tuber · · Score: 5, Informative
      One of the spam sites www.moretgage.info has changed it so it has a meta refresh tag to redirect traffic to lycos. Interesting, but I don't think the screensaver actually renders and executes HTML code, it just does a GET, meaning the redirect would do nothing, right?

      Right. Pretty much all of the recent news stories about this got it 100% wrong. In fact, from a sample HTTP request someone posted in one of these Lycos threads here, the screen saver doesn't even request a valid file. It generates a GET or POST intentionally formulated to generate a web server error response. Very clever. Not so clever are all the whiners and speculators who erroneously presume things like the imagened vulnerability of the Lycos tool to HTTP redirection.

      --
      Look at the bright side: there's always seppuku.
    11. Re:Bad? No way. by Tackhead · · Score: 5, Insightful
      > Spam is a bit harsh; the lycos screensaver is a legitimate bulk packet sender.

      Exactly. If the mortgage guys don't like the packets coming from our screensavers, why haven't they sent us any opt-out requests?

    12. Re:Bad? No way. by oexeo · · Score: 2, Interesting

      > Err ... I think you're wrong.

      No you are wrong. If you alter the Location directive to point to a page other than the page requested, *most* clients will follow it.

    13. Re:Bad? No way. by oexeo · · Score: 3, Informative

      In theory you need a 302 response, but I have yet to see a browser, or other common HTTP client which doesn't work without it.

      I have on the other hand seen badly designed clients which will only accept a 200 response, and reject any other response code.

      The parent (to my post) was suggesting that all clients will ignore a location directive unless told to follow it, which is not true.

    14. Re:Bad? No way. by Jim_Maryland · · Score: 3, Funny

      It's clearly unethical if the screensaver sends random data to these spammers web sites--that's clearly a DDoS attack

      Wouldn't the fact that we've all gotten spam from a site constitute a previous business interaction (of course initiated by the spammer)? Maybe the screensaver just needs to send a unsubscribe link to another spammers site. Lycos could claim that the unsubscribe link was coded in error.

    15. Re:Bad? No way. by Geminus · · Score: 4, Interesting

      The really bad people are the ISPs. I know some folks at MCI and AT&T... they know their customers are spammers, but as one MCI rep said, "They pay." Some ISPs would be shut down due to a lack of revenue if it weren't for these little providers harboring these SMDs (Spams of Mass Dissemination) I say we should call nato and organize a fact finding investigation. Now let's liberate some servers!

    16. Re:Bad? No way. by pcmanjon · · Score: 2, Informative

      "No you are wrong. If you alter the Location directive to point to a page other than the page requested, *most* clients will follow it."

      Yeah, but this is to hoping the screensaver is a jury-rigged HTTP client that just does a GET request and downloads the content from the server (meaning it doesn't support the full http 1.1

    17. Re:Bad? No way. by tomhudson · · Score: 4, Insightful
      It's sad though, because people are getting attacked who are innocent.
      These people were far from innocent
      One reply from a guy who is being attacked:

      "One israeli company that was supposed to sell our paintings spamed the
      internet,
      and loaded pictures from our site to save on their traffic.
      Come on, they deserved what they got. They hired someone to spam people ("sell our paintings on the internet") - they should have checked out just "how" they were going to accomplish this.

      Wilfull ignorance is no defense.

      We have no direct connection to this spam.
      Bullshit. They paid someone to spam people, and now they're trying to say it's not their fault. They should have done their due diligence and asked just how this spammer proposed to market their paintings.
    18. Re:Bad? No way. by museumpeace · · Score: 2, Insightful

      What if we frame it this way:
      Lycos did not itself or via its employees directly take this action. they gave the victims of the spammers a way to fight back. The people who have not asked to have their inbox crambed with unwanted, often fraudulent emails have the feckless help of a few antispam laws and not much else except to change addresses often. I am sure the spammer didn't ask for all those pings or whatever the Lycos spammerjammer does...turnabout is fair play.

      --
      SLASHDOT: news for people who can't concentrate on work or have no life at all and got tired of yelling back at the TV.
    19. Re:Bad? No way. by drakaan · · Score: 2, Informative

      Host headers, look 'em up.

      --
      "Murphy was an optimist" - O'Toole's commentary on Murphy's Law
    20. Re:Bad? No way. by Simonetta · · Score: 2, Insightful

      But there's a big problem with the concept of legalizing even such specific vigilante acts. Where does the line in the sand get drawn?

      Thank you for your interesting comment.

      The spam problem has been inadvertently created by the internet designers and should be addressed and eventually solved by the web designers. This is not an area where legislators need concern themselves. They don't have to pass laws about everything. After all, that would only perpetuate the illusion that technical problems can be solved by passing laws.

      In the long run, the spammers will only win if they can convince the smartest web programmers to concentrate their efforts on the enrichment of the spammers. They could only do this by giving the best web programmers insane amounts of money. But spammers are too greedy themselves to do this. So they will eventually be driven off the web. Why they should be driven off is because they consume too much bandwidth for whatever service they provide to people who use the web. How they will be eventually be driven off is the question of the hour.
      But it is the technical community, the open source geeks, that will eventually get rid of them. Since getting rid of the spammers is in the global public interest, we should give the people who are devising experiments to drive out the spammers the benefit of the doubt.
      Getting rid of assholes is not the first step down any slippery slope.

      Jeez, I sound like an economist playing with a cliche-generation program.

    21. Re:Bad? No way. by ArcticCelt · · Score: 5, Funny

      I think we are on something here! The screen saver should send something through the GET like:
      http://www.spamersite.com/?do_you_want_to_increa se_you_bandwich_by_three_full_gb

      --

      Yahh, hiii haaaaa! -Major Kong, from Dr. Strangelove
    22. Re:Bad? No way. by vacuum_tuber · · Score: 2, Informative
      Easy fix, point the domain to lycos servers, have them DoS themselves.

      Only if we presume that the Lycos people who crafted this have no brains. More likely, the outline of what they do looks something like this:

      1. Get URL of spamvertized site
      2. Review manually, confirm spamminess
      3. Log IP address, add to target list
      4. Monitor DNS for any change in IP
      5. If IP changes, remove from target list, add to short list to monitor URL's site for return to spamminess
      6. If and when it resolves to a spammy site again, add URL to target list again

      Most of the naysayers have not taken more than a superficial look at what Lycos did, and too many are relying on the uninformed opinions of other posters who have also failed to look closely at it or to think it through.

      The Lycos screen saver is dynamic, not static. It can be given new instructions virtually in real time, including instructions to target nothing or to go into its present dimmed "Stay Tuned" mode.

      --
      Look at the bright side: there's always seppuku.
    23. Re:Bad? No way. by Specks · · Score: 2, Insightful

      How can they opt out when all the packets have no return address, all the information is spoofed, no opt out page is given and on top of that if they do say that they don't want any more they're given more anyways? Funny, but isn't that how they work?

      --
      Specks
      Batteries not included
    24. Re:Bad? No way. by Eric+Savage · · Score: 2, Insightful

      Only if it's a "real" HTTP client and actually follows them, which I doubt it does.

      Now a CNAME on the other hand...

      >:)

      --

      This is not the greatest sig in the world, this is just a tribute.
  2. Actually... by Anonymous Coward · · Score: 5, Informative

    It's according to Netcraft. Their story is Spam Sites Crippled by Lycos Screensaver DDoS, followed by Lycos Screensaver Site Blocked by Internet Backbones and Lycos Screensaver Site Changed, Now Says "Stay Tuned". F-Secure also says spammers are beginning to fight back by redirecting traffic back to Lycos.

    Come on people, primary sources! This isn't elementary school.

  3. Quick! by powerlinekid · · Score: 4, Funny

    Post the links to the sites it targetted, we can finish them off!

    --

    can't sleep slashdot will eat me
    1. Re:Quick! by pcmanjon · · Score: 2, Informative

      I use to use this screensaver but disabled it, it was conflicting with my audio hardware.

      I voicechat a lot using teamspeak [www.goteamspeak.com]

      Every time the screensaver would activate my microphone to other people would become pure static, blaring out their ears. The only fix would be to quit and re-launch teamspeak.

      I voicechat while doing other things sometimes on teamspeak, and it became an annoyance, so I set my screensaver, once again to 'Blank'

    2. Re:Quick! by powerlinekid · · Score: 2, Funny

      A reverse slashdotting of slashdot? You anonymous coward are a clever one.

      --

      can't sleep slashdot will eat me
    3. Re:Quick! by shdragon · · Score: 5, Informative
      --
      "...we dont care about the economics; we just want to be able to hack great stuff."
    4. Re:Quick! by powerlinekid · · Score: 2, Funny

      Fatality!

      --

      can't sleep slashdot will eat me
    5. Re:Quick! by Jaysyn · · Score: 3, Interesting

      Art of Sense is the only one of those that still loads. Text from the front page.

      "Welcome to Art Of Sense Studio by Alvi Siren.

      Special note: We are an innocent victim of Lycos anti-spam program and our lawyers preparing a lawsuit against it."

      Does anyone have any SPAM from these guys to debunk that claim?

      Jaysyn

      --
      There is a war going on for your mind.
    6. Re:Quick! by oexeo · · Score: 5, Funny

      All those links are down, do you have any mirrors?

    7. Re:Quick! by LiquidCoooled · · Score: 4, Insightful

      To me, it seems their marketing campaign has gone the wrong way.

      I don't see any problem with email offers as such as long as they are above board so to speak, for instance because I have signed up for a company, or expressed an interest in a product.

      Up until recently they had an email signup form on the web, and its not difficult to signup anyone you want, the site is quirky enough to raise a laugh amongst friends (I went through a phase of signing up folks to knitting pattern newsletters!).
      (Archive link: http://web.archive.org/web/20040202064714/www.arto fsense.com/signup.html)

      On the signup page, they do state that they never sell emails or pass to others, which considering the whole look and feel of the site (small family art business) seems like a reasonable line.

      Now, if one of those friends was on Lycos and marked it as spam its quite feasible that the Lycos engine has taken it onboard as spam.

      This could mean Lycos makes no distinction between a reasonable prospective mailing from a small reputable company and the hardened multimillion hidden linkage spyware infested crap.

      But then again, I'm possibly very wide of the mark.

      --
      liqbase :: faster than paper
    8. Re:Quick! by jmo_jon · · Score: 2, Insightful

      Special note: We are an innocent victim of Lycos anti-spam program and our lawyers preparing
      a lawsuit against it. One Israeli company tried to resell our paintings and they used spam and to save their traffic they put links to images on our site. We broke all contacts with them
      and nobody is sending any spam. We have NO connection with their spam.


      You missed an interesing part in your quoute, the part stating "One Israeli company tried to resell our paintings and they used spam and to save their traffic they put links to images on our site" which means there has been spam sent out with their products.

      If they are so innocent they claim, why don't they use their lawyers on the company that sent out the spam and put them in this position in the first place?

  4. Hmm. by digitalgiblet · · Score: 4, Insightful

    Using a DDOS on spammers is kind of like sending an arsonist to burn down the house of a murderer...

    1. Re:Hmm. by colman77 · · Score: 5, Insightful

      No, it's not- it's fighting back. This should serve as a lesson to those spyware kiddies, too. It's about time these malware losers got a taste of their own medicine.

    2. Re:Hmm. by Anonymous Coward · · Score: 2, Funny

      Using a DDOS on spammers is kind of like sending an arsonist to burn down the house of a murderer...

      I think it is more akin to a group of people going over to a murderer's house and beating him to death with baseball bats.

      Nothing wrong with that.

    3. Re:Hmm. by k98sven · · Score: 3, Interesting

      Using a DDOS on spammers is kind of like sending an arsonist to burn down the house of a murderer...

      Yes, but you'd have to make that mass-murderer. Which means all the difference, I'd say.

      A spammer targets millions of people who have to put up with their junk in their mailboxes and on their networks.

      A DDOS attack is thousands of people targeting a single individual.

      Besides, if thousands of people are independently of each other voluntarily accessing these particular sites, then there's no crime in that. (AFAIK, you can't be convicted of 'conspiracy to disable an internet server through requests')

      I don't generally condone vigilante justice, but this is no more criminal behaviour than what thousands of Slashdotters engage in every day. Only with a different aim.

    4. Re:Hmm. by iphayd · · Score: 3, Insightful

      Isn't this more like having the entire neighborhood join the neighborhood watch, then post everyone around the perimiter of a pedophile's property?

    5. Re:Hmm. by drinkypoo · · Score: 4, Insightful

      Look, they can send you spam for any kind of tenuous "business relationship". Why can't I send them packets under the same terms? If they send me an email, then we have a business relationship, right? I'm just visiting their website... 20349875029375 times.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    6. Re:Hmm. by legirons · · Score: 5, Funny

      "Using a DDOS on spammers is kind of like sending an arsonist to burn down the house of a murderer..."

      except without the fires and dead people...

    7. Re:Hmm. by discord5 · · Score: 2, Insightful
      No, it's not- it's fighting back

      Let's take this to the non-geek world, and compare this to advertising folders that get shoved down your mailbox every day. This is basicly the same thing as going to the companies that distribute those folders, and shoving their mailbox full of folders untill their hallway is full.

      While it might be funny to do this, it's definatly more of a crime than shoving one folder down a mailbox that says "No commercial print".

    8. Re:Hmm. by oexeo · · Score: 2, Insightful
      I think it is more akin to a group of people going over to a murderer's house and beating him to death with baseball bats.

      Nothing wrong with that.

      Of course not! So long as you're ready for more guys with baseball bats paying you a visit (since you are now a murder).

    9. Re:Hmm. by HybridJeff · · Score: 3, Interesting

      No, its like telling evreyone on your street to take their own ads and drop them in the mailslot of the advertising company. If I drop off off one add it isnt my probalem that 200 other people did the same thing too. Or 2000, or 200,000 other people.

    10. Re:Hmm. by IgnoramusMaximus · · Score: 2, Insightful
      While it might be funny to do this, it's definatly more of a crime than shoving one folder down a mailbox that says "No commercial print".

      Crime? What crime?! "Return to sender" is a crime now?! When did you become so slavishly subservient to corporate idiocies like "direct mail campaigns" which deforest the planet that you would even dream of this being illegal!?

      And by the way, "no commercial print" is going to get you nowhere. In most places you do not own the space within your mailbox, it belongs to the post office. The laws like this were passed by the "direct mail" lobbysts with the express purpose of spamming you. The difference is that the old-fashioned spammers wear suits and bribe the congressmen. The new breed are anti-social misfits who didnt manage to figure out how to "play the system" like a roulette as most corporations have.

    11. Re:Hmm. by djdavetrouble · · Score: 2, Funny

      It's only funny til someone gets hurt.......... then it's hilarious !

      --
      music lover since 1969
    12. Re:Hmm. by NetFu · · Score: 4, Insightful

      No, no, no. You're looking at it in the wrong scale.

      What we're talking about here is like everyone in a neighborhood going to the house of their local Jehovah's witness or door-to-door salesman and constantly knocking on their doors to try to sell THEM something.

      Or an even closer equivalent would be a screensaver that would call telemarketers over and over and over again to "inform" THEM that you don't want anything they want to try to sell you.

      It's an disruptive, pre-emptive attack against people who do the same thing to all of us every day. To equate either act to murder or arson is insane!

    13. Re:Hmm. by Kris_J · · Score: 2, Insightful
      I think it's more like tens of thousands of people sending the occasional fax to the main reception number of a company that never respects your "no junk mail" sticker on your mailbox.

      Sounds like fun.

    14. Re:Hmm. by tzanger · · Score: 2, Insightful

      Let's take this to the non-geek world, and compare this to advertising folders that get shoved down your mailbox every day. This is basicly the same thing as going to the companies that distribute those folders, and shoving their mailbox full of folders untill their hallway is full.

      While it might be funny to do this, it's definatly more of a crime than shoving one folder down a mailbox that says "No commercial print".

      Why is it "definitely more of a crime"? Maybe I'm just thick but I have as much of a right to stuff their mailbox as they do to stuff mine. So long as I don't stuff it full of explosives or something what I am doing is being a pain in the ass, but certainly not a criminal.

  5. Anyone Thinking about a Mozilla Plugin? by stecoop · · Score: 2, Interesting

    Instead of using Adblock we need Ad-Double-Block. With Ad-Double-Block you wouldn't not only block the image but use spare bandwidth to repeatedly click on add banners behind the scenes. If I understand the article correctly, the software reads your email and sends clicks through to the web sites listed that are in a spam box(?) while the screen saver is on throttling back when the site slows. Of course you should be able to configure the pain threshold for the sites.

    1. Re:Anyone Thinking about a Mozilla Plugin? by penguinboy · · Score: 2, Insightful

      For a little while, sure. But once the ad purchasers realize they're not making any sales on those "clicks" they'll start paying far less per ad click.. it'll all even out.

    2. Re:Anyone Thinking about a Mozilla Plugin? by neitzsche · · Score: 2, Insightful

      So if I hire a spamhaus to advertise my competitor's website...

      Hmmmmm. Needs a little caution, methinks.

      --
      "God is dead." - Frederik Nietzsche
  6. OMG, you're right! by rackhamh · · Score: 5, Funny

    What a horrible thing to do to those friendly neighborhood spammers. :(

  7. DDOS? Or manual takedown? by dtfinch · · Score: 3, Interesting

    How do we know that the spammers didn't just take their servers offline in response to the attack?

    1. Re:DDOS? Or manual takedown? by colman77 · · Score: 5, Insightful

      Does it matter? Mission (screw the spammers) accomplished either way.

  8. Why spam? by ValuJet · · Score: 2, Insightful

    Why not target other sites like spyware/adware/malware sites like Gator?

    1. Re:Why spam? by TWX · · Score: 2, Insightful

      *cough*LycosSidesearch*cough*

      --
      Do not look into laser with remaining eye.
  9. I honestly don't care by nzgeek · · Score: 4, Insightful

    I don't care if the spammers' servers are DDoSed. They can take their fucked-up business model and shove it, as far as I am concerned.

    Good on Lycos for finally having the balls to stand up to these guys. The spammers have been stealing bandwidth off all of us for far too long now.

    1. Re:I honestly don't care by jaeson · · Score: 2, Interesting

      How do you know that someone hasn't spamvertised a competitors website?

      What Lycos is doing is at best stupid, and at worst illegal. There are better ways to fight spam.

    2. Re:I honestly don't care by the+real+darkskye · · Score: 2, Informative

      Because Lycos Europe claim that they hand check all the websites they select.

      --
      Music is everybody's possession.
      It's only publishers who think that people own it.
      Fuck Beta
      ~John Lenno
  10. Unmoderated system? by rubberband · · Score: 5, Insightful
    As the admin of my mail system's spam filter, I would like to see nothing more than "drag a spammer in to the street and beat them with a keyboard until they repent day" but I worry about this system.

    Who controls the list of "spam sites"? What are the criteria for becomming a victim? I would personally like this process to be transparent before I encourage anyone to participate - I do think they have the best intentions, but the potential for abuse is a bit scary.

    That's what sucks about the spam war.. the good guys have to be careful how they deal with the problem to avoid accidentally screwing someone innocent. The bad guys just double their output.

  11. Re:Is It Right? by networkBoy · · Score: 2, Interesting

    TFA says that the program attacks sited advertised in the spam, thus the source machine of the UCE is not the target.
    -nB

    --
    whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
  12. What I think will happen by xgamer04 · · Score: 2, Interesting

    Spammers will hire scumware authors to write apps that packet sites who target spammers, making the circle complete. Then, the masses (tm) will get infected with the scumware. It isn't that hard to figure out.

    --
    When you look at the state of the world, how can you not become a radical, liberal anarchist?
  13. Worrying by jmorris42 · · Score: 4, Insightful

    Yes, spammers are evil scum who need a standard NATO round square in the forehead. But this sort of rough and ready justice worries me. An attack on the network is an attack on the network, period. If this sort of thing becomes respectable where does it end?

    If it is OK to DDoS spamers, who else is it ok to knock off of the net?

    Kiddie Porn?

    Regular Porn?

    Nazi/Skinhead sites?

    Anything YOU think is a 'hate site'?

    Anything ANYONE things is a 'hate site'?

    Anything anyone objects to for any reason?

    Business competitors?

    Political opponents?

    Anyone applauding Lycos for this had better be ready to draw the line somewhere on that list above and defend why their line is the absolute correct one in language all can agree on or that line will creep down at Internet speed.

    --
    Democrat delenda est
    1. Re:Worrying by k98sven · · Score: 2, Insightful

      If it is OK to DDoS spamers, who else is it ok to knock off of the net?

      "News for nerds, stuff that matters"?

    2. Re:Worrying by raehl · · Score: 5, Funny

      line will creep down at Internet speed.

      African internet speed or European internet speed?

    3. Re:Worrying by ookabooka · · Score: 3, Interesting

      You are absolutely right. Drawing a line will become a problem. I personally hope that Lycos continues this program, and that someone eventually sues. The government needs to step in and solve the spam issue. With lycos going all vigilante, it forces the government to address what it has long ignored. In my opinion, if the government sees a certain site protected under the law such as freedom of speech, then you cannot spam it. If it finds a site's business practices unethical and/or tries to shut it down, let the populus help. My main concern is for overseas spammers, where our government has no control. In the end, you could have the user select what they wanted to "attack", afterall, it is their bandwidth they are "legitimately" using.

      --
      If you are about to mod me down, keep in mind that this post was most likely sarcastic.
    4. Re:Worrying by rackhamh · · Score: 3, Insightful

      Poor comparisons. Kiddie porn is illegal, and in many countries so is hate speech. If a user *seeks* those sites, then the user is breaking the law, even if the site itself may not be (depending on where the server is located). But for the most part, those sites don't go out of their way to make unsolicited offers to users.

      On the other hand, if a site is targeting users in a region where the content is illegal (as is the case with spam), and no method can be found to enforce the law effectively (as is the case with spam), then we can hardly get all uppity if users decide to take it into their own hands and deal out a slow and painful death to said culprits (or at least their servers).

      That said, the issue may become a bit shady when people start targeting spam sites from regions where spam isn't illegal. Like... ummm... well, I'm sure there are some out there.

    5. Re:Worrying by hackstraw · · Score: 2, Insightful

      An attack on the network is an attack on the network, period. If this sort of thing becomes respectable where does it end?

      It begins and ends when these people contact me without my prior consent or knowledge.

      Forgive those that trespass? Fuck that. Put up a warning sign, and shoot all violators. Plain, fair, and simple.

    6. Re:Worrying by sheetsda · · Score: 3, Insightful

      Kiddie Porn?
      You have to look this up, it doesn't come to you.

      Regular Porn?
      You have to look this up, it doesn't come to you.

      Nazi/Skinhead sites?
      You have to look this up, it doesn't come to you.

      Anything YOU think is a 'hate site'?
      You have to look this up, it doesn't come to you.

      Anything ANYONE things is a 'hate site'?
      You have to look this up, it doesn't come to you.

      Anything anyone objects to for any reason?
      You have to look this up, it doesn't come to you.

      Business competitors?
      You have to look them up, they don't come to you.

      Political opponents?
      You have to look them up, they don't come to you.

      I draw the line at: If it's actively pestering you without any sort of provocation and without any way for you to stop it by other means, you have my support to knock it off our internet. This is my intuition on where the line is, please poke holes in it so we can move toward the correct solution. Spam is the only thing that readily comes to mind that falls on the other side of this line.

      Spam itself is a form of DDoS attack: when you get enough of them email will become worthless to you, which is exactly how any DDoS attack works at some level.

  14. Not a DDOS by renehollan · · Score: 4, Interesting
    People voluntarily chose to run this, no? It isn't like there's one person using a bunch of machines (with or without their owner's permission) to launch a coordinated attack.

    Rather, it's a bunch of people coordinating their requests for information. At worst, it's civil disobedience (though not directed at government) or an organized, peaceful protest.

    I had a similar idea a while back, where people supportive of a cause could voluntarily elect to permit their computers to engage in simultaneous activity coordinated from a single point. It's cool to see this.

    --
    You could've hired me.
    1. Re:Not a DDOS by Anonymous Coward · · Score: 3, Insightful

      DDoS is not defined by the willingness of the parties involved. DDoS is a distributed denial of service attack. Denial of service means that ones service is being denied by another party. Distributed means it comes from multiple sources... just because people are willing to let it happen has NOTHING to do with it.

      If me and 100 people on an IRC channel willingly installed something similar and used it to attack government websites or servers would they call it civil disobedience? I think not.

      Get it right peewee.

  15. These vigilante types... by Anonymous Coward · · Score: 2, Insightful

    ...who are always steamed up because the internet is an unperfect place or someone is billboard posting in some usenet group of you didn't read the faq are going to mad at something forever. Why even run anti-spam screen savers when you could be looking for seti or doing some folding or something useful. 1000 years from now spam and drugs and guns and all kinds of potentially bad things will still exist. You won't. Use your time on something useful.

  16. Quick! by UberOogie · · Score: 3, Funny

    Someone get the world's smallest violin immediately!

    --
    "Enough of this wretched, whining monkey life." -- Marcus Aurelius, _Meditations_, Book 9, 37
  17. Re:Wrong answer by colman77 · · Score: 2, Insightful

    Spammers neither detect odors around me, or allow me to walk. They're more like bacteria than a nose or a foot. So, on a side note, when was the last time you took antibiotics?

  18. A new DDOS attack by Random+Hacker · · Score: 2, Interesting

    Say you don't like Nabisco (pick company of your choice). Pay a spammer to send out millions of spams advertising Nabisco. Now Lycos adds Nabisco to its list, and all those guys running its web server do a DDOS attack on Nabisco.

  19. Which is a very good idea... by raehl · · Score: 4, Insightful

    ... as least until one of your arsonists accidentally burns down the murderer's neighbor's house.

  20. I love spam by sparks · · Score: 5, Funny
    I am always interested in novel commercial propositions. There's nothing I love more than seeing what exciting offers are available in the way of bodily enhancement, alternative medicines, and high-return investment opportunities.

    Don't you feel the same? I'm sure you do.

    Wouldn't it be great if someone would create a screensaver that would automatically visit the websites of the vendors of these enticing offers and display them on my screen? I'm a fast reader so it would be great if it could show a few each second.

    That way, I'd be able to read all about their exciting products without having to do anything at all.

    If there was such a screensaver, maybe lots of people would download it. After all, I'm sure we're all interested in the products on offer. And what e-entrepeneur wouldn't want to have thousands of interested potential customers visit his web site every second?

    1. Re:I love spam by .+visplek+. · · Score: 2, Funny

      I don't think there's a screensaver that can do that but there might just be a browser that can set you up. It also enhances your Web browsing experience (TM).;)

      --
      - Save a tree, eat more woodpeckers
    2. Re:I love spam by Anonymous Coward · · Score: 3, Informative

      It's called Spam Vampire, google it.

  21. Who died and made Lycos vigilante of the Net? by discord5 · · Score: 4, Interesting

    Hey, I like the idea of punishing spammers, but Lycos is playing a game that's very dangerous. They're doing DOS-attacks (by proxy) on servers, and where I live that's actually a crime. While sending lots of unwanted e-mail will get you a slap on the wrist, DOS'ing a machine without written consent actually gets you jailtime. Where is the liability here when someone installs this screensaver? Is the end-user responsible for the DOS, or is Lycos responsible?

    Another point on this is that this only brings more traffic to the Internet. I know, what's a few measily packets when people are leeching torrents like mad, but still. While this effectively disables spammers for a while, remember that you can't fight fire with fire (or SYN with SYN in this case).

    And what about machines that accidentally get on the list of machines to be abused? Hey, I know that in theory only bad guys get on the list, but I've had enough customers actually get on an RBL while they don't spam.

    This is dangerous ground we're walking here, and sooner or later someone is going to call their lawyer. The ISP that provides internet access for the spammer perhaps, or perhaps even the spammer who knows that where he lives sending spam is nothing compared to DOS.

    1. Re:Who died and made Lycos vigilante of the Net? by Yaztromo · · Score: 2, Informative
      Hey, I like the idea of punishing spammers, but Lycos is playing a game that's very dangerous. They're doing DOS-attacks (by proxy) on servers, and where I live that's actually a crime.

      On the original website for this tool, you were asked to select your country from a list in order to download the tool. The list was quite limited -- only some European countries were listed.

      I'm guessing this is because Lycos did their research to determine in which countries potential users wouldn't get into trouble if they ran their tool.

      Yaz.

  22. overzealous? by programic · · Score: 2, Insightful

    And 25 emails a day advertising V14gra isn't?

    --
    -- yawn. --
  23. Re:Think of the servers... by merdaccia · · Score: 2, Insightful

    It's not useless, it serves a well defined albeit misdirected purpose.

    The problem is that I doubt the spam sites domain names are hard coded into the screensaver. If they're not, the screensaver has to retrieve them from a remote source, and within days the spammers will simply squelch this uprising by DDoSing that source, rendering this entire approach useless.

    --

    *blinking cursor*

  24. SPAMers Invite you to their site by mtb_ogre · · Score: 2, Insightful

    I'm not certain how Lycos' software works or where their pool of server names comes from so it's hard to speak to this instance. But If someone sends SPAM to my email account I don't see how they can complain if I browse their site. Now I guess the real question is where is Lycos getting it's list of spammers? If it's some blacklist in their backroom then it's a DDOS plain and simple, on the other hand if it pulls the addresses from the Junk folder in my inbox then I am just responding to their solicitation.

    -- Dennis

  25. A few bits of info.. by BawbBitchen · · Score: 5, Interesting

    Lycos is not auto-grabing the urls from the spam. It is having someone open the spam, verify it is spam, verify the end link url for the Viagra or such. Only then is the site added to the target list. Lycos has said that they are not trying to take down the site but cost it money. Seems that they did not write their software right to take into account that everyone and their grandmother hates the spammers and would install it. So a few spam sites went down. I am of the opinion that this is a good thing. They should change their software so it does DoS the site. Having been/worked on large networks I can say that a DoS will 99% of the time only affect the hosting company and the people that sell them the pipe and most likely only at that pipes termination. (Also it is not a true DoS in the sense that the software request the page and completes the transaction!) And I say so the fuck what!?! The hosting company should get screwed for hosting the spammer.

    It is about time we (the collective geeks) do something real about spam. Sure I have SA and all that installed but it is a pain, cost us money (time and hardware). Spammers should be shot. Spammers website should be hacked and cracked and trashed. The companys that knowingly host them should get the same. Their are no laws or police that can fix this chaos we call the Internet. It is up the the users to handle the shitheads.

    It is time to declare ALL OUT WAR SPAMMERS. Let our motto be "Victory or....NO CARRIER!!!"

    1. Re:A few bits of info.. by jmorris42 · · Score: 2, Interesting

      > It is about time we (the collective geeks) do something real about spam.

      The only people who can 'do' something about spam are the ones who run the backbone. When they decide doing the "wink wink nudge nudge" game of loudly proclaiming their hatred of spam and signing pink contracts with the spammers isn't profitable anymore spam will end. If all of the major providers started enforcing their published AUP/TOS against their downstream customers spam would vanish in short order. Yes a few examples would have to be made, China and Korea would probably be booted off the network for a week or two, but it would end. Windows zombies would start getting detected and shutdown in hours instead of the current weeks to never. In short, spam is condoned at the highest levels of the network and will continue until that changes.

      > Spammers should be shot.

      Ok, I can't officially endorse that unless their country of residence passes a death penalty on spammers or something. But as in my original post, I certainly dream of seeing spammers with holes in their heads and lots of gibs flying through the air.

      > Spammers website should be hacked and cracked and trashed.

      So long as it doesn't involve an attack against the network in general, I can't find an ethical problem with that.

      > The companys that knowingly host them should get the same.

      So long as it were organized, sorta like the old Usenet Death Penalty, no problem. Just so long as there is protection of the innocent and not a general smash and burn of any provider who gets a spammer loose on their system.

      --
      Democrat delenda est
  26. Berman tried that by www.sorehands.com · · Score: 5, Informative

    Last year, Berman tried to pass a copyright measure which would immunize a copyright holder's efforts to stop someone from violating their copyright -- hacking into their system to remove the material, take it off the network, or shut it down.

    1. Re:Berman tried that by Anonymous Coward · · Score: 4, Insightful

      *blink* oh, yeah, really clever law.
      RIAA hacks into someone's computer.
      Person has no legal recourse against RIAA
      Person hacks back and knocks the RIAA off the internet / nukes their network / whatever
      The point is that when there's no peaceful resolution (i.e. a court settlement), then everything descends into a non-peaceful solution, i.e. a free for all. And, simply, the RIAA wouldn't have much of a case in the courts against someone for the counter-hack - IANAL but if the person hacked CANNOT defend themselves against it in the courts (particularly if nothing infringing was found) then to hack back to prevent yourself from being attacked is self defence, defence of property not person, but nontheless self defence.

      The other possibility is that with all the hacking and counter hacking going on, firewall and other defensive technology should improve no end, which is good. Eventually the computers will all be locked up so tight that it ends in a stalemate, with a situation identical to that today, except that it'll be because no-one can get into the other's computers, rather than because it's illegal.

      Quite simply, if the law refuses to protect something or someone then the law can't complain when someone or something protects itself. That's got to be written down somewhere.

      Although I'm probably entirely wrong because IANAL at all, in any way, shape, or form.

    2. Re:Berman tried that by dgatwood · · Score: 5, Insightful
      The point is that when there's no peaceful resolution (i.e. a court settlement), then everything descends into a non-peaceful solution, i.e. a free for all.

      Welcome to the Internet. :-)

      No, seriously, the 'net was founded on principles of consensual anarchy. That's the way it has always been, and the way it always should remain. By signing onto the Internet, the spamming companies agreed to join a transnational network that was effectively above the laws of any one nation. If someone wants a protected little world, they should wall themselves off from the 'net behind eight firewalls and never communicate with the rest of the universe. If a whiny, crybaby spam business wants to fight against it, let them try. Next time, the 'net's tendency towards autocorrection will ensure that they get BGP blackholed for all eternity.

      The right solution for solving spam is not one of government. We don't need laws to make DOS attacks on spammers legal because they were never illegal to begin with. They agreed implicitly to accept whatever the Internet threw at them when they signed on. This is the way the Internet has always worked---when polite discourse fails to correct the error of one's ways, the 'net's response is to isolate the problem in the harshest possible manner to serve as an example to others who might choose to also act in ways that are harmful to the best interests of the 'net.

      There's simply no other mechanism for solving this sort of problem other than everyone giving up on unsigned SMTP, and since too many people aren't willing to do that, the only alternative is to simply packet-spam the spammers into oblivion. I say, let their routers burn.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    3. Re:Berman tried that by Anonymous Coward · · Score: 3, Funny

      I *really* like the sound of the phrase let their routers burn. Beautiful. Thank you.

    4. Re:Berman tried that by neitzsche · · Score: 4, Insightful
      The right solution for solving spam is not one of government. We don't need laws to make DOS attacks on spammers legal because they were never illegal to begin with.

      Dude, that is like, what, +500 insightful? I wish I could un-post so that I could mod you up.
      --
      "God is dead." - Frederik Nietzsche
    5. Re:Berman tried that by gokeln · · Score: 3, Insightful

      Big problem here. The most powerful win, at everyone else's expense. It seems fine when applied to spammers, but if somebody powerful decides they don't like you anymore, you're off the net, or worse. There has to be some kind of legal protection, as the ubiquitous network becomes a necessity of living, both for the powerful and for the average-joe.

      --

      There's no time to stop for gas, we're already late.
    6. Re:Berman tried that by BrokenHalo · · Score: 2
      the 'net was founded on principles of consensual anarchy.

      That's right. So maybe we should track spammers down and hold them on the ground while we carve "THOU SHALT NOT SPAM" into their backs with a knife, or, better still, an oxy torch.

    7. Re:Berman tried that by Mant · · Score: 2, Insightful

      The net was founded by the military to make a distributed system that could withstand a nuclear attack. It was then used by academia to exchange information. Then the geeks and techie types outside those groups got in on it, finally the rest of the world, including big business and so government attention.

      It certainly went through anarchic times, and is still pretty anarchic, but I think it is a stretch to say it was founded on it. As for above national law, why? Because it wasn't enforced for a while? What is so magic about using your computer and a phone line that means the law doesn't apply?

      If anyone connecting to the net has to take whatever it throws at them, what about on-line extortion? If DOS attacks on spammers are legal, than aren't DOS attacks on everyone? How about fraud, phishing attacks or grooming minors? Do the victims of all these deserve it for connecting to the net?

      Is the self-correcting net going to protect them? Because I don't see any sign of it happening, but I do see people being arrested and charged (and convicted) for these things.

      The ideal of a self-correcting anarchic net sounds neat, but is hopelessly naive, and suffers the same problems as off-line anarchy. Too many people are arseholes, and too many of them can get away things, and too many are apathetic and won't do anything about it. Self correction isn't stopping spam, spam is getting worse. Self correction lacks accountability too, what if an innocent site is targeted by mistake?

      It's clearly a popular idea on /., as you have been modded right up. Doesn't make it smart or means it works.

      Not that I'm convinced governments can stop spam either, I'm not sure what the solution is, but the idea anyone connecting to the net implicitly agrees to anything that they receive through it boggles me. It won't wash in court either.

  27. So I guess you really CAN say it this time.... by WebCowboy · · Score: 4, Funny

    ...NETCRAFT CONFIRMS IT
    the Lycos screensaver is dying (but it'll take a few spammers down with it)

  28. Fixed list of sites by Ed+Avis · · Score: 3, Insightful

    They released the screensaver with a fixed list of sites? I thought it would look through your Spam folder in your mail client and visit each web site mentioned there; a much fairer way to do things and perhaps legally safer too.

    I know someone has previously suggested making mail clients download every link in a message; the idea is that if everyone did this then spammers would even have an incentive to get 'unsubscribe' working. Yes, it does confirm that your address is live; so what, it was on the spam list anyway.

    --
    -- Ed Avis ed@membled.com
    1. Re:Fixed list of sites by The+Ultimate+Fartkno · · Score: 2, Informative

      This is close to what you're looking for. (It's IE only, though.)

  29. Comment removed by account_deleted · · Score: 4, Interesting

    Comment removed based on user account deletion

  30. online lynchings by Random_Goblin · · Score: 2, Informative

    Isn't this more like having the entire neighborhood join the neighborhood watch, then post everyone around the perimiter of a pedophile's property?

    the trouble with mobs and vigilanes though is they are not very just, and can't be relied on not to attack the pediatrician by mistake.

    lynchings are generally considered bad things for a reason, and this is what this screensaver amounts to online lynchings.

  31. What's really cool is... by jd · · Score: 4, Insightful
    This is the second time this week that a major news site has cited Slashdot as a major news vendor and partial source for their story. (The Guardian did a few days ago.)


    We could be seeing a dotslashing (a reverse Slashdot) where this site is bombarded by visitors because of all the links to it.


    The really terrifying part is that non-geeks will get to see how geeks communicate...

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:What's really cool is... by ryanmfw · · Score: 4, Funny
      see how geeks communicate...

      Uh, they probably won't see much communication here...

      Cheers, Ryan

      --
      Hurricane Ivan: A 17th century prison collapsed. All of the inmates escaped.
  32. Re:Why stop with spammers? by TheAwfulTruth · · Score: 4, Insightful

    As long as they can do it to /. as well.

    Why not get every person and every site on the net to DDos the entire farking thing off the planet? Doesn't that sound like fun?

    Think about it, there is not one thing on the net that probably isn't an annoyance to at least one person out there.

    If DDOSing a site you don't like becomes generally acceptable behavior, the net is in some serious trouble.

    It's entire foundation of the internet being based on believing that people will generally "play nice" (as it is) is on the verge of causing it's destruction here.

    Lets keep cool heads. Boycott and stop supporting the use of the lycos screen saver and get back to work on a better email protocol!

    --
    Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
  33. doesn't lycos make spyware? by geekbruin · · Score: 3, Informative

    i'm so confused. isn't this the same lycos that has their sidesearch spyware (http://www3.ca.com/securityadvisor/pest/pest.aspx ?id=453078521)? and if so, isn't this a bit disingenuous to be a anti-spam patriot while perpetuating their own brand of spyware? i mean, really, now.

  34. Two great examples by poptones · · Score: 2, Insightful
    of why we need to further evolve the internet. Back when it was limited to academics and fringe kooks the server/client model was valid, but as its becoming a broadcast medium it needs to evolve past antiquated notions.

    Universal broadband - even constrained geographically (ie we are all broadband peers in our neighborhood/block/town whatever) will make both ddos attacks and hacking individual machines ineffective. Imagine how popular radio would have been all those decades ago if more listeners caused the radio station to be knocked offline.

  35. But sir.... by krbvroc1 · · Score: 4, Funny

    Dear Spammer,

    I hope you enjoy the packets we are sending you. This is a not SPAM. Previously you opted-in for these packets. If you would like to be removed from our packet list, please turn off your machine. Thank you.

  36. Well deserved considering what they have cost us by NuclearRampage · · Score: 2, Insightful

    First I'll cite an example from the university I work at. We bought a better connection based on the sole reason that we get so much spam the website was loading slowly. The option of having our email outsourced was looked at, but in the end it was still cheaper to just get a better connection. Are the spammers covering the new cost incurred because their actions? Haha, yea right.

    There was just an article today about how big the market for spyware removal had become. It is well known that some spam sites install their crap when you visit their site, or if the person is using OE or even Outlook 2000 the stuff installs straight from the e-mail. Again, are they forking over some of their profits to cover the costs for this?

    An eye for an eye is perfectly legit in this case since our governments are so slow to do anything worthwhile about the problem. In America we have the right to bear arms and form a militia (under certain circumstances) so what's wrong with us bearing different arms, our bandwidth and computers, and forming a different type of militia to get rid of our enemies?

  37. One question by ScrewMaster · · Score: 4, Insightful

    How does taking down a spammer's Web site stem the flow of spam? The two aren't related, and in fact all that's happening is that a hosting company somewhere is getting blasted (not that that bothers me ... host a spammer's Web site and you can just take your lumps.) However, actual spam is sent using open relays and other bits of misdirection and likely isn't even on the same pipe as the Web site. Sure, this sends the spammers the message that we don't like what they're doing ... but one has to assume that they already know that. I guess I don't see what practical purpose this is serving.

    --
    The higher the technology, the sharper that two-edged sword.
    1. Re:One question by Fjornir · · Score: 5, Insightful
      Simple. Economics! Spam is an attractive massmarketing tool simply because it it so SO cheap. If it becomes common for sites selling through spamvertising to be protested in these virtual sit-ins then two things happen:

      a) Their bandwidth bills go up from all of these bots reloading them, increasing the cost of using spam a LOT.

      b) The people who would want to buy their product are discouraged by long pageloads and sporadic outages, decreasing their revenues.

      --
      I want a new world. I think this one is broken.
  38. Re:In the first /. thread... by cpuenvy · · Score: 2, Insightful
    ...how does attacking spammers make them better people then the spammers?

    Tell you what. I do not think that the issue is being better than spammers, I think the issue is that it is about time a bit of vigilante justice is done to these bastards. No matter what laws are created, because of the nature of the Internet itself, this may very well be the only way to stop these people currently.

    --
    DISCLAIMER:

    I don't believe what I write, and neither should you.

  39. Re:Well deserved considering what they have cost u by cpuenvy · · Score: 2, Insightful

    I think you are 100% correct, and I applaud your post. You hit it on the head.

    --
    DISCLAIMER:

    I don't believe what I write, and neither should you.

  40. OVERZEALOUS? by alizard · · Score: 2, Insightful
    WMDs would be overzealous, since most spam hosts are physically surrounded by companies who not only don't do soam, but are spam victims like the rest of us.

    If your site shares a network with a spammer, time to complain to your feed site. Anyone who puts their customers at risk by tolerating known spammers on their network deserves to lose business or to get sued by their customers. (something along the lines of tolerating a public nuisance which is interfering with your business, I suppose)

  41. Re:Why stop with spammers? by swordgeek · · Score: 2, Interesting

    While I generally agree with you, there are a few counterarguments that need be considered:

    "If DDOSing a site you don't like becomes generally acceptable behavior, the net is in some serious trouble."

    Keep in mind that this isn't about sites that we don't like, or sites that offend us--it attacks the sites that CRIMINALS use to perpetrate their CRIMES. Theft of service and fraud are pretty obvious, but I can't believe that most spamming isn't tied into organised crime these days.

    As for the 'net being founded on people generally playing nice together (with some minor checks and balances), well that's what has led to spammers having as much power and as big of a market as they do. They have abused that basic premise, to the point that the net we once knew and loved has been destroyed.

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  42. Re:Innocent victim? by IgnoramusMaximus · · Score: 2, Informative
    Thank god there was actually a concrete example for all the vigilanti monkeys here screaming for blood so much they don't see that innocent people will get whacked by their activities.

    Err..no. The "art studio" is a prollific and long time spammer. But they do apply the standard Israeli method of operation: when you get caught red-handed, you shed crocodile tears and make big eyes and whine and whine and whine about how you are a victim and the whole world is unjustly against you etc etc. This act is wearing a bit thin.

  43. The people who choose to run it... by msimm · · Score: 2, Insightful

    Are the ones who decided to do that attacks. Lycos just had an idea, it takes computer users to implement it (or not).

    --
    Quack, quack.
  44. They Opted In by PetoskeyGuy · · Score: 3, Funny

    When someone sends a SYN, you don't have to respond with an ACK. If they don't like it, they should delete those packets and get on with their day.

    Whiners

  45. We need some cool new technology by _iCeb0x_+(1337+and+k · · Score: 2, Funny

    Like screensavers capable of emiting EMP's targeted at those spammer boxes. That would be really cool.

  46. Comment removed by account_deleted · · Score: 2, Insightful

    Comment removed based on user account deletion

  47. Internet Lawless ??? by K.Bu · · Score: 2, Interesting

    No, seriously, the 'net was founded on principles of consensual anarchy.

    By signing onto the Internet, the spamming companies agreed to join a transnational network that was effectively above the laws of any one nation.


    My Friend, there is another transnational network that have existed way before Internet. In your country, I think it was AT&T who built it (not sure). This network, even if transnational, was not "lawless". The IP adress is now what was the telephone number, but you are still under the constraints of the law, the law of your country and if you are not american, the law of your country plus the law of the country you communicate with...

    Interresting reading to finally iron this perception that there is a "cyberspace", different from the "meatspace".

    I think most geeks that can't get a girlfriend would love to have a different world, where they can do all those wonderfull things that could finally impress some girls... Sorry my friend, there is no such world.

    I don't get how you could get rated Insightful...
    The Internet might have been wild in his early age, but as he goes mainstream, the legal crowd will order rules, with time passing, until it is fully ruled under national laws...

    Interresting reading for you my friend (In english, I'm not too cruel with you, you see !) :
    HERE

    Note : I'm not against US, like the author, but his point is still valid. Meatspace rules, Cyberspace is an illusion...

    --

    ---
    By the way I apologies my dear US friend, I'm French...
  48. Why I think it is an awesome idea by aws910 · · Score: 2, Interesting

    I agree. I think the screensaver is a great idea. You can say what you want about ethics and all, but the fact is that the spammers are already mounting their own DDoS attacks on anti-spam sites. Did the authorities do anything? Nope. Think about it... if a guy sucker-punches you in a dark deserted alley, would you punch back or ignore him? Spammers have clearly declared war on anti-spam sites(and the general public). I liken the DDoS of SpamCop in November 2003 to Pearl Harbor. The only difference is that after Pearl Harbor, we defended ourselves and vanquished our opponent. What was the outcome of the SpamCop DDoS? "Well, you'll just have to invest in better filtering software and pray it'll work". I'm tired of hiding from spam. We have to fight back.

    I read the reports here and there about a spammer getting jailed/fined/lynched, but my inbox still fills up. I'll bet that for each spammer that is jailed/fined/lynched, you have 5 new spammers filling the void. What is being done to stop this? Not a lot. Spamming is still a HUGE moneymaking opportunity with relatively few barriers to entry, and it is "legal"(as long as you cover your bases).

    IMO, the best thing about this tool is that it will allow the common man to "get back" at spammers. I think people have lost their patience. They don't want to wait months for the next half-baked, loophole-laden piece of legislation that the spammers in other countries will just laugh at.

    Another facet of this discussion is enforcement (at least in the US). Many sites say that it will open you up to legal trouble, which may be true by the letter of the law. But consider this - very few spam that I receive are "can-spam" compliant. This, coupled with the fact that the US is the biggest source of spam, indicates that the US Government is having trouble enforcing a law that it made specifically against spam. IANAL, but I don't think there is a federal law against DDoS'ing. I'm not saying it's OK to DDoS, I'm just saying that I think you'll be struck by lightning 3 times before you get nailed for DDoS'ing a spammer.

    And about the DoS at the user-level... If Lycos only directs a user to DoS spammers in countries outside of the users' own country, does the spammer have any recourse other than to complain to the DOS'ers ISP?

  49. Re:Global Crossing Blocking Access? by csk_1975 · · Score: 2, Insightful

    Maybe Global Crossing doesn't want to get involved in petty Internet politics

    Except of course by reacting and blocking access to the lycos site they are getting involved.

    it's much easier to come up with a conspiracy theory whereby Global Crossing is protecting those evil spammers

    Except of course Global Crossing does provide international connectivity to many Chinese providers who host spammer sites and Global Crossing's abuse department specifically disowns complaints about these sites when the chinese ISPs are unresponsive.

    Maybe Global Crossing is more concerned about people wasting their bandwidth on the latest cause of the day

    If they were really concerned about this then they could simply block port 80 traffic TO the spam sites when it enters their network, not block access to the lycos site.

    Your argument is really pretty flimsy, it aint no conspiracy, GBLX provides lots of backbone connectivity to spammer sites in china and GBLX blocked the lycos site - ever heard of occam's razor?

  50. yay for mob justice, or she's a witch, burn her by hkarmark · · Score: 2

    As a concerned villager, I personally am off to grab my pitchfork and swarm the monsters castle like everyone else

  51. Because they opted in! by doublem · · Score: 2, Insightful

    Exactly. If the mortgage guys don't like the packets coming from our screensavers, why haven't they sent us any opt-out requests?

    By continuing to send SPAM, they have opted in to this program!

    The act of sending SPAM is an opt-in request for this handy, distributed, load testing system!

    Any time they want to opt out, all they have to do is stop sending SPAM, and their opt-out request will be processed within X business days!

    How very handy!

    I wonder if Lycos would be willing to sell this handy load testing system without requiring you to first send SPAM? I know I'd like to have the new firewall and load balancers stress tested before putting them into production.

    It's kind of unfair to restrict this free load testing to established bulk mailers.

    --
    "Live Free or Die." Don't like it? Then keep out of the USA