Slashdot Mirror


Hacking Web Services

siduri writes "Udi Manber, chief scientist at Yahoo!, gave a great talk on the kinds of hacks that Yahoo sees at the IEEE's Symposium on Security and Privacy. I wrote an overview of his talk for Dr. Dobb's Journal. While some of the message is well-known stuff (like that people will spend a lot of time hacking the most trivial things), the details of what Yahoo has to deal with are really pretty interesting."

226 comments

  1. Re:more hacks by Mr+Coward · · Score: 0

    so is it like,..a security hole? :p

  2. Why are you doing this? by wiredog · · Score: 2, Informative
    You know it's a blatant copyright violation. You trying to get slashdot shut down?

    If Dr Dobbs was slashdotted, it might be understandable. As it is, you're just being an asshole.

    1. Re:Why are you doing this? by Anonymous Coward · · Score: 1, Funny

      It's not copyright violation! Information wants to be free!! Nothing should cost money because corporations don't deserve to make money, RMS told me so!

    2. Re:Why are you doing this? by Anonymous Coward · · Score: 0

      if you want information to be free, prove it. post your name, address, credit card number, ssn, birthdate, description of your face, and dna sequence.

      what's that you say, i cant have that info? then maybe information cant always be free.

    3. Re:Why are you doing this? by _14k4 · · Score: 1

      Why is paraphrasing the article the definition of "asshole"?

      One4k4

    4. Re:Why are you doing this? by ergo98 · · Score: 1

      That isn't a paraphrase: It's a verbatim copy.

    5. Re:Why are you doing this? by titonutz · · Score: 1

      You trying to get slashdot shut down?

      See the bottom of the page:
      "Comments are owned by the Poster"

    6. Re:Why are you doing this? by Anonymous Coward · · Score: 0

      Tosser.

    7. Re:Why are you doing this? by Anonymous Coward · · Score: 0

      So there.

  3. Google Hackers by taya0001 · · Score: 5, Funny

    I know that someone has been hacking google for the past few years about once a week. Always changing the google logo(jk). I guess google is just powerless to protect themselves

    1. Re:Google Hackers by No_Weak_Heart · · Score: 2, Funny

      Google Hacked by Dilbert!. They've upped their attacks to daily!

    2. Re:Google Hackers by 56ker · · Score: 2

      For any Dilbert fans who don't know the comics are online try here. That page has today's comic and links to the last month of Dilbert too.

    3. Re:Google Hackers by Anonymous Coward · · Score: 0

      Really? I thought Google was changing the logo on their own...it's kinda cute though...

  4. sounds like.... by jeffy124 · · Score: 3, Funny

    from the article: "If you have any kind of rating, people go to all kinds of trouble to get that rating in an illegitimate way,"

    hmm. sounds like they're describing karma whores

    --
    The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    1. Re:sounds like.... by Anonymous Coward · · Score: 0

      or they will abuse their rating and crapflood, like you did.

  5. Terminology by The+Ape+With+No+Name · · Score: 3, Insightful

    Why on earth does this guy call "violating security" of web services "hacking?" I read this article expecting to hear about some nuanced application hacks for XSLT or SOAP or general "Web Services" not a security "lookout!" article. This should be filed in the "no shit" department. If you leave a service open which can be connected to, be it a socket or a web form, somebody will start passing date to it to see what works and doesn't work.

    --
    Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
    1. Re:Terminology by Tony-A · · Score: 3, Informative

      Why on earth does this guy call "violating security" of web services "hacking?"
      Because it's so much easier than actually fixing anything.

  6. i am a penny-stealer by macsox · · Score: 3, Insightful

    at least according to the yahoo guy.

    my personal site (which is) grabs headlines and quotes from yahoo for my personal use using a perl script. solution? simple.

    yahoo (like the record companies) should provide a resource for me to get this text cheaply (and quickly), and i'll pay them for it. the demand is there. basic economics dictates that people provide a supply.

    now, i understand they are talking about thieves, on the whole, but it seems easy enough to track massive hits from another server and then to block it. i mean, it's 2002. let's fix these problems.

    1. Re:i am a penny-stealer by macsox · · Score: 2

      note to self: is a useful tag.

    2. Re:i am a penny-stealer by Anonymous Coward · · Score: 0

      Totally off topic - the lameness filter should count the opening and closing tags and if they don't match, make you edit. I try closing with but usually catch it in the preview.

    3. Re:i am a penny-stealer by larry+bagina · · Score: 1

      I listened to a presentation on C# by a Microsoft developer evangelist last year. One interesting use of .Net he mentioned was basically what you're describing - a provider publishes the data over the web in a defined format so you can get and redisplay it however you want, possibly paying on a per transaction basis.

      The example he used was screen scraping a map of yahoo.

      It's nice to see google embrace this concept.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    4. Re:i am a penny-stealer by mborland · · Score: 5, Insightful
      now, i understand they are talking about thieves, on the whole, but it seems easy enough to track massive hits from another server and then to block it. i mean, it's 2002. let's fix these problems.

      Often, it's not a matter of restricting access. The description of the E-Bay situation where other people would generate bad logins as a competitor to lock them out is a good example. You need to provide this functionality, to keep from having your client's accounts broken into. Yet, that very policy can be used effectively as a denial of service against your clients.

      I run into sysadmins who assume that issues are binary--something is bad, cut it off; something is good, allow it. Usually more complex applications require much more of an understanding of a balance between business functionality and security. In the case of E-Bay and user lockout, there is no exact solution--you need to satisfy two opposing interests--so you make a compromise between the two and try to forge a workable solution.

      I think the biggest challenge for the security community will be how to modify their practices (and others') to be able to quantify risk in applications so that businesses can make good functional decisions. Security teams have largely focused on perimeter security and things like web parameter checking, but they don't usually stray into the gray area of functional requirements--or if they do, usually only to, as some have put it, cut the wings off flies.

      So, to get back to the original point of the post--it's not so easy to solve as just blocking traffic. Nope, sorry, it's a lot more work than that.

    5. Re:i am a penny-stealer by Anonymous Coward · · Score: 0

      lameness filter should

      Submit a patch.

    6. Re:i am a penny-stealer by ryanflynn · · Score: 1
      yahoo (like the record companies) should provide a resource for me to get this text cheaply (and quickly), and i'll pay them for it


      I'll provide you access to my yahoo headline-grabbing service for $10/day... what a deal!
    7. Re:i am a penny-stealer by macsox · · Score: 2
      So, to get back to the original point of the post--it's not so easy to solve as just blocking traffic. Nope, sorry, it's a lot more work than that.


      but that negates my whole argument! be compassionate!
    8. Re:i am a penny-stealer by Fulcrum+of+Evil · · Score: 4, Informative

      In the case of E-Bay and user lockout, there is no exact solution

      In this case, a lockout that is specific to remote address or address block might be useful. Add in some checks for stuff like AOL (different IP each connect and a pile of users) and dialup blocks (lockout a class C network for that login to frustrate redial attempts) and keep stats on where a user comes from (repeated attempts from a commonly used net block may be treated more leniently and trigger an email to the user's registered address, whereas an unusual address generates a longer lockout and no email to the user).

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    9. Re:i am a penny-stealer by Anonymous Coward · · Score: 0

      yahoo (like the record companies) should provide a resource for me to get this text cheaply (and quickly), and i'll pay them for it. the demand is there. basic economics dictates that people provide a supply.

      Yahoo does provide XML news feeds, which would work fine for what you want to do. You'll probably need to get in touch with their sales department to get it all set up. It's probably expensive though as it's something that is targeted towards other news sites, like CBS Marketwatch or AOL.

    10. Re:i am a penny-stealer by mborland · · Score: 1
      In this case, a lockout that is specific to remote address or address block might be useful. Add in some checks for stuff like AOL (different IP each connect and a pile of users) and dialup blocks (lockout a class C network for that login to frustrate redial attempts) and keep stats on where a user comes from (repeated attempts from a commonly used net block may be treated more leniently and trigger an email to the user's registered address, whereas an unusual address generates a longer lockout and no email to the user).

      Then you agree that blocking isn't that simple! ;-)

      But I think you're missing the point. You don't want people hacking other people's accounts, so you need to lock down access after some n tries. However, that means that anyone can lock the account after n tries. Don't matter how many overly complex checks you put in--either you're making it easier to hack the account--or easier to lock the account.

    11. Re:i am a penny-stealer by Dodger_ · · Score: 2, Interesting

      Couldn't ebay break apart the login username from the bidding username? This wouldn't eliminate the problem, but it could certainly help since the attacker wouldn't immediately know which account to attempt to block out through bad access violations.

      --
      Dodger_
    12. Re:i am a penny-stealer by brianosaurus · · Score: 1

      you skipped the attribution on your quote, nimrod.

      --
      blog
    13. Re:i am a penny-stealer by Anonymous Coward · · Score: 0

      A partial solution to the login problem would be to lock that account for only that IP or that address class. While the legit user might be on the same address as the attacker, I'm willing to bet 90% of the time he isn't. But then again 80% of statistics is made up on the spot :)
      -James

    14. Re:i am a penny-stealer by Anonymous Coward · · Score: 0

      I ran out of space, dipshit.

    15. Re:i am a penny-stealer by Fulcrum+of+Evil · · Score: 2

      However, that means that anyone can lock the account after n tries

      Anyone can lock an account from their source IP block. You can make things more interesting by trying to block their IP block maliciously, but this works only if you know where they live and they use some national ISP (unless you want to spend $20 to lock them out for 30 minutes). It won't work at all for me unless you manage to hack my home box.

      The point being, if you lock based on the source IP of failed attempts, you will pay more in resources to handle logins, but you will gain more ability to shut out malicious people while not affecting the legitimate users.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  7. Access To Manber's Paper...And More by cybrpnk2 · · Score: 4, Informative

    The IEEE Symposium on Security and Privacy is one of the longest-running forums on this topic and is well worth being aware of. The papers for the 2002 session are on CD-ROM; so is a compilation of those from 1980-1999...

  8. My yahoo account is great! by teamhasnoi · · Score: 0, Troll

    No spam, viruses, exploits, or anything. It's nice to hear about the stuff going on in the background to make it this way. I will happily continue to use Yahoo, while all the unwashed masses continue to use hotmail. They can be the front line of unfortunates, and save me from the scipt kiddies. (That and my Mac :)

    1. Re:My yahoo account is great! by digitalunity · · Score: 2

      No spam?

      You must really lucky. I get like 40 spams a week. No joke.

      --
      You can't legislate goodness. Let each to his own destiny, by will of his freely made choices.
    2. Re:My yahoo account is great! by Anonymous Coward · · Score: 0

      i'll take care of providing spam for you...

      teamhasnoi@yahoo.com

      enjoy!

    3. Re:My yahoo account is great! by htmlboy · · Score: 2

      You must really lucky. I get like 40 spams a week. No joke.

      YMMV, but most of my yahoo spam came from 2 allegedly opt-in email promotion companies. following the links at the bottom of the messages stopped the spam.

    4. Re:My yahoo account is great! by Anonymous Coward · · Score: 0

      You get 40? Luckey you - I get 1500 a week.

    5. Re:My yahoo account is great! by cbone00 · · Score: 1

      That is cruel!

  9. What should they do? by jockm · · Score: 2

    How should they then go about dealing with those who abuse the system?

    It's easy to raise complaints (though I'm not sure I agree with you on 1 & 2). Unless we can come up with better solutions, we will have to live with the solutions you complain about...

    --

    What do you know I wrote a novel
  10. Re:The guy sounds like a world-class sleazeball. by marauder404 · · Score: 3, Insightful

    He's not relying upon obscurity, but it IS a tactic. You don't put a whiz-bang safe in your house that holds $1M and then advertise it in the newspaper. Your safe IS secure, right? And the mass account creation anecdote was in humor ...

  11. Hrm by rmadmin · · Score: 0

    I've always had an extreme hate for Yahoo, Hotmail, AOL, etc in regards to the amount of spam I get from them, but now that I've read that article, and see prolly 1/10th of what they have to deal with... I don't blame them that much anymore.

    1. Re:Hrm by Anonymous Coward · · Score: 1

      And when you learn to read headers you'll find that your spam isn't really coming from AOL, Yahoo, Hotmail, etc

    2. Re:Hrm by cloudmaster · · Score: 2

      Most of the spam you get from hotmail/yahoo/otherbigmailprovider is forged so that spam filters have to either block all yahoo addresses or none at all. The reply-to addresses are either fake, or were just temporarily set up so that a few spams would get through.

      Spammers are evil, and lie whenever they can. Esp. in the client-provided "From:" header. :)

    3. Re:Hrm by Anonymous Coward · · Score: 0

      Yes, and in the 'Click here to unsubscribe'-link.

    4. Re:Hrm by Anonymous Coward · · Score: 0
      Yes, and in the 'Click here to unsubscribe'-link

      Oh no, that is the one place spammers do not lie. You see, by clicking "here" (oh! that tickles!) you are unsubscribing from the opt-out list.

  12. Ah, the Irony! by MidKnight · · Score: 4, Interesting

    Interestingly enough, by copy-and-pasting the whole text of this story from Dr. Dobbs to Slashdot, you have unwittingly done one of the more common "hacks" that Udi Manber describes as being dangerous. Information stealing is easy to do, and sometimes doesn't even feel like it's a crime.

    Congratulations for illustrating his points so directly.

    --Mid

    1. Re:Ah, the Irony! by MidKnight · · Score: 2

      Ah, the Slashdot police have struck, removing the post I responded to....

      For those of you who didn't see it, my original post here was a response to someone who had copied & pasted the article verbatim here.

      --Mid

    2. Re:Ah, the Irony! by poopkilla · · Score: 0, Troll

      Hey FUCKWAD! You obviously don't grasp the meaning of the word "stealing," but I'll bet you know the meaning of anal penetration with heated sections of angle-iron.
      For your edification, the definition of "steal" is as follows: [quoted from m-w.com by cut-and-paste]
      1 : to take the property of another wrongfully and especially as an habitual or regular practice
      2 : to come or go secretly, unobtrusively, gradually, or unexpectedly
      3 : to steal or attempt to steal a base
      transitive senses

      1 a : to take or appropriate without right or leave and with intent to keep or make use of wrongfully
      b : to take away by force or unjust means [they've stolen our liberty]
      c : to take surreptitiously or without permission [steal a kiss]
      d : to appropriate to oneself or beyond one's proper share : make oneself the focus of [steal the show]


      Udi Manber is an idiot and intellectual 'property' isn't property per se but rather a legal construct. By buying into this moron's definition of theft and then broadcasting it, you do both yourself and the community a dis-service. Now go home and put a bag on your sister's head so I can shag the shit outta her!

      --
      --this troll was brought to you by p00p! stinkin' it up since the late '70's(TM)
  13. No you're not by wiredog · · Score: 2

    You said that you were doing it for personal use. His problem is with people who do it, and then re-sell it, or give it away, to the world.

    1. Re:No you're not by Anonymous Coward · · Score: 0

      Hey, didn't I see you in a Washington Post chatroom ??

  14. Re:The guy sounds like a world-class sleazeball. by Anonymous Coward · · Score: 0

    1) You usually publish exploits when they are accounted for! Not before unless you are a world class idiot!

    2) LOL that someone could take this for something else than a joke just makes my day... LOL!

    3) (not worth a bigger comment)

  15. illegitimate rating by jukal · · Score: 0, Offtopic

    > If you have any kind of rating, people go to all kinds of trouble to
    > get that rating in an illegitimate way,"

    What?! I people really without any moral!?! I would never, ever, and never have for example posted an article without real content just to gain a few karma points. Never! ;)

    1. Re:illegitimate rating by jukal · · Score: 0, Flamebait

      (Score:0, Offtopic)

      Offtopic my ass. Krhm ;) To get serious, I have been thinking that you guys at Slashdot should apply some modern mathematics to the "ranking" algorithm.

      I mean, if an article receives mutltiple negative moderations, say four minuses for example, it probably means that the writer of the article had something interesting to say, as it touched the feelings of those modederators.

      Therefore a pair of two minuses should become a plus (if the article has received four or more moderations), therefore, an article with four - (minus) moderations would have interest rating of +2 . The karma yielded from the article would still be negative.

      Atleast I would be happy with this, because then I might actually have a chance to see some "alternative thinking" in addition to the "standard opinion" accepted by the slashdot teens making the moderations ;)

    2. Re:illegitimate rating by Bob+Kronkel · · Score: 1

      I wouldn't either! thats just wrong!

  16. Re:The guy sounds like a world-class sleazeball. by ajna · · Score: 2, Insightful

    Your characterization of him as a "world-class sleazeball" seems to be unwarranted. In response to point #1, did you not read the explanation that immediate publication of his countermeasures would cause harm to Yahoo? Security through obscurity is not a permanent fix to any problem, but in the short term it is preferable to openness if there are no better alternatives available.

    As for point 2, I'm quite certain that his quip about distributed computing was in jest.

    Finally, regarding your third point, why shouldn't he attempt to protect Yahoo's content? I'm certainly not going to give you root access to my server; does this mean I'm attempting to "Balkanize the web"?

  17. Re:The guy sounds like a world-class sleazeball. by Blindman · · Score: 1

    The guy freely admitted that his was using obscurity to thwart the crackers. Of course, he isn't claiming to have a secure system.

    --
    I don't practice what I preach because I'm not the kind of person that I'm preaching to.
  18. Yahoo's problems... by Jace+of+Fuse! · · Score: 5, Informative

    Yahoo's problems are massive, and I think it's good that at least SOME people at Yahoo realize it, even though I'm still not convinced they are aware of the full scale of the problem.

    After all, if you chat with Yahoo's service, you're eventually going to be booted off by another user. Some of the methods users use to exploit the system and kick off other users are clever, some are not so clever.

    One method involves running a program easily downloaded off of the internet and typing in the desired victims name. It's your basic "Punter". Some of the programs available are effective at removing users of Yahoo's Messenger, while a few of the more recent ones do a good job taking out users who use 3rd party Yahoo clients, or even Yahoo's web-based Java client.

    These methods of exploitation are half-way understandable, though I don't see why Yahoo hasn't worked to block the attacks in the same way that AOL has with AIM.

    The other method, plain old boot-text, is simply unacceptable.

    If I were chatting with someone using Yahoo Messenger and they annoyed me, all I would have to do is send them a single URL with an unrealistically long domain name in it, and their Yahoo Messenger will crash. A URL such as www.xxxxx.com with about 400 to 500 X's in the name will work nicely.

    It's a relatively simple matter for the end user to set up a personal word-filter on their messenger and block out all occurences of "www." which effectively makes them invulnerable to this attack, but that is not the issue. The issue is, that if Yahoo has such easily exploitable end-user software, I'm very worried about the quality of their security as a whole.

    Think about it.

    --

    "Everything you know is wrong. (And stupid.)"

    Moderation Totals: Wrong=2, Stupid=3, Total=5.
    1. Re:Yahoo's problems... by Anonymous Coward · · Score: 0

      the problem is actually with mshtml.dll, although MS claims otherwise. (it doesn't bother MSN chat). See iEye for the lowdown.

    2. Re:Yahoo's problems... by Karna · · Score: 1

      Hmm. Have you tried this on their _latest_ Unix client? It sure didn't work for me.

      obligatory std::disclaimer: this is version 0.99.17 released just recently on Freshmeat on the 14th of May.

      --
      All weakness is within you, As is all courage.
    3. Re:Yahoo's problems... by Jace+of+Fuse! · · Score: 1

      The WWW.(URL) exploit does not work with the Unix version, nor does it work on TRILLIAN, however, neither of those programs support yahoo chat either, so they're hardly a replacement for Yahoo's Windows client.

      Yah-Elite does support the chat (with voice support that is currently broken), but both the Java Client, the Yah-Elite client, and possibly even the Unix version can be kicked off of the chat servers by attacking the chat servers themsleves with Protocal booters, showing that the issues Yahoo faces are all around, and not at any one specific point.

      --

      "Everything you know is wrong. (And stupid.)"

      Moderation Totals: Wrong=2, Stupid=3, Total=5.
  19. Re:The guy sounds like a world-class sleazeball. by Hiro+Antagonist · · Score: 3, Funny

    Hey, moron, had you *read* the article, you would have noticed the following:

    1. He said that he knows "security through obscurity" isn't the answer, but that his methods are so weak that he *knows* they won't stand under scrutiny; they just happen to be the best he's got at the moment. That's called good judgement.

    2. You have no sense of humor.

    3. His concerns are legitamite; Yahoo! is trying to provide services on the web, and people are *stealing* them. Yahoo! isn't screwing artists out of money, or exploiting third-world children, or screwing their customers; they just want people to engage in reputable transactions. That's how businesses make their money, and why you can spew crap from your personal computer.

    Sheesh.

    --

    --
    I Hit the Karma Cap, and All I Got Was This Lousy .sig.
  20. Ph.D. level cleverness? by ergo98 · · Score: 0, Troll

    I find this comment a little bit insulting as it implies a "higher than thou" intelligence or cleverness about those holding or pursuing a Ph.D. I'd love to see some stats on the intelligence and/or problem solving ability of Ph.D.s, and intuition tells me that it will fall within the norm of intelligence workers, with at best a slightly higher dedication.

    1. Re:Ph.D. level cleverness? by Anonymous Coward · · Score: 0

      jealousy will get you nowhere.

      Anonymous Coward PhD

    2. Re:Ph.D. level cleverness? by prockcore · · Score: 3, Interesting

      Perhaps, but I actually know Udi. He teaches an advanced computer science class at the University of Arizona (or at least he did in the mid 90's). In terms of problem solving and cleverness, this guy was high on the list.

      For what it's worth, however, I totally failed his class. Way over my head.

    3. Re:Ph.D. level cleverness? by EnglishTim · · Score: 3, Insightful

      You needn't be insulted. Just because having (or doing) a Phd implies cleverness does not mean that lack of a Phd implies lesser intelligence.

    4. Re:Ph.D. level cleverness? by Anonymous Coward · · Score: 0
      Are you a PhD? Do you know what it takes to get the degree? I bet you don't.

      But whatever little bit of jealousy makes you feel better with your life, enjoy it my little blue-collar tech worker bee... feel free to dream that you and your buddies could get a PhD any day.

      -Another AC PhD

    5. Re:Ph.D. level cleverness? by ergo98 · · Score: 1, Interesting

      I've met, and worked with, several Phd holders who could best be described as "morons", and whose ability to solve problems was limited to applying their hammer in a manner that presumed that everything is a nail. Again: I have no doubt that there are some brilliant Phd holders (often in exclusive fields however), just as I know that there are some brilliant non-Phd holders, however blanket claiming that one title indicates a superior being is ridiculous, and I'd love to see an intelligence and "cleverness" ranking between Phd holders and general comp. sci. grads.

    6. Re:Ph.D. level cleverness? by Anonymous Coward · · Score: 3, Funny

      I believe that Yahoo's problems can be solved in the complex plane by calculus of residues. Translate the Web Services into equations over the integers, using the obvious mapping from {0,1}-star to the square-free integers, and extend them over the whole complex plane. Take an exponential and premultiply with the Riemann Zeta function, so all your non-trivial roots lie on the critical line. Then integrate using calculus of residues to obtain the eigenmodes of the web service computation. Negative eigenvalues should be investigated, they correspond to exploitable holes in the web services.

    7. Re:Ph.D. level cleverness? by Anonymous Coward · · Score: 0

      Remember, this AC is not a real doctor. "I have a Master's degree -- in Science."

    8. Re:Ph.D. level cleverness? by -brazil- · · Score: 1

      Well done. You're my nomination for this year's STTBA (Star Trek Technobabble Award).

      --

      The illegal we do immediately. The unconstitutional takes a little longer.
      --Henry Kissinger

    9. Re:Ph.D. level cleverness? by protonman · · Score: 1

      Man, he's never gonna win, he didn't even say "synchronize" or "modulate" ONCE!

      Let alone his total lack of quarks, electrons, chronons, glutons, crayons and pigeons.

      Sheesh, he should even be DISQUALIFIED 'cause he never *mentioned* the DEFLECTOR ARRAY!

      --
      The man of knowledge must be able not only to love his enemies but also to hate his friends.
    10. Re:Ph.D. level cleverness? by Darby · · Score: 2

      Well done. You're my nomination for this year's STTBA (Star Trek Technobabble Award).

      The sad thing is that it isn't babble. All the words were real.
      The sadder thing is that I understood it.
      I didn't take enough complex analysis to verify that it's accurate though.

  21. Re:The guy sounds like a world-class sleazeball. by Anonymous Coward · · Score: 0
    1)fine. Publishing solutions to social enginnering only helps the beoches so screw that. Let the kiddize get sciptz from somehwere else.

    2)I get far too much spam from ahole2234765981@yahoo.com. Increament the numnber by one and send a new message. Fuck the shitheads who are registering for accounts after account. They are making life harder for everyone involved. As far as i care they can be forced to watch a shitty porn movie evry time they sighn up.

    3)Whats wron with that>? hell with yyou/.

  22. Re:Full Text by bafu · · Score: 4, Interesting

    If anonymity disappeared from the web, "a lot of the problems would go away," he said.

    That's especially true if you equate users with problems ;-)

    But he dismissed legal solutions altogether, saying that measures like anti-spam legislation are completely ineffective. "This has to be solved technically, not legally," he warned. "If we can't solve these problems, we'll see less and less services."

    That's a point that is occasionally debated in anti-spam circles. The problem there is that the Internet mail delivery system was designed for the kinds of users we had 25 years ago. Heck, it wasn't until somewhat over 5 years ago that all the MTAs [that mattered] would ship with relaying turned off by default. Looked at from that perspective, it seems like a technical problem... change the delivery system and you make the abuse irrelevant. The problem is, how do you implement such a change? It's not so much a question of designing a new system... I've seen a number of proposals that looked fine. The problem is, how do you get all the mail servers on the net to switch over?

    At that point in the debate is where the division usually comes in. Some folks will propose various systems for gradual adoption of new systems (essentially having two delivery systems in place until the new one is widely adopted enough to drop the old), while others pull back at that point. They'll say that spam is a social problem and, as a result, it can't be solved technically. Usually those folks will go on to pursue legislative attempts at a solution. The problem is, the track record of using legislation to solve social problems is nothing to write home about.

    If he can come up with a technical solution for Yahoo!, of course, then he is all set. The problem, as he said, was that you only have so much identification information available to you at the server end. That makes it nontrivial to reliably separate the valid users from the rest. The thing is, just how much personal identification information are you comfortable giving to Yahoo! to get a mailbox...?

  23. Re:The guy sounds like a world-class sleazeball. by Anonymous Coward · · Score: 0
    "'I have huge pipes,' he laughed. 'It's very easy for me to go after them. Unfortunately, it's not legal.'

    "But he dismissed legal solutions altogether, saying that measures like anti-spam legislation are completely ineffective. 'This has to be solved technically, not legally,' he warned. 'If we can't solve these problems, we'll see less and less services.'"

    Nice vigilante attitude. Upset that he can't strike back, but unwilling to let the Law handle (or even attempt to handle) the problem. He's not only not part of the solution, he doesn't want anything to do with those working on a solution. Ergo, he's part of the problem.

  24. Re:The guy sounds like a world-class sleazeball. by Restil · · Score: 3, Insightful

    I don't know if you're being sarcastic or not, so I'll assume you're not.

    1) Yes, this is a form of security through obscurity. However, the methods they use to counter attacks are not intended to make the system more secure, but hopefully to identify those that are abusing it. The actual problems are much more fundamental in nature. You have to weigh the user friendliness of a free and open network, with the fact that a significant number of people would destroy the network if they had a chance. The alternatives were stated in the article. Require actual names and credit card #'s from everyone. However, they don't want to take it to that extreme, so they're forced to use clever tricks to counter the malicious actions of those who only seek to abuse.

    2) The distributed computing comment was a joke. The point of asking a user to compute a simple math problem is to trump the bots, not to accomplish any task of economic significance.

    3) Obfuscated HTML is possible now, and not too difficult to implement. He could do it if he wanted to, and it would at least slow down the bots. Why not do it? Well, it slows down the connections, and it will break some browsers. So they continue in the name of greater compatibility rather than some locked down browser specific html coding nightmare that creates more problems than it solves. And no, he's not suggesting packetflooding the offender, even if he jokingly implied it. He's looking for a defense that does not involve governmental regulation and does not involve decreasing the openness of the internet.

    -Restil

    --
    Play with my webcams and lights here
  25. Post not removed.. by Anonymous Coward · · Score: 0

    try browsing @ -1...

  26. Cyberspace will never be secure...EVER by lugonn · · Score: 3, Insightful
    The problem with the internet is you can NEVER lock it down. There will ALWAYS be hax0rs causing/solving problems. The is NO gaurantee. It's all as is. As in:
    "Oh! somebody stole your credit card number from our database...Sorry...we've been trying to fix that. In the meantime, here's a coupon for a free CD."

    The only way to secure a transaction/service is to use physical ID/presense. So go shopping at the mall, and share ideas online. Simple solution to a complex problem.

    "Make it by hand, break it by hand"

    1. Re:Cyberspace will never be secure...EVER by Hoi+Polloi · · Score: 2, Insightful

      Based on your logic we shouldn't have doors because someone will always be able to break them down.

      --
      It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
    2. Re:Cyberspace will never be secure...EVER by Elbereth · · Score: 2

      You're assuming that the problem is people stealing credit card numbers. That doesn't happen at the mall? (Hint: it does.)

      You had a great post up until you started advocating shopping at the mall. That doesn't solve anything. It just makes your credit card number a tiny bit harder to steal.

      Why should I really care if someone steals my credit card number anyways? It's not my problem. It's the credit card company's problem. If someone charges hundreds of dollars of merchandise on my card without my authorization, I call the credit card company and the police, report it to both of them, then go on my merry way without another thought. Yes, this did happen to me. Yes, this is exactly what I did. No, I wasn't lucky. Yes, it really is this simple, and, no, there is no such thing as "identity theft".

      I never even understood where this whole "identity theft" thing came from. I don't lose anything. I still have my identity, regardless of how many other people have fake ID's that share my name. For a bunch of people who cry foul at the word "piracy", I'd expect the same outcry over "identity theft".

      Oh well. The real problem here is that people are cheating. They cheat at games, they cheat at auctions, they cheat at score rankings, and they cheat on their taxes. The solution is get people to stop cheating. Good luck... it's not a technological problem; it's a problem with society.

      I don't believe in a person with a problem
      If there's a problem, it's a problem with society
      - KMFDM

    3. Re:Cyberspace will never be secure...EVER by Anonymous Coward · · Score: 0

      No, you missed his point entirely.

      We shouldn't have houses, or any other private property, since property only attracts thieves. We should all live ina a commune, share everything. If someone takes something, then it isn't stealing, since you are already sharing everything.

      This is a simple solution to a complex problem.

    4. Re:Cyberspace will never be secure...EVER by Dalroth · · Score: 3, Funny

      The problem with the western territories is that they are lawless lands! You'll never have enough Sherrif's to protect the cities, you'll never have enough US Marshal's to hunt down all the outlaws, you'll never have enough hunters to kill all the wolves, and let's not even forget about those blasted Indians! Nobody will ever be able to establish a good colony in those lands...

    5. Re:Cyberspace will never be secure...EVER by Tony-A · · Score: 2

      Based on your logic we shouldn't have doors because someone will always be able to break them down.
      Without doors, they get in real easy, almost as easy as broken windows;)

    6. Re:Cyberspace will never be secure...EVER by lugonn · · Score: 1
      - Come into my house, and I can shoot you in the head.

      - Break into my server, and I can file a lawsuit.

      Which one actually is a deterrent?

      Based on your logic, I should take your computer away and give you an abacus.

      There should be security on computers, and shopping on the net. My POINT is, is that you will NEVER be able to control what is going through wires (can't see it directly). I can control who comes through my door (can see it directly).

      I'm not trying to say "STOP services on the web". I'm trying to say they'll never be secure, so work from that point of view.

    7. Re:Cyberspace will never be secure...EVER by lugonn · · Score: 1
      I was using credit cards as an example, not the whole story. ID theft is just one of the symptoms of an insecure environment.

      Are there ANY secure environments? Realistically...NO. But if someone at a store where I purchased something steals my number, at least I know where to start looking for the thief.

      My whole point is the anonymity of the net is the MAIN reason it is insecure. Though, I wouldn't want it any other way. This would lead to the conclusion that you'll never be able to "out smart" the bad guys. The guy in the article said it all...they have more time to attack than he does to defend.


      Kill Mother-Fucking Depeche Mode...that's not nice.

    8. Re:Cyberspace will never be secure...EVER by Eil · · Score: 2


      The only way to secure a transaction/service is to use physical ID/presense. So go shopping at the mall, and share ideas online. Simple solution to a complex problem.

      Sorry, but I trust 128-bit SSL encryption about 1000 times more than I trust the Pimply-Faced Human Sales Proxy at Babbages or Sam Goody. I absolutely hate using my credit card at physical stores because I know how easy it is for them to jot down the number & expiration date or take home copies of the reciepts and trade the numbers online. (Hint: I know, because I once knew a person who did this several times. No, he didn't get caught because he wisely decided not to make a living out of it.)

      Yes, even the most wired online store has humans somewhere behind it, but many online stores never keep a copy of your credit card number anywhere... Once the number is validated and your account charged, the purchasing server forgets about it. This is the way it should be for physical stores as well, but I have yet to see one operate in this manner.

      I only use my credit card at retail locations if the bill is going to be over $60. 90% of the time I know what I'm going to be buying and how much it will cost before I go into a store. It's a trivial excercise to stop by the ATM and get whatever I need before doing my shopping.

      What really pisses me off is restaurants that print your friggen credit card number right on the damned receipt! Reason #1 that I pay cash at all restaurants now too.

    9. Re:Cyberspace will never be secure...EVER by Eil · · Score: 2


      and, no, there is no such thing as "identity theft".

      From that ignorant statement right there, I can tell you have no idea what "identity theft" is.

      Tell me what you call it then, when somebody very expertly gains illegal access to every important piece of personal information that you have, and then make enormous fraudlent loans, purchases, and applications for credit cards whilst assuming your identity.

      This exact thing happened to a very close friend of mine and it turned her life into a living hell. She has paid thousands of dollars in lawyers fees trying to get her financial status back on track and it's looking like it will never return to 100% normal.

      A stolen credit card number is not identify theft. Identity theft occurs when a criminal assumes your whole identity: social security number, credit background, you name it. With that kind of information, they can apply for loans and open various types of accounts. It's not a simple matter of calling the credit card company and having them do all the work for you while you sit on your couch and sip lemonade as you apparently did.

      And you can't just call up each company where the criminal did his business under your identity... First off, you have no idea which companies were involved until (for example) you get a bill collector calling you asking why you haven't yet paid the full balance for that $80,000 sports car.

      You have absolutely no idea how well-connected businesses are when it comes to money... The aforementioned friend is still getting refusals from businesses and the occasional bank because of the identity theft. It's a lot easier for companies to mark a particular name and SSN down as an abuser of finances than it is to remove them from the same files.

      My friend is not the only one. While there is all kinds of advice out there on the prevention of identity theft, there are no organizations that will help you recover after the damage has been done.

      Trying to equate identity theft with piracy is almost the most absurd, stupid, and asinine things I've ever read on this website. Piracy (almost always) hurts no one whereas identity theft is impossible to totally recover from.

    10. Re:Cyberspace will never be secure...EVER by Anonymous Coward · · Score: 0

      Here's something I'm doing, which you might find interesting.

      I've got two bank accounts, one of which is my "offline" account and one of which is my "online" account. The way I use them is, my offline account is never used to make any kind of purchase at all. I only use the card with ATMs. This is the account I use to cash my paycheck and pay my bills. The online account has only 250.00 in it at any time, and I use it for individual online purchases and such. This account is set up so it doesn't allow overdrafts at all. I figure, the most I'll lose is 250.00. And, I watch both bank accounts, checking them regularly. I'll know if anything funny is going on within a week.

      I'm thinking about getting a credit card, but I'm torn on that issue; if I do, I'll keep a VERY close eye on it to make sure nothing funny happens with it.

      As far as "identity theft" goes, a good idea to prevent it from having too great an effect on you is to order credit reports from the three major credit bureaus on a monthly basis, so you see if any major requests for credit or address changes, etc, have been made. Then, you have the address and phone number of the person messing with you and can drop by unexpectedly with a clueBat to have a chat with him. You COULD call the police, but wouldn't it be more fun to burn his house down with him in it? Just a thought...

  27. Re:Saving Private Goatse by Anonymous Coward · · Score: 0

    SIR YES SIR!

    Acckk!! I spilled my hot grits!

  28. Re:The guy sounds like a world-class sleazeball. by First+Person · · Score: 5, Insightful

    he talked about countermeasures instituted against hackers, but doesn't want them openly published (security through obscurity, anyone?)

    I'm quite tired of hearing statements like 'company X won't reveal Y; this demonstrates security though obscurity which everyone knows is bad.' Well, it's not! Your statement demonstates that you can echo the slogans but don't understand what security really means. I strongly encourage you to read a recent Crypto-gram by Bruce Schneier. You cannot apply the principles used for analyzing a mathematical system to all real world security issues.

    --
    Given one hour to live, the student replied: "I'd spend it with professor FP who can make an hour seem like a lifetime."
  29. distributed computing by Dr.+Awktagon · · Score: 2

    people are still registering for massive numbers of accounts. "As far as I can tell, they're just doing it by hand. They're sitting there all day doing it by hand," he said. So he's considering changing the registration test to a simple arithmetic problem. It won't stop the mass registrations, but he might be able to get the abusers to perform distributed computing tasks for him.

    HAH! That is really clever. Of course there isn't much computing power there, and if Yahoo! did harness it they would resell it and/or generally become sleazy about it, but at first blush, that's pretty funny. He should patent it (ha ha).

    1. Re:distributed computing by Knobby · · Score: 2

      There are a lot of tasks that humans can do quicker and more accurately than computers. Image and voice recognition is one of those things.

      For example: let's imagine a situation where you're signing up for an account and I flash 9 images on the screen with an empty text box beneath each. The user identifies each image with one word and then the server checks the text against a word list. If the response is not a valid word, the user is prompted for a word..

      The trick would be verifying that the responses are not automated. This might not work very well, but it's an example of a distributed task that would work well..

    2. Re:distributed computing by selan · · Score: 2
      Yeah, this was the funniest thing I've read in a while. Harnessing the power of spam .

      Sort of the net equivalent of generating electricity by damming a large river, with the added bonus of improving the environment!

  30. hm by tps12 · · Score: 1

    I HERD YUO COUD HAXOR ADN CHAT ON TEH INTARWEB? Apparently having to scroll down to read this is less lame than just the above line of caps text.

    --

    Karma: Good (despite my invention of the Karma: sig)
  31. Assault Under Way -- *BSD IS DYING! by Anonymous Coward · · Score: 0
    It is official; Netcraft confirms: *BSD is ying

    One more crippling bombshell hit the already beleaguered *BSD community when IDC confirmed that *BSD market share has dropped yet again, now down to less than a fraction of 1 percent of all servers. Coming on the heels of a recent Netcraft survey which plainly states that *BSD has lost more market share, this news serves to reinforce what we've known all along. *BSD is collapsing in complete disarray, as fittingly exemplified by failing dead last [samag.com] in the recent Sys Admin comprehensive networking test.

    You don't need to be a Kreskin [amdest.com] to predict *BSD's future. The hand writing is on the wall: *BSD faces a bleak future. In fact there won't be any future at all for *BSD because *BSD is dying. Things are looking very bad for *BSD. As many of us are already aware, *BSD continues to lose market share. Red ink flows like a river of blood.

    FreeBSD is the most endangered of them all, having lost 93% of its core developers. The sudden and unpleasant departures of long time FreeBSD developers Jordan Hubbard and Mike Smith only serve to underscore the point more clearly. There can no longer be any doubt: FreeBSD is dying.

    Let's keep to the facts and look at the numbers.

    OpenBSD leader Theo states that there are 7000 users of OpenBSD. How many users of NetBSD are there? Let's see. The number of OpenBSD versus NetBSD posts on Usenet is roughly in ratio of 5 to 1. Therefore there are about 7000/5 = 1400 NetBSD users. BSD/OS posts on Usenet are about half of the volume of NetBSD posts. Therefore there are about 700 users of BSD/OS. A recent article put FreeBSD at about 80 percent of the *BSD market. Therefore there are (7000+1400+700)*4 = 36400 FreeBSD users. This is consistent with the number of FreeBSD Usenet posts.

    Due to the troubles of Walnut Creek, abysmal sales and so on, FreeBSD went out of business and was taken over by BSDI who sell another troubled OS. Now BSDI is also dead, its corpse turned over to yet another charnel house.

    All majr surveys show that *BSD has steadily declined in market share. *BSD is very sick and its long term survival prospects are very dim. If *BSD is to survive at ll it will be among OS dilettante dabblers. *BSD continues to decay. Nothing short of a miracle could save it at this point in time. For all practical purposes, *BSD is dead.

    Fact: *BSD is ying

  32. The last quote interests me... by rhadamanthus · · Score: 4, Insightful
    But he dismissed legal solutions altogether, saying that measures like anti-spam legislation are completely ineffective. "This has to be solved technically, not legally," he warned. "If we can't solve these problems, we'll see less and less services."

    I am unsure if here he is saying that anti-spam legislation will be ineffective, or if the "right to spam" should not be outlawed by lawmakers. I would imagine the former is what he meant, since obviously, having the U.S. outlaw spam will do nothing to stop spammers in other countries, and probably do little to stop spammers here in the states either....

    Solving the spam problem technically seems to be impossible though. People have been trying to do that forever. I find it very poignant that in the same passage he says that spam could kill off services if it continues to be unstoppable.


    ---------------rhad
    --
    Slashdot needs to interview Natalie Portman.
    1. Re:The last quote interests me... by peddrenth · · Score: 2, Insightful

      Re: AntiSpam lawmaking

      Let's count them:
      1 spam from the US, 9 spams from taiwan, 1 real email. 1 spam from the US, 9 spams from china, 1 real email. 1 spam from the US, 9 spams from korea, 2 real emails.

      Banning US spam is not going to help much

    2. Re:The last quote interests me... by Elbereth · · Score: 2

      Exactly! We should repeal every law on the books. They don't stop criminals from committing crimes, and everyone knows that's why we have laws.

    3. Re:The last quote interests me... by ChaosDiscordSimple · · Score: 5, Interesting
      Solving the spam problem technically seems to be impossible though. People have been trying to do that forever.

      The solution exists, it's just that the transition to the solution will be painful, so we're desperately trying to avoid it.

      The solution is whitelists and "postage".

      Put all your friends in a whitelist. Main from them is delivered instantly.

      Anyone else who emails you gets an autoreponse, "I don't know you. To ensure that you're a real human being, you'll to need to run the postage program to get the result for the code ABAASDFFEFEF". The program needs to be open source and easily verifyable for security reasons. The program solves some problems that is hard to compute (say 60 seconds), but easy to verify. One example would be a brute for cypher break on a simple cypher. The senders email client can handle this autoreponse automatically, shielding the sender from needing to deal with it (Gee, my computer gets slow for a bit when I email someone new). Spammers, on the other hand, would need to either limit their spamming so they have time to generate valid responses, or would need to invest in expensive hardware to generate the responses fast enough. End result: It's no longer cheap and easy spam.

      There are a few other details to make mailing lists feasible, but it's doable.

      However, this effort would require everyone to upgrade their mail clients or to use external programs to manage this. Given that extremely slow adaptation of other email security features, I'm not optimistic.[B

    4. Re:The last quote interests me... by rhadamanthus · · Score: 2
      "The solution exists, it's just that the transition to the solution will be painful, so we're desperately trying to avoid it."

      Yes, this is what I was getting at in my original post. The transition could have been done years ago, but getting a switch to take place is not easy to do. Another post addressed this as well.

      Or we could just nuke all the spammers :)


      ----------rhad
      --
      Slashdot needs to interview Natalie Portman.
    5. Re:The last quote interests me... by smallpaul · · Score: 2

      Note that postage is basically a pay-to-play system. Will it discriminate against people accessing the Internet on Pentium 1s?

    6. Re:The last quote interests me... by ChaosDiscordSimple · · Score: 2, Interesting
      Note that postage is basically a pay-to-play system. Will it discriminate against people accessing the Internet on Pentium 1s?

      I was a bit hand-wavy. (Ooh, look at me, I'm a futurist!)

      The key is to just add a very small cost. The advantage using CPU time as the cost is that it's easy to automate. However you have a good point.

      If we don't change anything else, yes, mail from slower machines will take longer to be delivered. A problem that takes my computer a minute might take a lesser machine ten minutes. However, it's not that terrible, you should be adding friends, coworkers and other people you want to get email from to your whitelist, so they'll be paying the penalty only once. In fact, this can be automated as well: anyone who answers the question one can either be added to your whitelist (and if you later decide you change your mind, moved to a blacklist). Or your mail reader could return a ticket to avoid the answer after answering the question once. Again, you could revoke a ticket if you determined someone was harassing you.

      The other solution is to skip computers and force human interaction. Each user would generate a simple puzzle that is hard for computers to parse. The sender will get the puzzle back and his email won't go though until he answers it. You would only need one puzzle, the key is that it needs to be hard to parse with a computer. For example "What is 6 times seven? Add one to the result. Subtract three. Repeat the second step with a tenfold larger number."

    7. Re:The last quote interests me... by Reziac · · Score: 3, Informative

      My business relies on people finding my website, then emailing me directly. NONE of my prospective clients would try again if they got a "who are you?" message back that they then had to do something special to reply to so I would see their message.

      Yesterday I was on the wrong end of such a bot myself. I emailed the owner of some linux-related site, and got back an autoresponse that informed me I had to reply with a certain string in the subject to get past the spam killer. So I did -- and got an automated "rejection" message. Will I try again? No. If the guy is that friggin' paranoid, to hell with his product.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    8. Re:The last quote interests me... by elvis+the+frog · · Score: 1
      yeah, I like the idea of extending mail to include an anti-spam or sender challenge protocol.

      One side effect is it might extend to truly encompass the concept of "postage", i.e. people might be able to conveniently automate charging for sending or routing mail. Not that they can't presently, but presently such things are outside the scope of mail's interface.

      Of course it would be difficult to send a "postage request" to an anonymous sender, etc.

    9. Re:The last quote interests me... by Anonymous Coward · · Score: 1, Interesting

      And how long would it take until we see distributed cypher breaking and adress sharing amongst spammers?

    10. Re:The last quote interests me... by DrJolt · · Score: 0

      http://software.libertine.org/tmda/

    11. Re:The last quote interests me... by ChaosDiscordSimple · · Score: 1
      My business relies on people finding my website, then emailing me directly. NONE of my prospective clients would try again if they got a "who are you?" message back that they then had to do something special to reply to so I would see their message.

      That's why I said that the switchover is going to be so hard. It's possible, but we need to automate the entire process (including the verification emails) as much as possible.

      Also, this filtering does have exceptions. If you're expecting to get lots of new people emailing you, this sort of filter probably isn't a good idea. It's more of a personal solution. Foruntately, if you can get a significant majority of individuals using such a system, spam will be cut down for everyone since it ceases to be worth the effort.

      Furthermore, your customers wouldn't try again yet. Spam isn't bad enough. It will get bad enough. It's not hard to send spam that varies enough from target to target to make it hard to find. Laws here (whereever here is for you) won't stop spam coming from "there". As spammers get more clever, everyone will start getting more spam than legit email. Your customers will expect to deal with such autoresponders because they'll be running one themselves.

      I don't like this solution. However it's clear to me that legal solutions can't work (the internet is global), and other technological solutions can be and are worked around. (Address filtering was foiled a long time ago with random email addresses. Blacklisting IPs filters out legitimate email in addition to bad email. Keyword and pattern detection is always playing catchup with the latest fads. I fully expect next generation spammers to randomly assemble "custom" messages per target (reordering sentences and paragraphs) to defeat various pattern and quantity detectorys.) Whitelists are the only sure thing. (And since spammers can randomly attack to find addresses in whitelists, senders will need to cryptographically sign things that your whitelist can check.) This system will make getting onto whitelists alot easier.

    12. Re:The last quote interests me... by Mignon · · Score: 2
      I emailed the owner of some linux-related site, and got back an autoresponse ... Will I try again? No. If the guy is that friggin' paranoid, to hell with his product.

      I usually come to the same conclusion myself when it comes to various barriers to web-shopping (e.g. excessive registration/requirement to use java(script)/doesn't work with any browser I use on Linux/etc.)

      However, depending on the product, you could look at it this way: if the guy is that careful about his email, perhaps that reflects well on how careful he is with his product. I know it works the other way - when I see a site that looks shoddily constructed or where the mailto links are to aol/hotmail/whatever domains, I get leery.

    13. Re:The last quote interests me... by Reziac · · Score: 2

      Yes, I do get a lot of "new people" emailing me, and furthermore, they're mostly very new to the net and having trouble figuring out AOL or WebTV, let alone anything more complex. Interpreting instructions on how to get past a spam killer would be beyond them.

      I have a rather loud "STOP! This is only for subscribing, not for inquiries!!" page that comes up before people can sign up for my mailing list, yet I still get otherwise-intelligent people trying to email me by way of the list signup. Shows you the value of instructions. :/

      Personally, I am not so sure that spam ever *will* get bad enough (barring ISP-sponsored spam like we now get at Hotmail -- BTW I assure you, you'll get it from M$'s partners even if your "options" boxes remained unchecked after their latest changes). I've had my main ISP account 5.5 years and I get less spam here today than I did when it was new -- even tho my email address has been plastered all over my website for almost 4 years (and has occasionally seen a newsgroup or two), and I use no filtering whatsoever. What am I doing wrong? :)

      Seriously, I would rather spend 15 seconds a day hitting the DEL key than potentially miss a $600 sale. Your economics may vary. :)

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    14. Re:The last quote interests me... by Reziac · · Score: 2

      Yeah, that's my response exactly to websites that give my *preferred* (older) browser a hard time -- nothing there I can't get easier somewhere else!

      As to individuals, I've had enough firsthand experience with that sort of paranoia (particularly among coders) that I've learned it means the person is going to be too much hassle to deal with, no matter how wonderful his product.

      (Gotta run, the Edison guy is here to fix the power pole..)

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  33. Re:The guy sounds like a world-class sleazeball. by fermion · · Score: 3, Insightful
    The characterization is certainly unwarranted.

    First, security through obscurity is only dangerous if it is the main line of security. Obscurity can be an important and necessary part of security. For instance, it not wise to publish the exact configuration of every computer on a network, even though, conceivable, such information might allow some help in keeping the computers secure.

    Second, I think the registration procedure for Yahoo! is quite clever. I am much more likely to get crap from a Hotmail account than a Yahoo! account. The use of people to do distributed computing(as was done 200 years ago) is clearly so unreliable that such a statement must be a joke. However, the intent to increase the time necessary to create an account is valid.

    The third point is of concern for all of us who wish to have free and unrestricted flow of imformation. On the ohter hand, the balkanization of the web is already here, with the help of Microsoft and Macromedia. For instance, bus schedules in houston are provided on the web with flash introductions and PDF only formats. Why is this neccesary for someone who just want to catch a bus? Yahoo would likely add just a few more useless plugins and extensions to a web already rampant with useless plugins and extensions. To Yahoo's credit, it is one the few sites that reliable, effectively, and quickly works with all the browsers I have tried(Netscape, opera, mozilla, and IE.

    --
    "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
  34. I C A TROLL by Anonymous Coward · · Score: 0

    What is this idiot babbling about? Why should I care?

  35. maybe the problem is the business model? by g4dget · · Score: 5, Insightful
    But he dismissed legal solutions altogether, saying that measures like anti-spam legislation are completely ineffective. "This has to be solved technically, not legally," he warned. "If we can't solve these problems, we'll see less and less services."

    Yahoo!'s problems are no different from those brick-and-mortar retailers have with loss leaders and promotions: if you give something away at a loss, there is a good chance that others will find it profitable to get lots of it and resell it. It's not a security problem, it's a problem with the business model. Welcome to the real world.

    Yahoo! may want to continue to bask in the glory of having many millions of users, but if they want stop these problems, all they have to do is charge for all of their services. The choice is really theirs.

    Don't get me wrong: I like Yahoo! services and I think it would be great if they continue to be free. But I really worry when Manber uses terms like "theft" and "security" for a problem that has very little to do with "theft" and "security". Fortunately, Manber himself isn't calling for a legal solution, but management and lawmakers may be less understanding of the issues involved.

    1. Re:maybe the problem is the business model? by jbf · · Score: 3, Interesting

      I went to this talk (and this conference). He basically said that a lot of attacks are just sequences of actions, any of which individually are not a problem, but when combined are a problem. I'd call that a "security" issue. The result is that he can't offer certain services. There's a social good issue there, and an interstate commerce issue, so Congress could easily claim jurisdiction. Not that I'm suggesting that that's the right solution...

      As for "theft," whether you like it or not, taking my data and selling it without permission is theft. Yes, spyware is theft; reposting NYT articles on /. is also theft. Selling premium services is a valid business model; some people subscribe once, scrape the screen, and have their own premium service. If that isn't "theft," you've effectively said that "information has no owner," in which case you have no recourse for your ISP selling all your packets.

    2. Re:maybe the problem is the business model? by ethereal · · Score: 1

      It's not "theft", it's "copyright infringement". Theft is when you don't have it after I took it, copyright infringement is when the law says that you might not make as much money because I'm selling something that you created. At least you didn't call it "piracy" :)

      In fact, selling data w/o permission is not always even copyright infringement; for example, you can republish info from the phone book as long as you do your own formatting, etc. Pure information can't really be controlled by copyright, although the format and presentation of it can be. (There's still patent law, of course).

      --

      Your right to not believe: Americans United for Separation of Church and

    3. Re:maybe the problem is the business model? by jbf · · Score: 2

      "Theft" or "copyright infringment," my argument still stands. The business model is sound, the attack is a violation of law.

      Your definition if "theft" is lacking, at least under TX law. In particular, Penal Code 31.04 and 31.05 represent cases where the "theft" is not of chattels, but of nontangibles.

    4. Re:maybe the problem is the business model? by ethereal · · Score: 1

      Actually, the relevant statute (31.05) is titled "Theft of Trade Secrets", and while it does mention copying a trade secret (although it doesn't cover copyright directly), it just refers to it as an "offense", not directly as "theft". It is an offense which is treated in some ways under the same statute as theft, but is not theft. Which is good, because otherwise we wouldn't have a word for taking all copies of a work away from the author, which really would be "theft" (and copyright infringement too, if you created your own copies and sold them too).

      The law should really say "effective measures" for trade secret control, anyway, but that's another story. XOR encryption is good enough for us, apparently :)

      --

      Your right to not believe: Americans United for Separation of Church and

    5. Re:maybe the problem is the business model? by g4dget · · Score: 1
      As for "theft," whether you like it or not, taking my data and selling it without permission is theft.

      Stock prices aren't Yahoo!'s data. In fact, stock prices aren't anybody's data, they are a simple economic fact.

  36. Lockout of accounts... by slykens · · Score: 5, Insightful
    From the article:

    During hotly contested auctions, some users will mount password attacks on other bidder's accounts an hour before the end of the auction -- not to actually gain access, but merely to trigger a security lockout, thereby ensuring that the legitimate user cannot place last-minute bids.

    I realize how ridiculously easy it is to get a new IP address on a dialup system or in a facility where someone has access to many addresses but wouldn't a simple IP block after so many attempts help discourage the casual DoS but still allow the legitimate user access when they come to make their last minute bid?

    If not this then what about using a login name which is different then the displayed account name? This way the login name is not available to people viewing a particular account's public details for their use in a DoS. I know this is an added step of complication but may be necessary to eliminate bad side effects.

    1. Re:Lockout of accounts... by wdr1 · · Score: 4, Insightful

      I realize how ridiculously easy it is to get a new IP address on a dialup system or in a facility where someone has access to many addresses but wouldn't a simple IP block after so many attempts help discourage the casual DoS but still allow the legitimate user access when they come to make their last minute bid?

      There are a lot of solutions that seem great at first, but encounter difficulties once you try to execute them. In this instance, you're totally forgetting about a couple of factors.

      1) Scalability - how do keep this IP list? How do you search it quickly? How do store the data? Expire it? Compute your run time for values of N > 100,000,000. Does it still work?

      2) Proxy servers & routers/ip masquerading. While a lot of slashdotter's don't live behind them, a lot of Internet users, including those using very popular providers, such as AOL, do. If you block based upon IP, you still allow AOL users to block one other. A step up from nothing, perhaps, but far from a complete solution.

      There's probably more, but those are two off the top of my head.

      -Bill

      --
      SlashSig Karma: Excellent (mostly affected by moderatio
    2. Re:Lockout of accounts... by Salamander · · Score: 2

      Sniping software is part of the problem (of why web auctions suck), not part of the solution.

      --
      Slashdot - News for Herds. Stuff that Splatters.
    3. Re:Lockout of accounts... by slykens · · Score: 2
      1) Scalability - how do keep this IP list? How do you search it quickly? How do store the data? Expire it? Compute your run time for values of N > 100,000,000. Does it still work?

      I would imagine if you're dealing with an authentication system the size of Yahoo's that you're already dealing with large data sets that need searched quickly. IP address and number of failures from taht address could simply be an additional token checked when the authentication occurs.

      You're right tho, even the simplest solutions would require an elaborate implementation, both in terms of coding it in efficiently and equipment to supply the data quickly.

      2) Proxy servers & routers/ip masquerading. While a lot of slashdotter's don't live behind them, a lot of Internet users, including those using very popular providers, such as AOL, do. If you block based upon IP, you still allow AOL users to block one other. A step up from nothing, perhaps, but far from a complete solution.

      This is a complicated problem... Does the proxy include some sort of unique identifier in its request? Filtering based on that, however, would introduce the same type of horsepower problems you mention... I am split, however, on simply saying that the losers should get a better ISP but at the same time I like proxies because they typically make a network more efficient. AGH!

  37. I have a solution by tmcmsail · · Score: 1, Funny

    I have decided to let my yahoo mailbox fill with the spam that they allow. I figure that if they have to pay for the space, storage, and backup of spam for all these accounts, they will eventually figure out that they need to do something.

    I only use the account for testing mail from the *outside* world. If they shutoff that account, I will get one from somewhere else. God, I may even break down and open an account on Hotmail...

    Quick, help, I may be slipping into the clutches of the M$ beast....

    And now for something completely different...

    --

    What OS do you want to abuse today?

    1. Re:I have a solution by Ratface · · Score: 2

      Bizarre - I've had a Yahoo mail account for a couple of years which I use only for forwarding work mail so I can pick it up with my WAP phone and I haven't had a single piece of spam to the account. It does have a pretty obfuscated username (it's not something like dude666 it's more like random letters).

      I sometimes wonder whether some people get spam on such services because their username is easily "guessable" by a spambot. I mean something like dude666 is going to be much easier to guess than hwklnmd!

      --

      A little planning goes a long way...
    2. Re:I have a solution by ealar+dlanvuli · · Score: 1

      postmaster.co.uk

      better interface (imo) than hotmail, and it's not "just another hotmail acct" at least here in the states (it might be more popular over in brittan, dono).

      Plus having a .uk tld seems to impress alot of non-geeks, as they think it must be hard to get it.

      --
      I live in a giant bucket.
  38. Dude, you slashdotted yourself! :-) by Anonymous Coward · · Score: 0

    Dude, you slashdotted yourself! :-)

  39. Re:The guy sounds like a world-class sleazeball. by PaulGibson · · Score: 1
    Moronic Coward: he is not unwilling to let "the Law [sic] handle the problem". He is just pointing out that the law is innefective in handling the problem. Much like the recording industry wanting the law to handle their problems, the laws can only interfere with the legal purchase and use. It does nothing to stop the criminals. If he was a vigilante (as you so wrongly accuse) he would be USING his pipes, not lamenting the fact that he can't.

    As for being part of the problem: would he have publicly spoken about security measures that they are taking, sharing and collaborating with the community if he was not trying to be part of the solution? Yes he asked that those in attendance not repeat in open forums these solutions, as that would make them obsolete.

    The more we involve the courts in settling our problems, the less individual freedom we have.

  40. Sleezy Yahoo Business Practices by AntiSleeze · · Score: 2, Interesting

    In 1998, we had started a company with the sole purpose of proving who and who is not a robot on line. We developed a range of techniques for detecting bots and stopping spammers -- images, rate limits, statistical techniques, etc.

    The two most important techniques were what we called the "Visual Turing Test" and a reapplication of a cypherpunk scheme called HashCash.

    The Visual Turing Test is widely used today, it's the image generated with a code that you have to type in. Our technique started with that, but went much further to defeat OCRs by including AI-level questions, such as displaying an image with a dog, a cat, and a horse, with instructions in the image that say "click on the one that is not a house hold pet."

    Back then, we ran a free webmail service for people, without adds, using these techniques to stop email spam.

    We were a very poor start up, working over a year with no pay. We went to Yahoo and had a meeting with their engineers and biz-dev people, under a *nondisclosure agreement*, we demoed all this anti-spam, anti-fraud technology. We were looking to sell them the scalable image generation server software we wrote, statistical analysis software, and our services, and potentially our patent on these techniques.

    Yahoo basically said "not interested" after several meetings, and one yahoo engineer basically said "We could implement this all myself, why do we need you?" We never heard from yahoo again, didn't get any more meetings. But magically, about a year later, we noticed yahoo using our techniques.

    Our company was eventually bought by one of those "pay to watch ads" companies, because they had massive fraud of people installing fake clients, and signing up for hundreds of accounts. Unlike Yahoo's fraud problem, these companies were paying out tens of millions of dollars in cash to people who were signing up bogus accounts.

    But it still doesn't take away from the fact that Yahoo is a dishonest shark. If it wasn't for the fact that I am morally opposed to using software patents against people (only had one to make our biz plan look good for investors), I would have sued them.

    Word to the wise. Don't present your ideas to yahoo as a small startup and expect they will abide by an NDA.

    1. Re:Sleezy Yahoo Business Practices by Anonymous Coward · · Score: 0

      go whine elsewhere. This is slashdot, and we don't believe in intellectual property.

    2. Re:Sleezy Yahoo Business Practices by Anonymous Coward · · Score: 0

      Yahoo is evil. Yet you are the ones making it impossible for blind people to sign up for stuff. How is someone having their PC read stuff to them ever going to use the net? Your little company is just a bunch of sonsabitches that will burn in the everlasting fires of hell. Youre pure pure pure, Evil Evil Evil. Bastards.

    3. Re:Sleezy Yahoo Business Practices by dmccarty · · Score: 1, Insightful
      [...] and potentially our patent on these techniques.

      The US patent system makes it trivial to protect your intellectual property. If you had a patent on the techniques, then you should seek legal recourse (i.e., a lawsuit) against Yahoo for patent infringement. If you didn't have a patent, well, that's the risk you take for showing a potential competitor an obviously copyable idea.

      --
      Have fun: Join D.N.A. (National Dyslexics Association)
    4. Re:Sleezy Yahoo Business Practices by Anonymous Coward · · Score: 4, Informative

      Your claims are pretty slanderous, and you don't have much to back them up.

      For one, it looks like Yahoo did not even implement their own system. If you look right below the word prompt, you can see they're basically using Captcha developed at Carnegie Mellon.

      Are you saying CMU stole for you as well?

      Is it possible that others came up with similar, if not better, systems, and they used them instead?

    5. Re:Sleezy Yahoo Business Practices by grytpype · · Score: 2

      >Don't present your ideas to yahoo as a small startup and expect they will abide by an NDA.

      You need to have filed a patent application before you talk to Yahoo. That's what patents are for. But I forgot, you people understand patents very well, and hate them.

      --

      - Have a picture

  41. Stephen Jay Gould, author, dead at 60 by Anonymous Coward · · Score: 0

    Even if you didn't enjoy his work, there's no denying his contributions to evolutionary biology. Truly an American icon.

  42. Reverse authentication by Erasmus+Darwin · · Score: 4, Informative
    It's a shame his reverse authentication idea will never take off. I've actually wished there were something already available along these lines. As it currently stands, email addresses are a dime a dozen, IP addresses can change every few minutes (for dialup and DSL users, at least), and proxies allow a user to avoid even a broad IP range block.

    So it would be a great boon to web services if there were a way to somehow have a way of confirming that a person hasn't already signed up for a service. It'd allow many boards to weed-out their troll population while maintaining an open sign-up. On one forum I was on, the problem was so bad that registration was completely closed then later moved to a pay-only model.

    The problem is that I can't see any way to do it without compromising the identities of the people. For example, I don't see a problem with Slashdot knowing that 'Erasmus Darwin' is my only Slashdot account, but I don't want to create a system where they could theoretically share records with another entity and use that to determine my identity there. Perhaps the identity token I provide to Slashdot could be some sort of one-way hash of my identity combined with '@slashdot.org', thereby limiting it to a single area.

    One downside of this system is that a government-type institution with a search warrant could use my secret identity information to reproduce my Slashdot token and verify my identity. I don't see any way to prevent the identification from somehow serving to find-out who I am. Still, that theoretically pushes the identification process off to a similar level of difficulty to tracing the user's IP (i.e. Slashdot couldn't do it on its own). Thus, if we pretend that no one uses anonymizing web proxies, it's the same level of anonymity.

    Also, there'd be a problem of issuing the secret identity keys. Presumably, this would be handled by the companies that already do encryption/security certificates. That means there'd be a cost associated with such keys, which would turn away a number of people. If only a small percentage of people fork over the $XX/year for a personal identity certificate, most sites won't be able to require their use for signup. Furthermore, it'd be difficult for the issuing agency to verify the uniqueness of each request, especially when we consider that this would have an international audience. I also wouldn't be surprised if some of the countries that have whored out their ccTLDs decided to also start selling their equivilent of SSNs to people interested in extra identities.

    Finally, there'd be the issue of identity theft. Having a single, computer-based identity key would be a very tempting target for various malicious programs. If I were an evil spammer type and such an identity system were in place, I'd definitely try and steal as many identities as possible for sign up use.

    1. Re:Reverse authentication by Anonymous Coward · · Score: 0

      Actually, such a system of reverse authentication has been tried. I worked for Equifax several years ago. Under their Equifax Secure devision, we worked on a product that allowed a user to answer questions about their financial state (Monthly mortgage payment; birthdate; previous addresses). The users would pick answers from multiple choice. Authentication scores would be given based on how much the person knew the correct answers. Unfortuantly, EFX didn't get it.

  43. Technical Solution to Spam by mborland · · Score: 1

    I think it's pretty silly to imagine that the solution to spam will be through technology. It would be very hard to differentiate spam and legitimate mailing lists.

    And of course a legal solution can work...to the extent that other laws work and are enforceable. Many forms of mail fraud are illegal, but that doesn't mean you won't get mail scams and such sent to you. However it severely reduces the amount that you receive and also determines a path for you or the goverment to prosecute offenders.

    1. Re:Technical Solution to Spam by bafu · · Score: 2, Informative

      I think it's pretty silly to imagine that the solution to spam will be through technology. It would be very hard to differentiate spam and legitimate mailing lists.

      The point of redesigning the delivery system is to make that question irrelevant. For instance, some proposals try to add a concept of trust between mail servers. Under the current model, every mail server trusts every other mail server by default. Admins at sites will occasionally block mail from certain sites, or from all dialups, or from all dynamic IP addresses. That is a very crude form of a trust system. In the first case, the lack of trust is based on some evidence of abuse. In the latter two cases it isn't based on actual abuse so much as a history of abuse. Some have proposed more precise trust mechanisms that would be used between mail servers (using signatures, etc. for the identification). The default case could either be trust or no trust (depending on whether the solution uses whitelists or blacklists)... the point is that abuse from a site that isn't dealt with would cost you the status of a trusted server. That essentially moves you away from the whole per-message differentiation problem. The end user, after all, can tell the difference between spam and legitimate mailing lists. The devil in the details in this case is who maintains the lists and what sort of mechanism is involved in getting on and off them. Presumably there would be many (much like the choice you have in NoCeM lists for Usenet) and, if so, that might make the question less critical.

      And of course a legal solution can work...to the extent that other laws work and are enforceable. Many forms of mail fraud are illegal, but that doesn't mean you won't get mail scams and such sent to you. However it severely reduces the amount that you receive and also determines a path for you or the goverment to prosecute offenders.

      Unfortunately, the legal approach has it's own pitfalls. For one thing, there is a big question of jurisdiction. We sort of wink at the question when it is used to go after spammers because we don't like spam, but do we really want to establish the idea that a local gov't can impose it's particular laws and mores on the net? There are also technical problems. It's easy to identify the relay that the spam was sent through. If they provide contact information in the spam (kind of useless without it, unless it's one of those advocacy spams) you have that, as well. But that, in just about every case, doesn't identify an individual. Let's say they used a throwaway Yahoo! account. Well, we just read that Yahoo! doesn't have any way of identifying who the account holder is. As for the relay, I don't know how common my case is, but most of the spam I get is relayed from foreign countries.

      So does the actual payoff of a legislative solution in terms of spam reduction make up for the precedence it establishes for local gov'ts to legislate net activities? FWIW, I get more spam than ever now (although, thanks to SpamAssassin, I don't see as much of it as I used to).

  44. It does if you think it does... by marcus · · Score: 1

    ...obviously. ;-)

    --
    Good judgement comes from experience, and experience comes from bad judgement.
    - W. Wriston, former Citibank CEO
  45. Re:Goatse.cx troll by Anonymous Coward · · Score: 0

    Yes, you did a fine job. I truly believe you are a flaming cocksmocker, whatever that is. Too bad you posted anonymously, though.

  46. Better (distributed) idea by marcus · · Score: 2, Interesting

    Have the humans do something that machines can't do very well, say image recognition and/or categorization.

    A simple "Tell me about this picture" and an associated image and a text box would do. If the text submitted does not match a previously stored description well enough, no deal.

    Every one in five or so, put out a new, previously un-cataloged, image and log the description...That would also be an easy way to beef up their image search engine.

    --
    Good judgement comes from experience, and experience comes from bad judgement.
    - W. Wriston, former Citibank CEO
    1. Re:Better (distributed) idea by mortenf · · Score: 1

      This reminds me of one of my first experiences on the Internet. This was before Web took off, and e-mail was (still is?) the killer application.

      It was a service called "The Internet Oracle".

      You mailed a question to a specific address, and in return you would first get a question from *someone else*, which you would then have to answer before you would get your own answer.

      I think there was some moderation and/or meta-moderation, to not let people answer questions with dummy answers.

      The idea is almost like having people categorize your image collection. Maybe that would be a new "open-like" access model / license - you contribute one description for which you get to do one search by description?

      --
      Don't make fun of my speling, english is my 2nd language...
    2. Re:Better (distributed) idea by Doctor+O · · Score: 1
      Have the humans do something that machines can't do very well, say image recognition and/or categorization.

      Nice idea, but can be quite easily fucked up. Let's go:

      A simple "Tell me about this picture" and an associated image and a text box would do. If the text submitted does not match a previously stored description well enough, no deal.

      Someone has to either a) set up an associations db for the images or b) when collecting this content from user input verify whether the entered text is human input or not. Both isn't easy to do and can be outperformed by either investing some manpower to duplicate the db by trial-and-error (I bet you'd get enough people together to do this if you offer the complete db for everyone who contributes a number of entries) or if they use unchecked user input (and flooding them will lead quickly to them not wanting to verify user input themselves), fill their db up with what is to be your access all areas backstage pass. Don't forget to track the input into their db and insert it into your duplicate as well. Share, share, share, and you'll always have a quite up-to-date duplicate.

      Every one in five or so, put out a new, previously un-cataloged, image and log the description...That would also be an easy way to beef up their image search engine.

      Yeah, bring it on. A nicely hand-crafted, packet sniffing bot can easily filter those out of the bitstream and send his nicely formatted form data POST containing whatever you like. Build your backstage pass, fill up the db with junk, do whatever you like.

      After all it's late here as I type this, so all this might as well be completely stupid. I just felt a bit like imagining what might be done. I read too much ORA stuff.

      --
      Who is General Failure and why is he reading my hard disk?
    3. Re:Better (distributed) idea by selan · · Score: 1
      I think there was some moderation and/or meta-moderation, to not let people answer questions with dummy answers.

      Well, there was a priesthood that chose their favorites for the "Oracularities Digest" that were published at rec.humor.oracle, but only a select few were priests, so it wasn't really like modding. OTOH, anyone could rate the Oracularities so you could get a rating for your answer.

      I kinda miss the Oracle. I think it's still around but it's just not the same since people who didn't realize it was meant to be humorous started flooding it with serious questions about how to use the web. Boy do I feel old.

  47. Lockout of accounts... by Haiku+4+U · · Score: 1

    More reason to use sniping software. Hide yourself.

  48. Re:Crack is the more appropiate term here by Anonymous Coward · · Score: 0

    Get over it.

  49. Passwords are "security through obscurity" by drew_kime · · Score: 2

    He's not relying upon obscurity, but it IS a tactic.

    And it's one I'll bet most systems use somewhere in the process. If you have a password, the security is based on the assumption that only you know it. Once it is publicized -- no longer "obscure" -- it is no longer effective. As long as the obscurity you're relying on is sufficiently difficult to guess, it's effective.

    --
    Nope, no sig
  50. ... you ain't never caught a rabbit... by MadFarmAnimalz · · Score: 1

    So he's considering changing the registration test to a simple arithmetic problem. It won't stop the mass registrations, but he might be able to get the abusers to perform distributed computing tasks for him.


    I wouldn't get my hopes up. If the calculation he needs is really complex, he should get himself a pocket calculator. I suspect that would be one hell of a lot faster.

    Besides, I wouldn't want a bunch of pr0n hounds working out the reentry trajectory of the next-gen space shuttle.

    --
    Blearf. Blearf, I say.
  51. Re:more hacks by dalamcd · · Score: 1
    How is this a troll...?

    I almost went to the site (not because I have any interest in hacking Hotmail) until I saw this post.

    dalamcd

    --
    moer liek CELtroid prime!!@1!
  52. Re:Is your trash still being emptied? by tetranz · · Score: 1

    Just curious. A few months ago the trash folder on my Yahoo mail stopped being automatically emptied. Yahoo support only replies 'your mail account is working correctly'.

    I wondered if it was a push for the paid extra space because it increases the likelyhood of someone seeing the 'Your mailbox is almost full' message.

    In general, I think the Yahoo free stuff is a pretty good service.

  53. Re: WHAT!!? Cyberspace will never be secure...EVER by CactusHack · · Score: 1

    Pardon my French, but that is foolish! You would rather hand your credit card to some checkout clerk who turns around and runs it through a machine and "accidentaly" does something like press it on carbon copy paper, as opposed to sending it over 128-bit encryption?

  54. Yahoo Web Security by Anonymous Coward · · Score: 0

    check this out:

    http://slovakia.sh.cvut.cz/images/snapshot2.png

    it's about half year ago...

    michal medvecky

    1. Re:Yahoo Web Security by Anonymous Coward · · Score: 0
    2. Re:Yahoo Web Security by Rabid+Elk · · Score: 1

      Shock horror! This can't be true - a *nix server with security holes? But, the typical news coverage on /. says that only M$ products have these kind of flaws. Hold on - theres a new virus which uses Kazaa to spread itself - i've noticed that since this isn't made by M$, then it doesn't get covered by /. - even though there are millions of users that could potentially be affected.... How naive of me to think that /. is completely unbiased - shucks.

  55. Spam solution by Anonymous Coward · · Score: 1, Insightful
    Spam is a social problem, but there is a technical solution, and it doesn't require any change to mail servers.

    The social problem is that we expect strangers to read our emails to them without any verification. This worked great fifteen years ago, but not now.

    The solution is for email clients to send simple challenges to unknown senders, like "tell met the sum of three and four and I'll read your mail." Ie., we change our expectations - if we email a stranger, we should expect to spend a few extra seconds introducing ourselves. People stuck in the old mindset don't like this idea, but the old system doesn't work, and this solution would eliminate spam completely, while taking very little user time.

    There are a few extra details to take care of to make it a complete solution, but think about it a bit and you can see what to do.

  56. Re:The guy sounds like a world-class sleazeball. by Elbereth · · Score: 2

    Yeah, if you tell the whole world about the hack, then everyone will know about it, rather than just the hackers.

    I don't get it. Exactly what are we protecting here?

    In order to get the full story, you have to hang out with the people who commit the crimes, hack the servers, or whatever else people are trying to hide from you. They are very free with their information, unlike the supposed "good guys", who want to make it all proprietary.

    Sometimes I truly do wonder who the "black hats" are.

  57. Troll? by Anonymous Coward · · Score: 0

    The moderation at Slashdot is seriously broken, and there needs to be a system that permanently revokes anyone's moderation priviledges when their pathetic mods are metamoderate reversed. There are too many gankers out there that moderate anything they disagree with as a troll or offtopic (or the hilarious overrated).

  58. Re:BAHAHA BULLSHIT by Anonymous Coward · · Score: 0

    Who did you get that bullshit .sig from, Noam Chomski?

    Apparently Chomski has moderator points today ;-)

  59. just imagine.... by tolan-b · · Score: 0
    It won't stop the mass registrations, but he might be able to get the abusers to perform distributed computing tasks for him.
    no... must... resist... sod it... just imagine a beowulf cluster of yahoo users!
  60. Re:The guy sounds like a world-class sleazeball. by Anonymous Coward · · Score: 0

    cat /etc/mail/access|grep yahoo

    yahoo.com ERROR, use your REAL email address. Yahoo mail refused here. Too much spam.

  61. We steal more than pennies by Anonymous Coward · · Score: 0

    We are a large company that ships in excees of 6000 packages per day via UPS. UPS by their own addmission fails to deliver in exccess of 1% of their packages. In our case that's between 60 & 100 packages per day. Since UPS will refund shipping charges on packages that are not delivered on time, we have a perl script that hammers away at ups.com everynight. We get the tracking info just verify whether the package was delivered on time. By 6 AM we have a report of all undelivered packages. We simply submit these to UPS and get a $200-$500 refund from UPS each day. In essence we use UPS's web site to send us refunds.

    Now that UPS is attempting to charge us for "excessive use" of their web site, we track or competitors shipments too. On a good night we can hit UPS.s web site a couple of million times with the tracking numbers of our competitor. In other words our competitors get a bill for exceesive use becausse we looked up all of their shipments, several hundred times.

    Naughty aren't we?

    1. Re:We steal more than pennies by Le+Marteau · · Score: 2, Interesting

      Now that UPS is attempting to charge us for "excessive use" of their web site, we track or competitors shipments too

      you lying sack of shit how can you track your competitors shipments. you need tracking numbers.

      --
      Mod down people who tell people how to mod in their sigs
  62. Identity Theft by Anonymous Coward · · Score: 0

    You really are a simple bastard aren't you.

    If I get enough information on you to get my own credit card in your name, then you will never see a bill.

    Once I get my (your) limit high enough, then I run it up to the max, and skip town.

    Now this has just devistated your credit rating. All your creditors will start hounding you, and no one will give you a new loan. Also, no one, including the cops, will believe you that it wasn't you, since nothing had been reported stolen. The credit card company will require you to pay for the merchandise.

    This may get resolved, but it won't be at any small inconvenience to you. It won't be a matter of calling up the credit card company and saying, "I don't know why you insist I owe you $15,000 for a credit card you say I had, as I never had it."

    If it was this easy, then no one would ever file bankruptcy, they would just claim that they never had that credit card.

    So what they steal isn't your identity, you have that right, but they do steal your credit rating.

    Also credit card theft isn't victimless. If someone runs up hundreds of dollars of merchandise on your credit card, who pays when you report it? the credit card company (assuming they don't find the perpetrator). And where does the Credit Card company get the money that they pay for this merchandise with? Their pockets? No, they bill it back to you in the form of incredibly high interest rates.

    Credit card theft does exist, and cost you, and I, money.

    Identity theft also exists. No they didn't steal your essence, or anything that IS you. But once they decided to leave, your credit rating is in shambles, and no easy fix in site. This was a really big problem before the problem became more wide spread, and people started realizing that these people (the ones that had their 'identity' stolen) weren't trying to defraud the creditors.

    Your attitude is both simple and annoying. Your ability to ignore problems at hand makes it easier for perpetrators to get away with them.

    1. Re:Identity Theft by Elbereth · · Score: 1, Flamebait

      You can't get a credit card in my name unless you've managed to get more than my personal information: you've managed to take over my personal home phone number and intercept all telephone calls to me; you've managed to steal all my USPS mail and e-mail; you've managed to forge my signature exactly.

      Sorry, but that doesn't happen.

      Identity theft is urban folklore and one thief getting very lucky with his social engineering.

    2. Re:Identity Theft by SnatMandu · · Score: 2
      Wrong again. If I have your SSN, and your name, and maybe a little tax data, I can get a card in your name. Card issuers don't check amongst themselves to make sure everything goes to your address or phone number. A roomate of mine gets countless card applications in his mother's name since she used this address for something once upon a time.


      There is pretty much nothing stopping me from getting cards in her name, if I had her SSN and mother's maiden name. I could put any phone number and address I wanted on the app, and she'd never hear anything about it until I ran up the super-platinum card to 40 grand or so and split.


      They wouldn't go calling her house or mailing anything there, they'd only have the info I gave them.


      This doesn't raise red flags, for a while, I had two sets of contact info I used for my own cards, and my creditors never questioned it. They didn't know that I had other cards with a different address.

    3. Re:Identity Theft by Elbereth · · Score: 2

      I'd be tempted to give you any information you wanted, but then I'd probably have to cancel my credit card and go through the bother of changing that in every stupid online store I use.

      I'm really just not that impressed with any argument I've heard for the existence of "identity theft". I think it's amusing that I get moderated down as a troll or for flamebaiting, really. It just goes to show that most people on Slashdot can't formulate an argument or rebuttal -- they resort to moderating you down when they disagree.

    4. Re:Identity Theft by SnatMandu · · Score: 2
      Hey, I'm not moderating you down, I'm trying to explain to you that this stuff happens. It does.

      Maybe you'd like a testimonial

  63. Right jargon use by jaavaaguru · · Score: 1

    I read the story on Slashdot's front page, and thought "great, an article about creating web services" and thought it would be about .NET XML-RPC type stuff and hacking together some programs that can make use of it, wishfully thinking that someone had written a good article about doing it on Linux. But oh no, someone just doesn't know what the word "hacking" means, and feels they should use it in the wrong way. That just ruined my day ;-)

  64. Why stop there? by Wee · · Score: 2
    I know that there are some brilliant non-Phd holders, however blanket claiming that one title indicates a superior being is ridiculous, and I'd love to see an intelligence and "cleverness" ranking between Phd holders and general comp. sci. grads.

    So why not include non-degreed individuals in your rankings as well? If the primary difference between B.S. and Ph.D. computer science people is some combination of time, money and determination acting independently of intelligence and/or cleverness, then those same differences would apply to non-degreed and B.S people as well, right? It would then similarly apply between B.S. and B.A. folks, or those having an M.S and an B.F.A.

    I don't mean to be obtuse (or a troll), but I have to ask: Is a Bachelor's the point at which you begin ranking intelligence? Why not start at a high school diploma? Why not eighth grade (US)? Kindergarten? At which level can one finally claim the title of a "superior being"? Should society be a meritocracy? Can I be a Webelo without all my badges? If not, am I as smart as a Boy Scout or doomed to be labeled simple for all time?

    Not that it matters much to anyone, but I never made it out of Cub Scouts and it's far too late in the game to start caring what everyone else in the den thinks...

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

    1. Re:Why stop there? by ergo98 · · Score: 1

      Actually, I entirely agree: Indeed, often when hiring agents specify "university degree" (particularly here in Canada. In Canada there is a very clear separation between "college" and "university"), they do so because of the flawed notion that those with a university degree naturally correlate with the upper echelons of intelligence and/or problem solving abilities, when statistical analysis (though there is little because obviously there is an academic machine that doesn't want to lose its relevance) shows that that is not the case. I recall once Mensa of Canada did a study and found that the average university graduate has a 112 IQ (which isn't really something to write home about, and probably falls into the lower realms of computer workers, for instance).

      I guess in the end it comes down to this: There are two camps-> One that believes that hard work and "gumption" should be what separates the deserving and the undeserving, and another that believes that true knowledge and ability should be the qualification. The former cries to see courses marked as 80% projects and essays, and 20% tests, whereas the former would like to be able to show up for just the tests, with filler work given the purpose that its supposed to have (which is giving you the knowledge to do well on the tests, otherwise why not give "study marks" for every hour spent studying?). I'm firmly of the latter camp, and because of that I'm a true believer in standardized testing, etc: I believe that it is ability that counts, not the level of martyrdom or personal sacrifice.

  65. Good Going! by Anonymous Coward · · Score: 0

    If you were any smarter you would have not announced this to all the trolls (like say, me) and spammers on slashdot.

    I love feeding webbots, here you guys go!
    teamhasnoi@yahoo.com

  66. Oxymoron? by Eric+Savage · · Score: 1

    "I've seen Ph.D. level cleverness" - Ph. D and cleverness are only seen in the same sentence when its spoken by a Ph.D...

    --

    This is not the greatest sig in the world, this is just a tribute.
    1. Re:Oxymoron? by Anonymous Coward · · Score: 0

      No kidding! What an arrogant prick!

      I particularly liked how "Internationalization is a further weakness, because patches must be distributed over multiple systems around the world."

      Sounds more like a software distribution issue than an international issue.

    2. Re:Oxymoron? by jo42 · · Score: 1

      I always thought Ph.D. stood for Piled high and Dense.

    3. Re:Oxymoron? by Eric+Savage · · Score: 1

      or Piled Higher and Deeper

      --

      This is not the greatest sig in the world, this is just a tribute.
    4. Re:Oxymoron? by Anonymous Coward · · Score: 0

      > "I've seen Ph.D. level cleverness" - Ph. D and cleverness are only seen in the same sentence when its spoken by a Ph.D

      stop talking about RMS

  67. obfustacated code by Jeremy+Erwin · · Score: 2, Interesting

    Sometimes, it's much easier to use information if it's not tied down to a browser page-- perl programmers have been parsing web pages for years. Various versions of Excel can do this as well, importing data from Yahoo! Finance 's stock ticker directly into a spreadsheet. Sherlock (for MacOS) parses search engine results. BioPerl parses NCBI webpages (among others) into sequence data...

    Obfuscated code makes this type of activity less useful. The trouble is that most of the services are tied to an archaic, and annoying advertising based model. Sherlock gets around this problem by actually parsing the ads and displaying them to a mac user. But most clients are built not to avoid ads so much as increasing the usability of the data. For some things, web browser interfaces leave a lot to be desired.

  68. Re:The guy sounds like a world-class sleazeball. by Anonymous Coward · · Score: 0

    Ineffective isn't saying that he is fighting against them.

    If I own a store, I am not going to rely on the laws that make shoplifting illegal. They are ineffective as a deterent. I need to stop the shoplifters. I need to catch them, then the law can do its work.

    In the case of SPAM, once they commit the crime, the damage is already done. Unlike shoplifting, I can stop you, reclaim my merchandise, and still prosecute you. Once you send me the pron advertisement, I can't unsee it. I can't un-waste time on it. The damage is already done.

    The legislation is ineffective. Even if you could find them, I really doubt China is going to extradite a spammer.

    You are part of the problem by supporting ineffective legislation to solve a problem that should be solved by technology. You are like MS not wanting to fix IE, but instead yelling for stronger laws to prosecute the people that publish the vulnerabilities.

  69. Chief scientist? by Anonymous Coward · · Score: 0

    I remember a time when a scientist was someone who did, uh, science, not program computers to display Web pages.

    And he's the Chief? It takes SEVERAL scientists to cook up a search engine?

    Well, time to go eat. Maybe I'll go to McDonalds, where some Chief Hamburger Scientist is gonna serve me up some cow.

    1. Re:Chief scientist? by Anonymous Coward · · Score: 0

      I remember a time when a scientist was someone who did, uh, science, not program computers to display Web pages.

      Times change, my friend. Once upon a time, artists painted things like the Mona Lisa, and sculpted things like The Thinker.

      Now they just make fucking hoagies at Subway.

  70. Re: WHAT!!? Cyberspace will never be secure...EVER by ethereal · · Score: 1

    You left off the end:

    ...as opposed to sending it over 128-bit encryption to a site whose overworked webmaster left them vulnerable to the credit card hijack hack of the week?

    The answer is that they're both more or less risky, depending on the merchant. You choose who to hand over the info to based on their track record.

    --

    Your right to not believe: Americans United for Separation of Church and

  71. Typical Hypocrisy from an Academic by Anonymous Coward · · Score: 0

    The 'dissident' attitude - demands for freedom, privacy, anonymity and openess - always evaporate into the thin, hot air they always were as soon as a threat to personal wealth and power is perceived.

    1. Re:Typical Hypocrisy from an Academic by The+Girl+With+The+Br · · Score: 1

      No it's not!
      I got power (a lot of it) but I never dropped my demand for freedom and free food. Please give me food now!

      Thank you.

  72. MOD ABOVE AS FLAMEBAIT by Anonymous Coward · · Score: 0

    ... and don't bother replying to this jackass.

  73. Yes by wiredog · · Score: 2

    You did...

  74. Re:Is your trash still being emptied? by teamhasnoi · · Score: 2
    Yes, it still empties. I've actually wondered why they have an 'empty trash'. They always seem to automagically deleteverything. Maybe it's attachments they can't autoditch

    ...LOL at all the 'helpful' AC's trying to fill my mailbox...Thanks :P

  75. I think merit should be earned, like anything else by Wee · · Score: 2
    I guess in the end it comes down to this: There are two camps- One that believes that hard work and "gumption" should be what separates the deserving and the undeserving, and another that believes that true knowledge and ability should be the qualification

    Subject pretty much says it all. I don't think any wise person would disagree if you were to say that the most heinous intellectual crime is one of unfulfilled potential. Whether fulfilling that potential necessarily means a degree or just living a fruitful life is the sticky bit. I know a lot of people that have the societal measure of success yet haven't stretched themselves mentally in the slightest. I know a lot of people that have the piece (or pieces, in at least one case) of paper, but had to work very hard at it because they aren't that bright. I know some who excelled at rote learning, but failed awfully when asked to integrate two concepts into a novel whole. And I know a lot of very bright, certifiably genius-level people who have decided to do and make stuff instead of spend time learning about other stuff that was done and made. If one is lucky, one gets the choice which road to take.

    Sad part is, hard economic times bring out the great equalizer: management knows that individuals who have graduated from a certain institution at a certain level have demonstrably performed to a level which guarantees they themselves cannot be faulted for "taking a chance" on a new hire. It's the way things are always going to be, unless you know people. You either have a degree and hotjobs/monster/dice, or no degree but people who you and know you've done excellent work in the past. Official references don't count, either. I'm talking about people that know you and will hire you because they know what you can do. If you don't fit into neither camp, you stand a hard chance of finding a decent job in today's economy.

    And BTW, I was agreeing with your earlier post. I currently work at a university. Before that I worked at a high-dollar startup, before that a Fortune 100 company, and before that a university. I don't have a degree, and that is by choice. I've faced a lot of discrimination because of it. However, I've never had trouble finding a good job at any time in the past 13 years largely because I know people who know me and know what I can do. I know I'm smart, because I'm smart enough to recognize where I fit in what I can do. I'm also smart enough not to care about the ArsDigitia's of the world. I guess I have a self-worth that doesn't depend on other people. Which is probably not healthy....

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

  76. Read the article (was: Re:Yahoo's problems...) by sorbits · · Score: 2, Informative
    if Yahoo has such easily exploitable end-user software, I'm very worried about the quality of their security as a whole.

    The article is not about (security related to) instant messaging, but e.g. bots signing up for a dozen Yahoo E-mail accounts, which use them for spam, people grabbing their stock quotes every fifth minute and re-publish them on their own site, people who do password attacks on auction accounts to trigger a lock-out, so that the bidder can't place any new bids during the last hour of the action etc.

  77. Whitelists by TimFreeman · · Score: 1
    Anyone else who emails you gets an autoreponse, "I don't know you. To ensure that you're a real human being, you'll to need to run the postage program to get the result for the code ABAASDFFEFEF".
    I run code like that, but simpler. The email you will get will essentially give you a trivial Turing test. At the moment the test is to put a specific string in the subject line, but if people start to spoof that, I'll change it.
    The senders email client can handle this autoreponse automatically, shielding the sender from needing to deal with it
    That's an advantage of the proposed scheme that my email doesn't share. On the other hand, my email scheme is unilaterally implementable and the person at the other end doesn't have to trust or read any program I write.
  78. The data would be useless anyway. by Anonymous Coward · · Score: 0

    There's no doubt a pocket calculator would be faster. In fact, anything at ALL would be faster.

    Think about it. Let's say the test problem is, say, 2 + 2. The user sarcastically replies that the answer is 42.

    Either the computer supplying the question has to accept that answer as being correct, or it actually has to work out the answer itself to check.

    If your computers are sending out questions they already know the answers to, or that they plan to compute answers for, in what possible way could this be used as distributed computing?

    I just assumed he meant it as a joke.