Skip to main content

Please give us your WoW account

This week I found this in my mailbox:

At first glance it looks like a genuine e-mail from Blizzard, it even passed Hotmails spam filter. But I quickly remembered that I didn't get this kind of e-mail when someone changed my password and actually hacked my account two months ago.

Giving this message a closer look quickly gives more hints to show us that it's a fake:
  • "you Login verify your password" - Bad English in an automatically generated mail? No professional company would send this mail let alone one based in the United States;
  • "If you are unable to successfully verify your password . using the automated system" - That's not even a proper sentence.
  • As every WoW player should know, Blizzard will never ask you to enter your password.
  • Any login site should have the https protocol.
  • The e-mails source code shows that the e-mail comes from the IP 66.7.192.88. This links to frontierfuelcompany.com, not to blizzard.com like their authentic e-mails do.
After seeing all this it's clear that this mail is an obvious forgery. But in the name of investigation I clicked on it anyway and both FIrefox and Internet Explorer tag it as a phishing website. Ignoring the phishing message and continuing to the site shows the regular WoW login website. Of course with the difference that your user name and password will also be forwarded to someone else...

Luckily this phishing attempt was poorly done. But I can imagine that quite a few people could be fooled by a more professionally looking e-mail. If one in a thousand falls into this trap and you send a million mails then you've got quite a few accounts. Add to this brute force dictionary attacks or keyloggers and I'm sure every WoW player knows someone who has seen his account hacked.

It's no wonder that Blizzard is considering to make their authenticator mandatory. Once everyone has one the amount of hacked accounts should be greatly diminished. The main reason to do this is probably to reduce operating costs. Having to hire dozens of people that do nothing all day but restoring accounts isn't a fun way to spend your money. And being in the news with "Thousands of WoW accounts hacked" won't really improve your company's image either.

Blizzard also reduced my major problem with the authenticator: the costs. Two months ago they asked €8 posting costs for an item they sold at €6. Nowadays they're asking $6.650 or €6.99. Yes, we Europeans are still being ripped of as we'll pay half more than our American fellow gamers. But it's a move in the right direction. I even wonder if it wouldn't be cheaper for Blizzard to just give everyone an authenticator for free. Wouldn't it be cheaper then having to deal with thousands of hacked accounts?

So the next step I predict will be to give free authenticators with Cataclysm or Starcraft 2. At which point it will probably be mandatory for all these games. Sad that we need one but it seems to be a necessary evil.

Comments

Popular posts from this blog

EvoLisa - Comparing two images: performance tuning

It looks like the program is rather slow. Using DotTrace , I took a look at where the bottleneck is. The method that calculates the 'fitnesse', how closely the created image resembles the original image, is where most of the time goes to. Can we improve that? So what happens in this function? We compare each pixel of both images to compare their ARGB values. The better they match, the better the result! How can be compare this? First, I tried using the naive approach: compare each pixel using a bitmaps GetPixel(x, y) . Do that however, and you'll quickly see how excruciatingly slow that is. Especially considering that even with an image of 333x333 you're already comparing a million pixels each time you compare two images! So, instead I tried using a 'FastBitmap'. It's a project I found which wraps the Bitmap and provides much faster Get and SetPixel performance. Using this instead, the performance went up by an order of magnitude! But we can still do be

EvoLisa - My own version

It's an old idea by now, can we recreate the Mona Lisa with fifty polygons by using random changes? The idea and original implementation by Roger Johansson can be found here . So, how does it work? You start with an source image. Then you create an empty image. We keep on doing small changes to this image. In my case this is one of these changes: Recolor our polygon Change the position of one of the polygon points Add or remove a new point to our polygon Add or remove a new polygon Switch two polygons After each action, we take a look and check if the newly changed image looks more like the original image by comparing each pixel. If it is, we continue using this one. If it's not, we discard the changes. Looks like a fun project! So I built my own version from scratch eight years ago, reusing some of the same ideas. Here's my result using the Mona Lisa: Mona Lisa with 50 polygons: You can see that it's the Mona Lisa but the details around the eyes and mou

You can leave your hat on

You always think that these things only happen to others. You may even think that they should have used better protection. And then one day you get this mail in your box from your guild leader: Hi there, I dont know if this email will arrive, but I will try anyway. I saw that your chars came online today. They are selling all your gear and equipment and they are not answering on guild chat. I think you are being hacked. Suddenly it's not someone else who has been hacked. It's you! So I quickly took a  look in my second mailbox account and yes: someone merged my account to a battle.net account. My account has been frozen for half a year so someone must have hacked it and have reactivated it. Next thing I did was checking my characters and my armory page looked like this: Kind of them to put on my Christmas hat, it's the season!. Everything that a vendor will accept is sold however. After seeing that picture I  really started to worry. They reactivated my accou