Exploit Bait And Switch

When a new virus or other piece of malware is identified, security researchers attempt to get a hold of the infection toolkit used by malicious users, and then apply this infection into a specially controlled environment in order to study how the virus spreads and communicates. Normally, these toolkits also include some sort of management console commonly used to evaluate successfulness of infection and other factors of the malware application. In the case of the EFTPS Malware campaign however, the admin console had a special trick.

This console was actually a fake, accepting a number of generic passwords and user accounts, and provide fake statistics to whoever looked in to it. All the while, the console would “call home” with as much data about the researcher as possible. By tricking the researchers in this way, the crooks would be able to stay one step ahead of anti-virus tools that would limit the effectiveness of any exploit. Thankfully though, the researchers managed to come out on top this time.

[via boingboing]

Your Mobile Phone, Now With 100% More RFID

More and more today, it is becoming harder to avoid having some sort of RFID tag in your wallet. [bunnie], of bunnie:studios decided to ease the clutter (and wireless interference) in his wallet by transplanting the RFID chip from one of his subway cards into his mobile phone. Rather than the tedious and possibly impossible task of yanking out the whole antenna, he instead pulled the antenna of a much more accessible wristband with an RFID chip of similar frequency instead. Nothing too technical in this hack, just a great idea and some steady handiwork. We recommend you try this out on a card you haven’t filled yet, just in case.

The Transistor Takes On The Machine

It only took 4 hackerspaces, but we finally get to see a zombie movie inspired project; hackerspace The Transistor Takes on the Machine with a Dawn/Shawn of the Dead movie theme. Race cars disguised as zombies swarm toward the players, who then use laser tag like guns to “shoot” down the approaching undead. The whole thing is a mess of Arduinos communicating with xBees to a central iMac G3, but it all comes together rather well and is promised to be released open source.

Now all that’s left is deciding which hackerspace wins the competition. Who do you have your money on?

[Thanks Deven]

Hacking Together A Sous Vide Cooker

Those amongst you that are cooks won’t need this explanation, for the rest of us, lets just get this out of the way. Sous Vide is when you cook things at a temperature lower than normal, for a period of time longer than normal to attain specific results in texture. A chef can tell you more intricate details about it, but what we care about is how to impress our friends with a cheap hack and a tasty meal. This video shows how to hack your slow cooker for precise temperature control.  Well, it really shows how to splice a temperature controller into an extension cord, so we guess it could be used for a ton of things, non Sous Vide related.

 

[via Lifehacker]

Step By Step Antique Radio Repair And Upgrade

I actually have a 3 very similar radios. I think I need to do this.[M3talhead] takes us through a very informative repair of an old tube radio. In this case, his radio was from the late 30s. He was able to find the original data from Radiomuseum.org. He painstakingly dismantles the radio components and the cabinet. Instead of completely modernizing the internals, he replaces the bad parts and brings it back to functionality. He wanted to do an MP3 upgrade, but rather than wire directly into the radio, he built an AM transmitter for his mp3 player.

Some Weekend Robot Goodness In Link Form

PBS Newshour did a piece on robots. They talked about NASA’s bot pictured above, Asimo, Big Dog, PR2, Robbie the robot and a few others. We didn’t see anything new, but we really do like the coverage getting out there. We also never need an excuse to watch that guy kick big dog around for a while. We know it’ll only be a matter of time before the tables are turned.

Willow Garage, the folks behind PR2, are conducting a survey to see what your favorite robot is. Their list is pretty short, but they did leave a spot for you to add a name. The picture above, is not from willow garage though. This is the picture I got from BotJunkie (we love this site) where I found this story. They didn’t attribute the artist, but I feel they need credit, it is an awesome shirt.

It turns out that it is a t-shirt design available at the chopshopstore. You can see that their eyes are done in glow-in-the-dark material. On a side note, the hackaday store just got glow in the dark material yesterday(as well as a re-design) and will be announcing several new designs in the near future.

I personally inherited several huge boxes full of sci-fi pulp. The robots I’ve seen in these are amazing, ranging from amazingly ridiculous to amazingly awesome. I’ve only just begun scanning in the covers, and plan to post at least one a day. You know what would be awesome though? If I had one of these.

AVR Programming 03: Reading And Compiling Code

In the last installment of our tutorial series we built a simple circuit on a breadboard and programmed an ATmega168 to make it run. That proves that you know how to follow directions, but the eureka moments of doing everything yourself are on the way. This time around you will get down and dirty with the datasheet, learning where each line of the sample code came from, and give your recently installed compiler a test drive. We will:

  • Talk about bitwise operators and how they work when coding for microcontrollers
  • Discuss C code shorthand
  • Review the sample code from Part 2 and talk about what each line of code does
  • Learn to compile code

If this is the first you’ve heard about our AVR Programming series, head back to Part 1 and start from the beginning. Otherwise, take a deep breath and we’ll being after the break.

Series roadmap:

Continue reading “AVR Programming 03: Reading And Compiling Code”