about strange "gstatic.com" access in Android M

瀏覽次數:464 次
跳到第一則未讀訊息

Andy Quan

未讀,
2015年12月14日 上午10:31:222015/12/14
收件者:android-platform
Hi all,
I am doing some debugging jobs on Android M version. And I find there is secret data access to "216.58.xxx.xxx" once every few minutes from my device. This IP seems to be Google related. But I have not installed any GMS thing on my device. That means my device is a pure native Android M phone.

It seems this communication is from system_server. Anyone here has any idea what this is? I have not seen this previously on Android L.


busybox netstat -ntp

Active Internet connections (w/o servers)

Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name

tcp 0 0 ::ffff:10.75.54.193%385044:60899 ::ffff:54.230.215.101%4384144:80 ESTABLISHED 1282/system_server

tcp 0 0 ::ffff:10.75.54.193%385044:43037 ::ffff:216.58.221.46%4407184:80 FIN_WAIT2 -

tcp 0 0 ::ffff:10.75.54.193%385044:42181 ::ffff:216.58.221.46%4407568:80 ESTABLISHED 1282/system_server

tcp 0 0 ::ffff:10.75.54.193%385044:50615 ::ffff:216.58.221.46%4407776:80 FIN_WAIT2 -


--
Thanks,
Andy

Jean-Baptiste Queru

未讀,
2015年12月14日 上午10:45:192015/12/14
收件者:android-platform、Andy Quan
Are you sure it's not trying to access the generate_204 URI that is used by the WiFi system to detect whether the device is behind a captive portal?

JBQ

--
Jean-Baptiste M. "JBQ" Quéru
Mobile Excellence Pundit
Architect, Mobile, Yahoo
Sent from the Yahoo Mail app
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-platfo...@googlegroups.com.
To post to this group, send email to android-...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-platform.
For more options, visit https://groups.google.com/d/optout.

Andy Quan

未讀,
2015年12月15日 上午10:05:102015/12/15
收件者:Jean-Baptiste Queru、android-platform
Hi JBQ,
Thank you for your reply. Would you please advise how to recognize this "generate_204"? Or more description? Actually this problem is also found when cellular path is used only.
--
Thanks,
Andy

Diogo Ferreira

未讀,
2015年12月16日 凌晨1:37:362015/12/16
收件者:android-...@googlegroups.com、Jean-Baptiste Queru
Hi,

In addition to the captive portal, this is part of the connection liveness check. Check frameworks/base/services/core/java/com/android/server/connectivity/NetworkMonitor.java.

Diogo

Andy Quan

未讀,
2015年12月22日 凌晨3:11:472015/12/22
收件者:android-platform、Jean-Baptiste Queru
Diogo, thank you for your help.
回覆所有人
回覆作者
轉寄
0 則新訊息