Mysterious $15,000 'GrayKey' Promises To Unlock iPhone X For The Feds (forbes.com)
Thomas Fox-Brewster, reporting for Forbes: Just a week after Forbes reported on the claim of Israeli U.S. government manufacturer Cellebrite that it could unlock the latest Apple iPhone models, another service has emerged promising much the same. Except this time it comes from an unkown entity, an obscure American startup named Grayshift, which appears to be run by long-time U.S. intelligence agency contractors and an ex-Apple security engineer. In recent weeks, its marketing materials have been disseminated around private online police and forensics groups, offering a $15,000 iPhone unlock tool named GrayKey, which permits 300 uses. That's for the online mode that requires constant connectivity at the customer end, whilst an offline version costs $30,000. The latter comes with unlimited uses. Another ad showed Grayshift claiming to be able to unlock iPhones running iOS 10 and 11, with iOS 9 support coming soon. It also claims to work on the latest Apple hardware, up to the iPhone 8 and X models released just last year. In a post from one private Google group, handed to Forbes by a source who asked to remain anonymous, the writer indicated they'd been demoed the technology and that it had opened an iPhone X.
Please pass me the popcorn...
Just press it and you’re in!
We just need the galactic key to unlock it... really easy.
Yes Francis, the world has gone crazy.
I don't see this as being usable on current hardware for very long.
File under 'M' for 'Manic ranting'
Could Apple go after him for undermining their current products?
3, 2, 1...
Just wait for it.
LOL maybe Apple will issue a DMCA takedown notice against that company and the government for reverse-engineering iPhones.
All kidding aside Apple will I'm sure just treat this like any other exploit uncovered and change their product to prevent it. Then they'll create a new tool. Welcome to the endless game of Security Whack-a-Mole.
OK, 15 grand is a lot for the average individual, but for law enforcement etc. it's peanuts.
Did I not read hear about that Israeli firm charging 100 k a pop?
This is really discounting hard - 50 bucks per phone cracked, (if that's what they're doing).
Are you using your phone's authentication and authorization controls as a technological measure which limits access to copyrighted works (e.g. your photos)?
If any person is doing that, then it sounds like this company is manufacturing and trafficking in a circumvention device.
They are claiming in public to be flagrantly violating US copyright law. And they're letting law enforcement know when & where they'll be? Should be an easy arrest.
This is completely against the publics own interest and should be considered treason, IMHO.
This sig intentionally left blank.
law enforcement use can by pass the dmca
Maybe app developers should consider doing their own encryption for data stored? This could be fairly simple, depending on the persistence of the data. If the data doesn't leave the device, create two nonces, stuff one in KeyChain, have an app PIN or PW unlock the other part, XOR it for the working key. That way, the OS (which is normally secure) maintains security, but the app still has stuff secured by the separate added PIN/passphrase.
If the data has to be backed up, it could be encrypted with a nonce, and a HMAC of the nonce and the PIN/PW used to secure it if it backed up to iCloud or if it goes to iCloud directly as a file.
For backups, one can do an architecture similar to Titanium Backup. Prompt for a password, generate a keypair, encrypt the private key with the password, then bundle the encrypted private key with every backup (or perhaps file). This allows backups to be done using the public key, and restores easily done by prompting for the password.
OpenSSL is available on iOS, so this shouldn't be too much of a stretch.
At least according to the description.
I fart in GreyKey's general direction!
Someone suggested that this is a brute-force attack (and TFA even hints at that). I don't buy that, because a brute-force attack involving opening up the phone would be nothing really new. I expect they are exploiting a vulnerability.
So sure, Apple immediately spent $30k for a license, so that they can analyze it. The fascinating question will be: Does the exploit rely on a hardware flaw or a software flaw? If the latter, it will quickly be patched. If this is ultimately relying on some weakness in the hardware, it likely won't ever patched for older phones, though the iPhone 11 may be immune.
Enjoy life! This is not a dress rehearsal.
Comment removed based on user account deletion
Isn't that the exact same rate as the whores working at Costco?
#DeleteFacebook
Phones have long ago been defined as "instruments of interstate commerce", and so anything you do on them is subject to federal law. The feds can, using this particular interpretation of the Interstate Commerce Clause, make law of any kind they like about your phone, and it'll hold up. Ergo, the phone doesn't have to cross state lines.
This is not to say that they would have anything against breaking phone encryption. Near as I can tell, they're all for it.
Well, thinking like yours has gotten the US people billions in federal debit. whats a few thousand more lol...
http://www.usdebtclock.org/
Jack of all trades,master of none
Open source isn't more secure by default, but in a case like this where it's a platform used by millions, the benefits of open source as it pertains to identifying and patching vulnerabilities far outweigh the downsides.
The time is approaching where Apple must choose between customer security and maintaining its proprietary code; it can no longer do both.
disgruntled apple cyber security employee maybe, stole a gen key before retirement? Anyone related to Felt work there lately?
>. create two nonces, stuff one in KeyChain, have an app PIN or PW unlock the other part, XOR it for the working key. ...
> If the data has to be backed up, it could be encrypted with a nonce
The key to your whole scheme is the nonce. And you don't know what a nonce is. So I'll answer your question:
> Maybe app developers should consider doing their own encryption?
App developers should develop apps. Cryptographers, who not only know what a nonce is, but can rattle off the top three most common problems when using a nonce, should do cryptography. Secure encryption is such a difficult problem that people who get a master's degree and spend their entire careers doing it STILL can't reliably do right. It's *that* difficult.
Nice point, thank you: embarrass Apple into addressing the issue.
The interesting question is whether Apple has the right to demand the basis for the attacks from the vendor.
This might exploit some spectre or meltdown like vulnerability to get the encryption keys that are located in an until now safe part of the processor chip.
So they can unlock iOS 10 and 11, but not iOS 9.
So is iOS 9 more secure?
Should be $30M for unlimited. The value of software like this to repressive govts must be considered. Sell it once and go on vacation. I'd add a clause to the contract that says "I don't want to pay federal or state taxes - again, ever, including this transaction." while I was at it.
Online should be $15K for 2 uses. The goal is to limit the use for only those cases with extremely high profile requirements - i.e. budget.
Notice how nobody mentions Android being locked? Android has locked storage apps that aren't controlled by Google. https://play.google.com/store/...
....or it's secure for no one.
This cheap? *lol*
...and Apple believers will still assert that their phones are safe. When it comes to dumbing down people, religion is certainly the most effective.
If you think a file is encrypted, and therefore it's safe to back it up to an open S3 bucket, it would have been much better to not make it look encrypted and make it obvious that it's not protected.
Whether weak encryption is better than none very much depends on many factors. Very often, it's "better" in the short term, but two years later someone does something that exposes the data because it looks like it's safe. They forget or never knew that the encryption isn't good encryption.