Android Network Communication¶
Overview¶
Almost every Android app acts as a client to one or more remote services. As this network communication usually takes place over untrusted networks such as public Wi-Fi, classical network based-attacks become a potential issue.
Most modern mobile apps use variants of HTTP-based web services, as these protocols are well-documented and supported.
Knowledge Articles¶
| ID | Name | Platform |
|---|---|---|
| MASTG-KNOW-0014 | Android Network Security Configuration | |
| MASTG-KNOW-0016 | TBD | |
| MASTG-KNOW-0015 | Certificate Pinning |