|
偶打开firefox会有个可疑的连接,
# netstat -anp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:18020 0.0.0.0:* LISTEN 3 162/webconfd
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN 3 449/X
tcp 0 1 218.72.234.13:32838 209.220.30.174:80 SYN_SENT 3 476/firefox-bin
tcp 1 0 218.72.234.13:32837 140.211.166.201:80 CLOSE_WAIT 3 476/firefox-bin
Active UNIX domain sockets (servers and established)
……
这里的209.220.30.174:80不知道是什么东西,我什么网站不开也有这个,
是不是firefox都有这个 |
|