NetworkManager是否向googleusercontent.com发送HTTP请求?

在我的桌面PC上运行Ubuntu 17.10,我一直用Etherape监控网络流量。我注意到来自我的PC(casa主机名)的HTTP请求到googleusercontent.com(104.198.143.177)。
所以我使用lsof和ss来“识别”这些请求背后的过程。
使用lsof -i:

NetworkMa 778 root 20u IPv4 546772 0t0 TCP casa:53671->177.143.198.104.bc.googleusercontent.com:http (SYN_SENT) NetworkMa 778 root 20u IPv4 546772 0t0 TCP casa:53671->177.143.198.104.bc.googleusercontent.com:http (ESTABLISHED) 

使用ss -rep dst 104.198.143.177:

 tcp SYN-SENT 0 1 casa%enp4s0:53671 177.143.198.104.bc.googleusercontent.com:http users:(("NetworkManager",pid=778,fd=20)) timer:(on,964ms,0) ino:546772 sk:6df  tcp ESTAB 0 87 casa%enp4s0:53671 177.143.198.104.bc.googleusercontent.com:http users:(("NetworkManager",pid=778,fd=20)) timer:(on,300ms,0) ino:546772 sk:6df  

似乎NetworkManager(pid 778)正在向googleusercontent发送请求,并且它每5分钟发生一次
我不得不说,目前没有启动任何应用程序,没有后台进程,没有网络活动,没有在线帐户,这是“Ubuntu全新安装”。
那么为什么NM会向googleusercontent发送请求呢?
感谢帮助。

您还需要考虑第1位:

 bc.googleusercontent.com 

bc源自Google Compute Engine(谷歌云),不一定来自谷歌本身。 这是任何人都可以使用的服务。

177.143.198.104归NETServiçosdeComunicaçãoSA所有。或许是您的ISP吗?


来自Google的其他一些服务:

  • lh3.googleusercontent.com用于加载Google+的图片。
  • lh5.googleusercontent.com用于加载Google+的图片。
  • lh6.googleusercontent.com用于加载Google+的图片。
  • s3.googleusercontent.com用于加载AdWords广告的favicon
  • static.googleusercontent.com
  • themes.googleusercontent.com用于加载Google字体的字体文件。 (通常在fonts.googleapis.com的CSS中调用)
  • translate.googleusercontent.com Google翻译服务

查找IP,我发现了这个 :

 Hosted Domains connectivity-check.ubuntu.com 177.143.198.104.bc.googleusercontent.com 

所以它是由Google托管的Ubuntu页面。