STE WILLIAMS

Amazon’s non-existent drone delivery army ALREADY P0WNED

5 ways to prepare your advertising infrastructure for disaster

Weak ownership of the radio control in the world’s most popular quadcopter means it’s trivial to take ownership of any device within range, according to a neat bit of tinkering that points up yet another problem Amazon would have to solve if its “drone delivery” were ever tofly.

And how hard is it? Let’s quote directly from the author, Samy Kamkar: “SkyJack is a perl application which runs off of a Linux machine, runs aircrack-ng in order to get its wifi card into monitor mode, detects all wireless networks and clients around, deactivates any clients connected to Parrot AR.drones, connects to the now free Parrot AR.Drone as its owner, then uses node.js with node-ar-drone to control zombie drones.”


Identifying the target drone is simple, because MAC addresses are registered to the company they’re issued to: Parrot drones are therefore ID’d by their MAC.

The weak ownership of the device over radio is clear from the code. For example:

# now, disconnect the TRUE owner of the drone.

# sucker.

print “Disconnecting the true owner of the drone ;)nn”;

sudo($aireplay, “-0”, “3”, “-a”, $clients{$cli}, “-c”, $cli, $interface);

Oh dear: the drones accept sudo commands from whatever radio it’s accepted as its owner.

The rest of his takeover kit used:

  • A Parrot drone to act as the master;
  • A suitable computer (he uses a Raspberry Pi) as controller;
  • An Alfa AWUS036H wireless transmitter; and
  • Software – aircrack-ng, node-ar-drone, node.js and Kamkar’s SkyJack software.

He notes, however, that your own drone isn’t necessary, since the setup works just fine from the ground.

“The Parrots actually launch their own wireless network which is how the owner of the drone connects. We take over by deauthenticating the owner, then connecting now that the drone is waiting for its owner to connect back in, exploiting the fact that we destroyed their wireless connection temporarily.”

While not immediately a threat to Amazon’s model, since the security of today’s air interface is nowhere near as important as the economic model, GPS accuracy, limited range, regulation, and paranoid Americans with guns, the project is also interesting because Kamkar seems to have been able to knock up the system in fairly short order. ®

Watch Video

Disaster recovery protection level self-assessment

Article source: http://go.theregister.com/feed/www.theregister.co.uk/2013/12/04/amazons_nonexistent_drone_delivery_army_already_pwned/

Comments are closed.