Most US Drones Still Beam Video Unencrypted
An anonymous reader writes "Four years after discovering that militants were tapping into drone video feeds, the U.S. military still hasn't secured the transmissions of more than half of its fleet of Predator and Reaper drones, Danger Room has learned. The majority of the aircraft still broadcast their classified video streams 'in the clear' — without encryption. With a minimal amount of equipment and know-how, militants can see what America's drones see."
So what if the video is transmitted in the clear? What does that get you...
- against a sophisticated enemy? They already know you're there (radar, DF on the transmitted signal). You're flying around in a racetrack centered on your target, so even without the video they know roughly what you're looking at. Problem is solved by an enemy air-to-air missile, or they ignore you and watch you watching them.
- against an unsophisticated enemy? They don't even know to look for the signal in the first place.
- against an enemy marginally capable of receiving the video signal? Use more channels, change encoding schemes so that COTS equipment can't pick it up so easily. Or yeah, encode it. But encoding video is fairly difficult considering the need to do it in realtime with limited processing capability and no tolerance for latency (and this is the real reason video is still transmitted in the clear - it's expensive to do anything but!). Or embrace it. Maybe your enemy can see you watching him - that can be played to an advantage.
Just my $0.55 (US inflation, 1774-2008, for $0.02)
Encryption, real time, and noisy signals don't mix well. This isn't a youtube video in which the client can request that the server resend a packet that contained an error. Unencrypted video streams are fairly error tolerant as an error will only manifest itself as a slight artifact for a few short frames. Strong encryption schemes are not error tolerant, a non-correctable error would result in one or more blocks of data being entirely unusable.
A stream cipher could be used instead of a block cipher but a stream cipher presents added difficulties in that not only would the bitwise/bytewise encrypted transmission (as opposed to blockwise) have to be tracked, but it would have to be tracked in sync with a key. If the key repeats, it can be determined with a little bit of work in the same fashion that an RC4 key can be determined to break into WEP protected networks.
Almost as bad as if they had revealed the number of Americans they spied on.
You misunderstand. Pinhedd is saying that with an unencrypted signal .. unlike a digital encrypted signal .. if the signal is weak and lossy you can still see usable information.. it may have image noise .. but you'll be able to make out rough outlines. But if the signal is encrypted .. with most forms of encryption you either get a perfect imagery or nothing. Either you will see a clear image or random total image noise. If you make the signal more resilient to noise, the weaker the encryption quality. This also means you lose out on range too since you need a clear strong signal.
We need better ways to encrypt.