Amazon Is Downloading Apps From Google Play and Inspecting Them
21–30 of 113 posts
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#22At what point in your development process do you say "I want this application, which will be distributed to unknown persons, to contain the means to control my AWS account."?
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#23I wonder how they would identify a string that appears to be an API secret, and queries their database for it. For every plausible string in every app? I guess they decompile it and find string literals of the correct length?
Amazon surely has automated this with monitoring. I doubt they ever scan Google Play and download the APKs and scan them. Not only is that extremely wasteful it's most definitely violating the Google Play terms of service.
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#24Couldn'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?
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#25I 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.
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#26Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#27Couldn'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?
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#28I wonder if any malicious parties have been doing this as well.
Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#29Re: Amazon Is Downloading Apps From Google Play and Inspecting Them
#30I 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.