I have this issue.
So basicaly, firefox is making connections I don't understand. Note that I disabled all addons, and disabled search prefetch.
Code: Select all
root@samy-pc:~# lsof -n -P -i +c 15 | grep firefox
firefox 6137 samy 42r IPv4 235092 0t0 TCP 192.168.1.26:50025->54.200.165.244:443 (ESTABLISHED)
firefox 6137 samy 43u IPv4 235918 0t0 TCP 192.168.1.26:50194->41.201.128.40:443 (ESTABLISHED)
firefox 6137 samy 46u IPv4 235056 0t0 TCP 192.168.1.26:40545->41.201.128.59:443 (ESTABLISHED)
firefox 6137 samy 51u IPv4 235057 0t0 TCP 192.168.1.26:56813->41.201.128.59:80 (ESTABLISHED)
firefox 6137 samy 52u IPv4 235921 0t0 TCP 192.168.1.26:56814->41.201.128.59:80 (ESTABLISHED)
firefox 6137 samy 53u IPv4 235062 0t0 TCP 192.168.1.26:50994->41.201.128.54:80 (ESTABLISHED)
firefox 6137 samy 54u IPv4 235109 0t0 TCP 192.168.1.26:41786->93.184.220.29:80 (ESTABLISHED)
firefox 6137 samy 55u IPv4 235114 0t0 TCP 192.168.1.26:56891->41.201.128.49:443 (ESTABLISHED)
firefox 6137 samy 56u IPv4 235170 0t0 TCP 192.168.1.26:60491->52.11.99.64:443 (ESTABLISHED)
firefox 6137 samy 57u IPv4 235159 0t0 TCP 192.168.1.26:56808->41.201.128.45:443 (ESTABLISHED)
firefox 6137 samy 58u IPv4 235179 0t0 TCP 192.168.1.26:60494->52.11.99.64:443 (SYN_SENT)41.201.x.x ips are local google ips and I don't know why firefox queries google when starting with a blank
More preoccupying, is the other ips 54.200.165.244 and 52.11.99.64 resolve to ec2 compute instances in amazon aws.
Also, 93.184.220.29 doesn't resolve to any ip.
Note: nothing is found regarding these 3 last ips in about:config.
Disabling anti-malware / phishing options doesn't help.
Here is ss -antu (local ips (127.x.x.x) removed from output)
Code: Select all
root@samy-pc:~# ss -antu
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port
tcp ESTAB 0 0 192.168.1.26:49099 41.201.128.30:443
tcp ESTAB 0 0 192.168.1.26:42049 41.201.128.40:80
tcp ESTAB 0 0 192.168.1.26:39856 41.201.128.24:443
tcp CLOSE-WAIT 1 0 192.168.1.26:35103 91.189.94.25:80
tcp ESTAB 0 0 192.168.1.26:60123 54.201.16.171:443
tcp ESTAB 0 0 192.168.1.26:45893 54.68.248.235:443
tcp ESTAB 0 0 192.168.1.26:60109 54.201.16.171:443
tcp ESTAB 0 0 192.168.1.26:45409 91.190.218.64:12350
tcp ESTAB 0 0 192.168.1.26:59150 64.4.47.13:443
tcp ESTAB 0 0 192.168.1.26:42542 93.184.220.29:80
tcp ESTAB 0 0 192.168.1.26:42541 93.184.220.29:80
tcp ESTAB 0 0 192.168.1.26:45660 157.55.130.169:40004Any help is appreciated.