Amazon Is Downloading Apps From Google Play and Inspecting Them
31–40 of 113 posts
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#32Earlier quoted context omitted.
That's exactly how I felt. And they wrote such a detailed email with helpful links and everything.
If they are really downloading apps to inspect, I suspect the email is an automated template.
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#33Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#34If you'd like to send an email like this to your users, send me an email (in profile) and I can query our database and check to see if any of them are including their api keys.
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#35Couldn't they just look at the user agent and know that the hit to their API is coming from an Android device rather than a server?
This is a bad idea.it's easy to change the user agent to whatever you want.
False positives (people who are legitimately using AWS credentials from their phone for some reason, or somebody who is legitimately using AWS credentials from their computer but with an incorrect useragent for some reason) would cause an inconvenience as time is wasted to inspect it, but ultimately little harm would be done.
False negatives (improperly using AWS credentials but with a useragent that looks reasonable) would not be a deviation from the status quo.
You don't need 0% false negative and false positive rates to make this sort of sanity checking worthwhile. Even if you only find a few of the many instances of improperly used credentials, you're better off than if you had done nothing.
(Of course there is the issue of correlating misused credentials with the specific application that is misusing them. I don't know how that is done if they are basing their investigation off of useragents.)
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#36Was your source obfuscated?
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#37This seems to be the natural outcome of Amazon's excellent customer service policy, where they have on numerous occasions[0] refunded costs for hacked instances. When they commit to that policy, they have a huge incentive to limit customer security breaches. I love examples like that where a company's policies result in incentives that are so well-aligned with those of their users. Does anyone have other good example…
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#38I don't think they are inspecting the app ; they don't need to. They can see that there are a higher-than-average number of API accesses from a given platform, using the AWS Secret Key as the login credential.
I think this is a more plausible approach (and likely cheaper resource-wise to implement). Though, if the authentication requests somehow identify the Android app in question, it might be easy for Amazon to then perform a follow-up and download the app to verify their suspicions and avoid false-positives.
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#39Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#40Does Google Play have a public API for downloading APKs? Does it work for paid apps as well? (I'm not able to construct good keywords for search here: Google thinks I'm looking for an APK for the store app instead)
There's no "public API" but have fun: https://github.com/kanzure/googleplay-api
(because otherwise how does Google Play itself participate in downloading apps?)