Slashdot Mirror


How Phishers Think, Act, and Make a Profit

whitehartstag writes with a write up of "the excellent session at Black Hat that detailed 'how phishers create sites, share info and code, and basically are lazy.' They store their stolen data 'on websites that they have hacked into, or on [publically available] sites like guestbooks. And even worse, they are not protecting their stolen data ... which means that all one needs to do to find this info is to reverse engineer a real phisher's website, look at their PHP script, and find out where they are storing the data.'"

133 comments

  1. How is this useful for law-abiding citizens? by Enderandrew · · Score: 4, Interesting

    I wish the article had good suggestions for how to prevent phishing attacks. Instead, it seems like this article is suggesting I can easily steal already stolen credit-card data.

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    1. Re:How is this useful for law-abiding citizens? by AceofSpades19 · · Score: 2, Funny

      You can start phishing phishers and get your sweet sweet revenge

    2. Re:How is this useful for law-abiding citizens? by urcreepyneighbor · · Score: 5, Informative

      I wish the article had good suggestions for how to prevent phishing attacks.

      Super secret information! Don't share with anyone! Majestic Clearance only!

      --
      "The fight for freedom has only just begun." - Geert Wilders
    3. Re:How is this useful for law-abiding citizens? by Anonymous Coward · · Score: 0

      Well, this is the BlackHat conference, not the White Hats after all :)

    4. Re:How is this useful for law-abiding citizens? by LostCluster · · Score: 4, Insightful

      Isn't that the reason they call it "Black Hat" instead of "White Hat"?

    5. Re:How is this useful for law-abiding citizens? by Enderandrew · · Score: 0

      Sorry, I'm terrified of clicking on links for fear of being phished. Perhaps I'll go search on MSN for how to prevent phishing. Oh wait, it says to exclusively use IE and then I'll be magically safe from all phishers!

      Now I feel safe and secure!

      (Yes, I'm being facetious).

      I know I can Google for information on phishing, but why post this article on Slashdot? It seems like the only point of this article is to encourage theft of data. I didn't think that was the norm for the editors here.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    6. Re:How is this useful for law-abiding citizens? by davester666 · · Score: 5, Interesting

      Offhand, the only 'good' thing you could do would be to hoop the database. If it's poorly secured, you could get it to delete all the current records. If it's more secure, you could fill it with slightly bogus data [like real names and addresses, but phony credit card numbers.

      This could result in:
      -fills up the drive on the computer it's stored on, which would at least temporarily halt more stupid people from adding their data to it
      -make it difficult to filter out good entries from bad. The data is kind of correct, they might have to actually pass it to the credit card company to actually check if it's good or not
      -if they can't filter out the bad entries, it makes using the database to do 'bulk' transactions easier for the credit card companies to notice [assuming they put much effort into it instead of just passing the cost onto merchants] as it happens, instead of 30 days later when people complain.

      --
      Sleep your way to a whiter smile...date a dentist!
    7. Re:How is this useful for law-abiding citizens? by teh+moges · · Score: 3, Insightful

      This article isn't about that, its about how they think. The information it does have, while brief, is exactly the type of information that I was expecting when I clicked the link.

    8. Re:How is this useful for law-abiding citizens? by Anonymous Coward · · Score: 0

      So then when do you break out the "Red Hat"? When you're stealing from the phishers and returning the stolen information to their rightful owners? Though I could've sworn Robin Hood wore a "Green Hat"...

    9. Re:How is this useful for law-abiding citizens? by Gyga · · Score: 2, Informative

      I think it is gray hats who break the law for ethically okay reasons.

      --
      I don't preview or spellcheck.
    10. Re:How is this useful for law-abiding citizens? by Anonymous Coward · · Score: 1, Interesting

      A lot of phish sites using php are sending the captured info to email accounts (gmail and yahoo seem to be the most popular).

      While there are times when you can find credit card or login info in txt files stored on a hacked server, I see them using email as a dumping ground more often, and keeping an actual database on the same server as the site is hosted seems far too dumb to be very common.

      As a side note, I try to report these email accounts when I find them and while I can't say what gmail has done with the reports I've sent them, I can say that yahoo has been completely impossible to work with. The last time I tried, I even got a response back but they misunderstood (obviously didn't bother to fully read) my email. Even after going back and forth with them two other times, and trying everything I could to explain it clearly they didn't get it.

      They kept thinking I was trying to report spam I had seen sent to me from a yahoo account and they wanted headers.

    11. Re:How is this useful for law-abiding citizens? by maxume · · Score: 2, Interesting

      So the only thing keeping poor Billy from stealing data is that he hasn't thought about it and a timely article on /. is going to push him over the edge?

      Probably not.

      --
      Nerd rage is the funniest rage.
    12. Re:How is this useful for law-abiding citizens? by xristoph · · Score: 1

      that might work... if they're not logging database accesses, which would make it relatively easy to filter out the good data again...

    13. Re:How is this useful for law-abiding citizens? by cduffy · · Score: 1

      The article increases awareness of a security vulnerability.

      Awareness means people can reprioritize how important it is to fix something: ie. if phishers handle private data so carelessly that it can be stolen by more parties than just that initially gathering it (and the party they sell it to), that provides a justification for even more vigilance than would otherwise be used, and a talking point to use when telling people how important it is to be cautious about potential phishing sites.

    14. Re:How is this useful for law-abiding citizens? by Minwee · · Score: 1

      Then who are the "Jimmy Hat"s?

    15. Re:How is this useful for law-abiding citizens? by Clock+Nova · · Score: 1

      They're what you wear before sleeping with Mr. Bishop's wife and daughter. Never know where them New Reno chicks have been.

      --
      There they were, sitting in the van with all those dials, and the cat was dead. -V. Marchetti, CIA
    16. Re:How is this useful for law-abiding citizens? by Darkness404 · · Score: 1

      Nah, I only break out a Red Hat for the few occasions I work with RPMs. Or when I feel like switching to Fedora for a weekend.

      --
      Taxation is legalized theft, no more, no less.
    17. Re:How is this useful for law-abiding citizens? by davester666 · · Score: 3, Informative

      Maybe, but you could spoof the IP and/or MAC address of the phishing site, and you've got the code the guy is using to update the database, so you could probably get really close to looking like the real phishing site.

      Of course, if the phisher is storing the data on some 3rd party guestbook, you may not want throw thousands of entries a second at it...

      And this could easily cross over to the illegal side... Technically, it probably is illegal to write bogus entries into a hackers data, as it would be gaining improper access to a companies information [probably some federal statue].

      --
      Sleep your way to a whiter smile...date a dentist!
    18. Re:How is this useful for law-abiding citizens? by Majik+Sheff · · Score: 1

      The conference on phishing and spamming should be called the Ass Hat conference.

      --
      Women are like electronics: you don't know how damaged they are until you try to turn them on.
    19. Re:How is this useful for law-abiding citizens? by janrinok · · Score: 4, Informative

      Certainly over here in Europe you will have just committed an offence. The unauthorised access of someone else's computer is illegal, yes, even those computers being used by criminals. There is no "Robin Hood Excuse" that will change the fact that your actions are illegal. Now, as the US has just been successful in claiming the extradition of a British cracker, I'm sure that the US will be equally happy to extradite all those Americans who hack into European criminals' computers to face charges over here. Alternatively, you might have been suggesting that all phishers are American and that as long as such actions are contained inside the USA it is all entirely acceptable.

      That's one of the problems of being a vigilante, you often have to be a criminal to do what you 'believe' to be justice. It doesn't make the vigilante any better in my eyes.

      --
      Have a look at soylentnews.org for a different view
    20. Re:How is this useful for law-abiding citizens? by jschottm · · Score: 2, Interesting

      I wish the article had good suggestions for how to prevent phishing attacks.

      But it does. Given that the miscreants are apparently posting information into public forums, simply enter your credit card number into a google search from time to time and see if it turns up. (Note for those without a sense of humor: don't do that.)

      Seriously, what did you expect from a two paragraph writeup (one of which isn't actually about phishing but sale of CCs) of a talk at a conference that says with a wink and a nudge that they cater to the bad guys? There's not actually enough information in the blog (not that there's supposed to be) to warrant getting on slashdot. There's a bunch of resources available discussing the subject if you really need information on the subject.

    21. Re:How is this useful for law-abiding citizens? by Anonymous Coward · · Score: 0

      you break out the "Red Hat" when you pay hundreds of dollars for "free" software.

    22. Re:How is this useful for law-abiding citizens? by Eskarel · · Score: 2, Interesting
      I really don't think legality is all that much of an issue. You're looking at more risk of them sending hired goons than the police.

      Remember illegal access to a computer is illegal, but anyone running a database full of stolen credit card numbers is probably not going to call the cops on you, especially since to prove you access the system they'd have to keep it pretty much intact.

    23. Re:How is this useful for law-abiding citizens? by rapiddescent · · Score: 4, Insightful

      legality is an issue - why should *you* make the judgement on whether that data is in fact stolen - perhaps that data has been placed their by banking regulators/NHTCU using 'honeypot' card numbers so that tracing can occur to recover funds.

      A well known Scottish bank (that I used to work at) were well known for chasing money launderers who have (ab)used their systems to the ends of the earth - often spending more than the consequential fraud loss to do so. In the old days, they used to use marked cheques - nowadays they have hotscan products that will trace payments to affiliated payment networks across international borders.

      Yeah, breaking into phishing sites is a lot of fun, but before you "drop table", think about your actions and whether you are breaking the computer misuse act (UK) or the Police and Justice Act (Scotland) or indeed any law from the host nation.

      The Gary MacKinnon case has shown that a rather underrated cracker (poking around with Term Services looking for blank passwds -- for FS!) can cause an extradition to a foreign country well known for its human rights abuses - is just shocking.

    24. Re:How is this useful for law-abiding citizens? by Anonymous Coward · · Score: 0

      I wish the article had good suggestions for how to prevent phishing attacks.

      Super secret information! Don't share with anyone! Majestic Clearance only!

      Yeah sure. Like I'm really going to click that link. Do you think I was born yesterday?

    25. Re:How is this useful for law-abiding citizens? by Anonymous Coward · · Score: 0

      Phishers store IP of people loging in, filling phishers database with bogus from one ip does not damage the rest of the data because it's easy to filter out the bogus data.
      g

    26. Re:How is this useful for law-abiding citizens? by Fred_A · · Score: 3, Insightful

      Remember illegal access to a computer is illegal, but anyone running a database full of stolen credit card numbers is probably not going to call the cops on you, especially since to prove you access the system they'd have to keep it pretty much intact.

      There is however a marginal risk that the legitimate owner of the system would notice you instead of the phisher. And call the relevant authorities on you. Which might prove uncomfortable.

      --

      May contain traces of nut.
      Made from the freshest electrons.
    27. Re:How is this useful for law-abiding citizens? by kipman725 · · Score: 1

      your paying for support and guarantees certain things will run oh and the shiny art work ;)

    28. Re:How is this useful for law-abiding citizens? by Noodlenose · · Score: 1

      "..I'm sure that the US will be equally happy to extradite all those Americans who hack into European criminals' computers to face charges over here."

      Wouldn't there be a cue? Or even a rise in hacker related offenses of all those who want to move into an environment devoid of neo-evangelicals, the Homeland Security Agency and -most of all- Americans?

    29. Re:How is this useful for law-abiding citizens? by powerlord · · Score: 1

      You can start phishing phishers and get your sweet sweet revenge

      Don't think of it as "Phishing Phishers" ... think of it as "Phish Pharming" ;)

      --
      This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
    30. Re:How is this useful for law-abiding citizens? by d3ac0n · · Score: 0, Flamebait

      I'm sure that the US will be equally happy to extradite all those Americans who hack into European criminals' computers to face charges over here.

      Maybe...

      But it's EUROPE. You guys can only BARELY put away terrorists. People that actually kill innocent bystanders get light sentences. What do you really think will happen to a hacker who hacks a phisher? I suspect that the worst that will happen is that they will bar this hypothetical hacker from entering Europe for a while. Which, since the hypothetical hacker in this situation is American, would mean that the hacker gets an all-expenses-paid trip to Europe for a few weeks and then comes home. Wow. Real scary.

      --
      Official Heretic from the "Church of Global Warming". Proven right thanks to whistle blowers. AGW = Flat Earth Theory
    31. Re:How is this useful for law-abiding citizens? by roguetrick · · Score: 1

      -get you arrested along with the phisher

      --
      -The world would be a better place if everyone had a hoverboard
    32. Re:How is this useful for law-abiding citizens? by Ilgaz · · Score: 1

      Already stolen but the data is already known to be stolen. A big difference.

      A good way to let FBI come to your house in 10 minutes is using a documented/stolen credit card on a major online site. ;)

      Law abiding citizens should use a browser/extension which alerts when they visit phishing site, cough $10 or free opt-in for a "pseudo-random password generator" which will totally make the entire concept of stealing passwords useless. Please check that http://www.phishtank.com/ , people spares their free time to verify and submit phishes for free. Look at those amazingly stupid URLs.

      That is a professional oriented site and even technical users keep telling the law abiding citizens above, for thousand times. The problem is, they don't listen. So I think guy didn't bother.

    33. Re:How is this useful for law-abiding citizens? by Enderandrew · · Score: 1

      Be careful or you'll get the Gigolo reputation.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    34. Re:How is this useful for law-abiding citizens? by Eskarel · · Score: 1

      You might notice I didn't say that doing it was right, or a good idea. What I said was that the consequences you might encounter were unlikely to be legal in nature because criminals don't involve the police in protecting their businesses very often.

    35. Re:How is this useful for law-abiding citizens? by DiamondMX · · Score: 1

      Umm, Robin Hood was a wanted criminal, according to most of the commonly believed lore.
      I don't think his excuse *worked*

    36. Re:How is this useful for law-abiding citizens? by DiamondMX · · Score: 1

      Americans, on the other hand have been considering bringing back 'cutting off the hands of the offender' for stealing loaves of bread.

  2. Google by Anonymous Coward · · Score: 0

    If you want credit card numbers, just Google for them. Why bother buying them from a fisher?

    1. Re:Google by ya+really · · Score: 2, Funny

      Let me get you started, 4111 1111 1111 1111. It even passes the mod 10 check!!

    2. Re:Google by Daniel+Weis · · Score: 1

      What's the credit limit on a trout's account? How about a whale?

    3. Re:Google by ya+really · · Score: 1

      Make sure you ask for the mother whale's name (mwn), I hear that's pretty important.

  3. Hmm by areusche · · Score: 2, Funny

    Hackers hacking hackers? That's a mouthful! What's next? Bankers banking bankers?

    1. Re:Hmm by Eudial · · Score: 5, Funny

      The next logical step would be hackers hacking hacker-hacking hackers.

      --
      GAAH! MY PRINTER IS ON FIRE!!! PUT IT OUT! PUT IT OUT!
    2. Re:Hmm by Anonymous Coward · · Score: 0

      Of course. Police police police police.

    3. Re:Hmm by Shajenko42 · · Score: 2, Funny

      Luckily, I have a Trace Buster-Buster-Buster.

    4. Re:Hmm by Clandestine_Blaze · · Score: 3, Funny

      Oh yeah? Well I see your smelly Buffalo, and raise you a James while John had had had had had had had had had had had a better effect on the teacher

      I wish I knew about this while I was in high school and had to write boring 500 word essays. A few of these and I would be nearly done! :D

    5. Re:Hmm by Anonymous Coward · · Score: 0

      From the main article:

      ...To sell things like credit cards, they showed a site called vipdump where you can buy a stolen US credit card number for $20 each...

      Next step is phishing a phisher about the $20 by redirecting him/her from that 'vipdump' to a page to get his/her credit card. The screw keeps on turning.

      Ah, and by the way, I think it's time to put clear that by phisers nobody is referring to Trey Anastasio's band fans.

    6. Re:Hmm by Anonymous Coward · · Score: 0

      GNU

    7. Re:Hmm by Anonymous Coward · · Score: 0

      am i the only one who only understand 5/8th's of that?

    8. Re:Hmm by suggsjc · · Score: 1

      Hate to self promote here...but why not buy the book?

      Quite the entertaining read.

      --
      When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
  4. Hey! by Vectronic · · Score: 5, Funny

    "...[Phishers] basically are lazy"

    I'm lazy, maybe I could be a phisher king...

    "...all one needs to do to find this info is to reverse engineer a real phisher's website, look at their PHP script..."

    Shit, I instrinsically fail.

    1. Re:Hey! by cthulu_mt · · Score: 1

      The Batman version:

      "...Hackers are a cowardly and superstitious lot...also lazy"

      --
      Virginia is for lovers. EVE is for griefers.
    2. Re:Hey! by brunokummel · · Score: 1

      "...[Phishers] basically are lazy"

      I'm lazy, maybe I could be a phisher king...

      "...all one needs to do to find this info is to reverse engineer a real phisher's website, look at their PHP script..."

      Shit, I instrinsically fail.

      Well ..That's the easier part, since the poster of TFA already figured out the much harder "..." part of the sequence:
      1 - Think
      2 - ....
      3 - Profits

      --
      What is best in life? To crush your enemies, to see them driven before you and to hear the lamentations of their women.
    3. Re:Hey! by halcyon1234 · · Score: 1

      I'm lazy, maybe I could be a phisher king...

      Do they call you John, the Phisher Man?

    4. Re:Hey! by Anonymous Coward · · Score: 0

      The thing is, 'reverse engineering' their scheme is amazingly, unbelievably, all-too-trivially easily. I have found not one, but TWO Myspace phishing pages in which my 'reverse engineering' included such high-tech steps as:

      1) Traverse up a directory
      2) See the directory listing, and find the .txt file
      3) ??? (Not sure but I think this step is 'click the .txt file')
      4) Profit!!!

      No, I am not kidding. Each file had around 10,000 passwords in it too. A perfect example of the stupidity of both Myspace phishers and users.

  5. The Phisher Job Description by Nymz · · Score: 3, Funny

    ...does involve 'securing' data, just not in the way you think it does.

  6. It's easy to phish! by MyOtherUIDIsLower · · Score: 0, Offtopic

    1. Think 2. Act 3. ??? 4. Profit!

    --
    My other UID is lower than this one.
  7. Phishers Are Lazy Because People Are So Dumb by curmudgeon99 · · Score: 1

    How many thousands of times have you received emails from Nigerian Princes and banks you have never heard of? Enough, right, to know that you're an idiot to click on them. Then, add in lazy, persistent, digitally-amplified slackers trolling for information, and you have The Perfect Storm. These lazy phishers are making money because Joe Sixpack and Mary Hausfrau are so utterly stupid. We're doomed.

    1. Re:Phishers Are Lazy Because People Are So Dumb by ILuvRamen · · Score: 1

      What do you mean "we're" doomed? More like people that dumb are doomed. We're just gonna hit the delete button on those dumb e-mails. Or OMG maybe even look at the status bar to see where links go.

      --
      Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
    2. Re:Phishers Are Lazy Because People Are So Dumb by McGiraf · · Score: 1

      And who end up footing the bill? ... yeah. It raises the cost for everyone else like shoplifting and any kind of fraud does.

    3. Re:Phishers Are Lazy Because People Are So Dumb by kent_eh · · Score: 1

      What do you mean "we're" doomed?

      I expect he means that large numbers of stupid people doing especially stupid things can cause significant negative effect on the economy.
      Or cause draconian reactions from the financial sector and/or governments.

      That affects us all.

      --

      ---
      "I can't complain, but sometimes still do..." Joe Walsh
    4. Re:Phishers Are Lazy Because People Are So Dumb by DaveWick79 · · Score: 2, Interesting

      No, it most certainly affects everybody, because if the phisher is good enough he is going to dupe many merchants out of thousands of dollars, and when the credit card companies issue chargebacks, it will put small businesses out of business, take those thousands of dollars out of the hands of the middle class and put them in the hands of some worthless hacker who is probably going to blow it on dope. It has a far reaching effect.

    5. Re:Phishers Are Lazy Because People Are So Dumb by curmudgeon99 · · Score: 1

      Right on point. If just enough idiots fall for this, they validate the business model for Phishers and then, the chances are higher that one day one of us will receive a notice from a bank where we DO have an account.

  8. Old Hat by Pandare · · Score: 5, Funny

    This article is an old Trope. In fact, Confucius once said: "Give a man a fish, he eats once. Teach a man to phish and he gets a post in /."

    1. Re:Old Hat by Anonymous Coward · · Score: 2, Funny

      Confucius say:

      There is black hat and white hat, but your sig is just old hat.

    2. Re:Old Hat by Yvan256 · · Score: 4, Funny

      Give a man fire and he'll be warm for a day. Set him on fire and he'll be warm for the rest of his life.

    3. Re:Old Hat by Darkness404 · · Score: 4, Funny

      But give a man Ramen Noodles and you don't have to teach him anything.

      --
      Taxation is legalized theft, no more, no less.
    4. Re:Old Hat by caluml · · Score: 1

      A bunch more here :)

    5. Re:Old Hat by Anonymous Coward · · Score: 0

      Uncooked Ramen Noodles? Teach him how to boil water.

    6. Re:Old Hat by cffrost · · Score: 1

      Kick a man in the noodle and he won't ask you for anything.

      --
      Thank you, Edward Snowden.

      "Arguments from authority are worthless." —Carl Sagan
  9. Actually... by Anonymous Coward · · Score: 0

    In my experience, most small-scale phishing operations simply email the info to a throw away free email (the email will outlast the site in almost 100% of cases).

  10. One time... by JimboFBX · · Score: 1, Interesting

    One time I received an e-mail saying my account at a local credit union had been compromised (he was using the university's public ability to look up people to attack their e-mail address). The thing was I didn't have an account at that credit union. I knew it was a phishing scheme, so I clicked the link and intentionally made up a user name said my password was "the FBI is coming". Of course, it went to the next page to re-affirm my personal information.

    I e-mailed the real credit union, told them about it, told them the link, and even who-is'd him for them in the e-mail (it appeared to be an Indian name). They told me they were looking into it. 4 months later I got the same e-mail, same website. A third e-mail showed up next year as well.

    The funny thing is that in the local college newspaper there was a guy who said he'd charge $35 to install Windows Vista on people's computers if they were a college student. Windows Vista was offered for free to individuals of the university, you just had to go download the installer. I called the number on the ad, being pissed off at how he was trying to rip people off, to give him a fake place to show up at. It went to his voice mail.

    He had a thick Indian accent. Same guy? Coincidence? No idea. I ended up not leaving a message.

    I still have the e-mail message. The domain he used is no longer registered to anyone. I hope they nabbed him.

    1. Re:One time... by Anonymous Coward · · Score: 0

      I traced a phisher who tried to hex encode his ip address... He was using some cities local news website (mail function) to e-mail himself the information.

    2. Re:One time... by maxume · · Score: 1

      I've gotten phishing emails, notified the registrar (basically, if it makes it past gmail, I take it as being more 'lively') and watched the domain disappear within 48 hours. I don't have any illusions that it must have been my notification that made things work (I've also had registrars act like it isn't any of their business that their clients are pissing in the pool), but getting the domain pulled is the one thing that is going to prevent anything from happening.

      --
      Nerd rage is the funniest rage.
    3. Re:One time... by c0nsole · · Score: 3, Interesting

      Sounds like a coincidence to me. I charge way more than that to install any OS on any computer, as the job usually involves backup and migragation of the client's files, tracking down drivers, and other mundane stuff. For $35 it sounds like the guy was just trying to pickup some cash on the side. Even in the technical fields at my university I know there were *many* people who would never attempt something as trivial as installing an OS. Downloading and installing a printer driver is voodoo to those people, even though they themselves installed the printer via the 'quick setup poster' that came with it when it was new. Trying to show these sorts of people how to do this stuff themselves is an exercise in futility. I doubt the phisher in question would have the know-how to even be able to install Vista anyways...I heard they're quite lazy. :)

    4. Re:One time... by Brain+Damaged+Bogan · · Score: 1

      seems to me he was charging for the service of installing vista, not charging them for vista, hence why he'd only do it "if they were a college student", because they apparently got the licence for free from the college.
      not everyone in this world can install an operating system in their sleep.

      --
      -- Sex is the antonym of pringles. Once you pop it's time to stop.
    5. Re:One time... by Anonymous Coward · · Score: 5, Funny

      "even who-is'd him for them in the e-mail (it appeared to be an Indian name).... I called the number on the ad... He had a thick Indian accent. Same guy? Coincidence?"

      No way that was a coincidence. I mean, how many Indians are there?

    6. Re:One time... by Anonymous Coward · · Score: 0

      Giving him a fake place to show up?

      Sounds like you're the asshole.

      $35 isn't all that bad a price to install an OS. I can charge over 5 times that (Debian) and people are happy, because they need it done, don't have the time or inclination to do it themselves.

    7. Re:One time... by ajlisows · · Score: 1

      I'm a little disturbed by your post on two levels. The first is that you think charging $35 to install Windows is somehow "Ripping people off". Sure, they let you download the installer for free. How many people, even college students, necessarily know what to do next.

      By the time you go through the long Vista install process, download the newest patches, hunt down drivers that didn't get installed automatically, and whatever else you can end up having spent a good 3 hours worth of your time.

      Take the same installer to Best Buy and ask them how much to install Vista for you. I guarantee it is more than $35.

      The other disturbing part is that when dealing with a known fraudster, you assumed he used his real name to register the web site where he set up his scam.

    8. Re:One time... by Anonymous Coward · · Score: 0

      An Indian accent? Ripping people off? Fake address. lol, you are an idiot.

    9. Re:One time... by JimboFBX · · Score: 1

      Because obviously everyone has to nick-pick every fact...

      The ripping people off part of the $35 deal is that you can call the university's helpdesk and have them help you for free. Its a service provided by the university. I knew people who worked at it and they flat out said "That's a rip off because we'd help people do that". Secondly, the ad's language carried the implication that for $35 he would TELL you where you could get the installer for Vista (I don't remember the exact words, but I think it was something like "Hey students! Find out how you can get Vista Professional! $35"). It wasn't clear if they would actually install it for you, which is part of the reason I was calling. As many have pointed out, if they do install it for you that is not entirely an unreasonable price (well, from a business stand-point, but not from a college student's standpoint, especially when your surrounded by a lot of people who'd help you with that for free).

    10. Re:One time... by omuls+are+tasty · · Score: 1

      Apu, there are rumors that you are a Hindu. Is this true?

      By the many arms of Vishnu, I swear it is a lie.

    11. Re:One time... by mcrbids · · Score: 1

      Don't take this as an attack. We all make mistakes sometimes.

      But wow. Pitiful that you'd think that two people with "fer'n acksents" would be the same guy. As if 5.75 billion of the world's 6 billion people sounded "fer'n".

      For a while, I did as you did, although I amped it up a bit. Rather than submit a single form, I reverse-engineered the submission form, then write a PHP shell script to auto-submit random (crap) data into the form with several connections at once. Then I'd fork a hundred or so processes to run the script in a loop. Over a few hours, I'd submit a few hundred thousand submissions to the phisher, data that appeared legit, but wasn't.

      Until it bored me. You do it for a while, but the next day, there's another phisher, another form to reverse engineer. So you do it again, and again, and again, until... ?

      So I don't bother anymore. I delete the messages.

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    12. Re:One time... by LMacG · · Score: 2, Funny

      > Because obviously everyone has to nick-pick every fact...

      Umm, yeah, that would be "nit-pick".

      --
      Slightly disreputable, albeit gregarious
    13. Re:One time... by Anonymous Coward · · Score: 0

      Because obviously everyone has to nick-pick every fact...

      Welcome to slashdot!

    14. Re:One time... by Culture20 · · Score: 1

      He had a thick Indian accent. Same guy? Coincidence? No idea.

      Stop by your Uni's Computer {Science,Technology,Engineering} department, ask to see the graduate student research lab, and count the number of Indian students. They're all there for two-three years, then graduate, and then they get good industry jobs. The chance it's the same guy is really really low.

  11. How to prevent phising attacks. by Anonymous Coward · · Score: 5, Insightful

    Engage brain before clicking.

    1. Re:How to prevent phising attacks. by CDMA_Demo · · Score: 2, Interesting

      Engage brain before clicking.

      I think you proved subtly that we have a Darwinian mechanism at work through phishers and crackers.

    2. Re:How to prevent phising attacks. by Anonymous Coward · · Score: 0

      Insinuating that only stupid people become phishing victims is like saying only whores are raped.

    3. Re:How to prevent phising attacks. by Darkness404 · · Score: 1

      Really, most phishing attacks can be stopped with 2 things A) Making sure that it is the correct site and B) Making sure that it is HTTPS and the certificate is valid. If you do those two things, you have a good possibility of not being phished. Now, if the DNS servers gets cracked or other things like that, you might, but for 99.99999 percent of the time, doing those two things should protect you. Oh, and use a decent browser like Firefox.

      --
      Taxation is legalized theft, no more, no less.
    4. Re:How to prevent phising attacks. by Anonymous Coward · · Score: 0

      No it isn't.

  12. Apologies to Juvenal by agendi · · Score: 1

    But who phishes the phishers?

    --
    I just can't be bothered.
  13. Article summary by Soulshift · · Score: 0, Offtopic

    How to profit as a phisher -

    1. Think
    2. Act
    3. ???
    4. Profit!

    --
    node-def: a tactical hacking sim. Now in open beta.
  14. I have to know by zappepcs · · Score: 2, Interesting

    The title and summary suggest that phishers are somehow less. Lazy? What, are drug dealers not lazy? Pimps more business savvy?

    That is just bothering me. Anyone else think that is just wrong? Lazy? WTF exactly would a non-lazy phisher do? Setup a data center in the Caymans? Seriously!

    1. Re:I have to know by Anonymous Coward · · Score: 0

      The point is to debunk any myths that people believe phishers are ninja hackers when in reality they are lazy, unskilled, sloths with no mojo.

    2. Re:I have to know by rootooftheworld · · Score: 1

      Yes. Seriously!

      --
      I know full well that tobacco is bad for you, so I smoke weed with crack
  15. Bad summary by Anonymous Coward · · Score: 0

    the excellent session at Black Hat that detailed 'how phishers create sites, share info and code, and basically are lazy.'

    Um, the article is clearly about social networking sites.

  16. don't forget the microsoft's Blue Hat by CDMA_Demo · · Score: 1

    and apple's mighty iHat as well

  17. The law will protect us! by Jah-Wren+Ryel · · Score: 2, Funny

    And even worse, they are not protecting their stolen data

    Clearly, the answer is to pass a law requiring that phishers disclose all breaches of the personal data they have collected. That will undoubtly shame them into increasing their security to better protect our personal information.

    --
    When information is power, privacy is freedom.
  18. And even worse by narcberry · · Score: 3, Funny

    ...they aren't protecting it? The fact that my personal information is in the hands of people with intentions of using it, is not as bad as them not protecting it? I'd hate to imagine the kinds of people that might get their hands on my personal information!

    --
    Modding me -1 troll doesn't make me wrong.
  19. To summarise drastically ... by ezzthetic · · Score: 0, Redundant

    Phishers

    1. Think
    2. Act
    3. ...
    4. Profit!!

    --
    You know what they say about opinions. They're all fabulous!
  20. Horribly Insecure by Anonymous Coward · · Score: 0

    Followed a link in a phishing email, to a fake Paypal home page. Noticed the page wasn't in the root directory of the site, so I went quickly checked out the parent directory. A file in there caught my eye, a text file that began with "cc_". Opening it revealed about a hundred and fifty sets of email addresses, mailing addresses, full names, Paypal passwords, credit card numbers, and secret codes from the back of the credit card.

    Sent an email to Paypal. Also sent one to every email address on that list that wasn't obviously phoney, telling them to cancel their credit card, change their Paypal and email account passwords.

    The server was located in North Korea, I believe, so there wasn't much that could be done to shut it down. The IP address wasn't registered to a domain name either, so good whois information was out of the question.

    Four days later, the site was gone, likely just using another IP address.

    Makes me wonder how many other people discovered the list of information and what they decided to do with it.

  21. Phishers ain't more techsavvy than the average Joe by Opportunist · · Score: 3, Interesting

    With the advent of MPack and other tools from the RBN, it doesn't take a "hacker" anymore to phish. You buy a toolkit, you buy the exploit, you buy a trojan and the scripts for your server, and off you go. The reason why it's successful is simply that there are people who know less than the attacker about security.

    Detach yourself from the idea that phishers are in any way required to be security gurus, or that they're in some way intimate with the inner workings of PCs or networks. Those that know how to code don't attack anymore. They sell their attacking toolkits to others who then conduct the attacks.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  22. "non-cisco vpn" client? by vic-traill · · Score: 1

    So TFA says that"

    An (sic) live exploit was demoed using a non-cisco sslvpn vendor during the session.

    I guess I'm not afraid to demonstrate my incompetence before the entire world, but I searched for results in the two months for i) generic ssl vpn fix, ii) nortel ssl vpn fix and iii) microsoft ssl vpn fix, and came up empty handed.

    Or are they talking about the Debian OpenSSL key debacle? Or maybe I should drop the "fix". :)

    --
    [17] Leary, T., White, C., Wood, P. R., Bhabha, W. D., and Wirth, N. Lambda calculus considered harmful. In Proceedings
    1. Re:"non-cisco vpn" client? by Eskarel · · Score: 2, Informative
      Basically a vpn(virtual private network) is a way of connecting securely to a network remotely. In essence it makes you appear as if you are on the remote network even when you're not.

      This like pretty much every other networking task imaginable requires a client(it connects the ssl connection and handles the routing as appropriate).

      Cisco makes one, as do a number of other vendors(CheckPoint comes to mind, but only because it's the client I have to use for my work vpn connection).

      All they're saying was that one of the vpn client vendors has a bug which allows an exploit of some description. If you don't have one, don't worry about it, if you do have one check yours and don't worry about anyone elses.

    2. Re:"non-cisco vpn" client? by widman · · Score: 1

      That was for the ActiveX exploit. The SSL man-in-the-middle applies to all SSL VPN vendors and isn't fixable unless they add some extra server authentication.

  23. The Perfect Crime by v(*_*)vvvv · · Score: 2, Insightful

    Idiots fooling around do all the dirty work, and the serious crooks just snatch all their work without them even knowing it.

    I am guessing phishing is risky. I am guessing that only phishing can gather information in such a large scale. If this is true, then while the idiots are getting caught, the really smart people and gaining a ton of really useful information as we speak.

    If this is the case, I would be *very* worried.

  24. AC? by funkdancer · · Score: 2, Interesting

    How long until some jokester does a phishing attack that submits the info to random slashdot threads?

    --
    ISO certified == THX certified
    1. Re:AC? by dotgain · · Score: 1

      We've had worse.

  25. You know, this one time... by patio11 · · Score: 4, Funny

    ... I saw two white guys in a day. And was like, whoa -- are you folks following me?

    Then I saw another one. I knew it. Never trust white guys.

    -- A white guy (but just because I'm paranoid doesn't mean I'm not out to get me!)

  26. People who steal are lazy by houghi · · Score: 2, Interesting

    Who would have thought such a thing? I thought that people who steal would make specific GUI's for them selves like you see in the movies and do all that other stuff.

    OK, end the sarcasm. People who steal want to take a shortcut to the money. They want to have the money with the least possible effort. As the data they stole is not theirs and protecting them will take effort, why would they do it?

    It is as if saying that you are surprised that if people rob your house they make a mess of it. Why would they not?

    --
    Don't fight for your country, if your country does not fight for you.
  27. So simple by Anonymous Coward · · Score: 0

    1) Think
    2) ...
    3) Profit !!!

  28. In related news ... by tukang · · Score: 1

    How suckers think, act, and lose their shit

  29. Re:first post by Anonymous Coward · · Score: 1, Funny

    Yeah, there's something wrong with the world when the trolls are more interesting than the on-topic posts.

  30. How Phishers Think, Act, and Make a Profit: by Conanymous+Award · · Score: 2, Funny

    1. Hmmm, I want me some profit
    2. Somebody set up us the phishing website
    3. ???
    4. Profit!

  31. XLNT BUSNESS OPORTUNITY [sic] by Crash+Culligan · · Score: 1

    houghi: Who would have thought such a thing? I thought that people who steal would make specific GUI's for them selves like you see in the movies and do all that other stuff.

    Now, now... don't dismiss that sarcasm so easily. We've established that they're lazy and don't pay much attention to security. But you're onto something there, man. We just have to coax the idea into full reality.

    Sure, they're lazy. Either they write the minimum code they need to in order to get their job done, or they buy off-the-shelf toolkits that have what they need. If the toolkit is cheap enough, they would gladly spend a little money in order to make a lot of money.

    And that's where the fun begins.

    Imagine a craigslist advertisement for such a toolkit with a friendly and easy-to-use back-end interface and innocuous-looking login mechanism so nobody can waltz in and steal or contaminate the collected data. The person who sets that up could make a few bucks on the side...or collect the names and addresses and turn the list over to the FBI...or distribute a program that contains some sort of sleeper malware that lies dormant for a while before it springs into action. How bad do you think the problem of software piracy is among those people, hmmm?

    Of course, word of mouth won't be enough. We'll have to start sending out advertising emails. Lots of them. And possibly take out advertisements on those websites that cater to that sort of clientelle. After all, running a board like that probably costs money. The operators should be grateful for any recompense they get. Advertising is an excellent way to make money on a website. Big, flashing banner advertisements in noxious colors, telling them that they've won a free copy of PhishPharmrâ and that all they have to do to claim their prize is enter a little personal information.

    Just remind yourself that the point of this exercise is education, not necessarily profit. Some people steadfastly refuse to admit what kind of trouble they cause until they get caught it something like it themselves.

    --
    You cannot truly appreciate Dilbert until you read it in the original Klingon.
    1. Re:XLNT BUSNESS OPORTUNITY [sic] by justinlee37 · · Score: 1

      Sell it for ostensibly legitimate purposes on the cheap. Those sort of "hint hint, wink wink" areas of industry that indirectly support the seedier bits make bank.

    2. Re:XLNT BUSNESS OPORTUNITY [sic] by bhtooefr · · Score: 1

      Better yet: Make it actually store a database of credit card numbers, names, and addresses... but make it generate the numbers with a random number generator (but make sure they pass checksums,) fake names, and fake addresses. Make it send you the IP address it's running from at all times - that'll give you the most time possible to trace it. Or, if you feel like it, DDoS it, but that's less productive.

  32. They're lazy? No way! by KenMcM · · Score: 1

    Figures that they don't put much effort into securing their data.
    The reason these people are phishers is because they're too lazy to obtain and hold a real job. They'd rather just get a bunch of credit card numbers and spend other people's money than have to work for their own. There comes a point where it's not worthwhile to do that when you have to work as hard for your money as everybody else.

    (I know, encryption isn't particularly hard work - but it's such a drag to bother with. Let's just rack up some credit card charges at the nude bar, that's much more enticing)

  33. dear eve by wisty · · Score: 1

    adam.adamson@gmail.com, p@ssword; betty.bearham@yaho.com, thisismysecret; charlie.chapman@live.com, 1234fdsa;

    1. Re:dear eve by Anonymous Coward · · Score: 0

      whoa, 1234fdsa, that charlie chapman is a power user! He made the typical 1234asdf look much more secure!

  34. I just bought your credit card. by Anonymous Coward · · Score: 0

    To sell things like credit cards, they showed a site called vipdump where you can buy a stolen US credit card number for $20 each. Vipdump is just one of hundreds of such sites, all of which use some form of anonymous payment system like egold or WU.

    Did they really have to tell you where to buy a credit card? Google VIPDump and hit "I'm feeling lucky". Voila, VipDump.com. I know that most people that are interested in buying credit cards already know where to look, but before this article I didn't know where to look.

    1. Re:I just bought your credit card. by Anonymous Coward · · Score: 0

      Do they accept payment with all major credit cards?

  35. This is useful for law-enforcement agencies. by ukemike · · Score: 1

    It ought to be very useful to the law enforcement agencies such as the FBI. It seems like this kind of access could prove to be very fruitful in busting criminals. I'm not even in IT, but this seems like a no brainer. Look at the script; see where they are storing the stolen data; get a warrant to find the IP of whoever set up the account or whoever accesses it; go to their home with a warrant; and bust them. But perhaps I am expecting too much of our law enforcement agencies since they are so busy tracking all of the millions of Americans on their terrorist watch lists.
    What I keep thinking is that if the crooks are this lazy it is because they can be. Nobody is chasing after them. It boggles the mind.

    --
    -- QED
  36. Lazy? by Anonymous Coward · · Score: 0

    Mainly, when I fish, I always use someone elses fishingpole. Wouldn't want my own getting trashed if I happened to catch a barracuda.

    Secondly, when I do catch the fish I don't throw it in my freezer just yet. First I throw it in a barrel. You need to clean it up first you see.
    Usually I go take a beer or two and come back later when the fish is dead. That way you don't have to get your hands dirty and kill them yourself.

    I'm just saying that there's a technique to it. And any phishermen you'll come across will agree on that.

  37. Yep, it's true by macraig · · Score: 1

    I can attest to the veracity of this Black Hat session: I've been randomly doing this to phishers for at least two years, identifying the site with the script, grabbing it and inspecting it, figuring out the target for the script data, and grabbing the data files themselves. I was doing it to gather evidence in the act of preparing complaints against them.