jesushero
August 11th, 2009, 07:14 PM
Just had a bit of a scare with Firefox... In my 2 years of using Linux exclusively (no dual boot or anything else) I have never seen this happen before!
I was searching Google for something relating to Ohm's law and resistors for electronic circuits. While on Google's search results (with no other webpage open) a new tab popped up, firefox kind of disappeared and a little window popped up:
124497
This reminded me of what always happens on Windows computers after a few weeks online. I got a terminal up and did the following:
user@Computer:~$ netstat -tuan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.68:51963 209.85.229.113:80 ESTABLISHED
tcp 0 0 192.168.1.68:46170 204.11.51.35:80 TIME_WAIT
tcp 0 0 192.168.1.68:43480 209.85.227.104:80 ESTABLISHED
tcp 0 0 192.168.1.68:38221 217.41.217.215:80 ESTABLISHED
tcp 0 0 192.168.1.68:58010 93.170.159.203:80 TIME_WAIT
tcp 0 0 192.168.1.68:41124 213.120.163.176:80 ESTABLISHED
tcp 0 0 192.168.1.68:58018 93.170.159.203:80 TIME_WAIT
tcp 0 0 192.168.1.68:58420 88.221.170.77:80 ESTABLISHED
tcp 0 0 192.168.1.68:44194 209.85.227.154:80 ESTABLISHED
tcp6 0 0 :::21 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::631 :::* LISTEN
udp 0 0 0.0.0.0:40251 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 192.168.1.255:123 0.0.0.0:*
udp 0 0 192.168.1.68:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
udp6 0 0 fe80::20a:48ff:fe0a:123 :::*
udp6 0 0 ::1:123 :::*
udp6 0 0 :::123 :::*
user@Computer:~$ lsof -i TCP
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
firefox 6102 user 47u IPv4 25340 TCP Computer.home:43480->wy-in-f104.google.com:www (ESTABLISHED)
firefox 6102 user 48u IPv4 25591 TCP Computer.home:44194->wy-in-f154.google.com:www (ESTABLISHED)
firefox 6102 user 56u IPv4 25676 TCP Computer.home:41124->213.120.163.176:www (ESTABLISHED)
firefox 6102 user 57u IPv4 25684 TCP Computer.home:58420->a88-221-170-77.deploy.akamaitechnologies.com:www (ESTABLISHED)
firefox 6102 user 60u IPv4 25639 TCP Computer.home:51963->ww-in-f113.google.com:www (ESTABLISHED)
firefox 6102 user 64u IPv4 25695 TCP Computer.home:38221->217.41.217.215:www (ESTABLISHED)
Two of the IP's on Netstat are unrelated to anything I was viewing:
93.170.159.203
88.221.170.77
Both port 80's, both assigned to PID 6102, firefox... Probably ad-servers...
I thought I'd "play along" and see what happens.. The security on my system is quite good, so firefox can't really cause much damage the way things are set up, so I didn't mind experimenting with this.
I clicked OK, and "watched" netstat..
This came up on my terminal business:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.68:49992 74.125.105.31:80 ESTABLISHED
tcp 0 0 192.168.1.68:44735 209.85.227.113:80 ESTABLISHED
tcp6 0 0 :::21 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::631 :::* LISTEN
udp 0 0 0.0.0.0:40251 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 192.168.1.255:123 0.0.0.0:*
udp 0 0 192.168.1.68:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
udp6 0 0 fe80::20a:48ff:fe0a:123 :::*
udp6 0 0 ::1:123 :::*
udp6 0 0 :::123 :::*
user@Computer:~$ lsof -i TCP
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
firefox 6102 user 39u IPv4 27636 TCP Computer.home:44735->wy-in-f113.google.com:www (ESTABLISHED)
firefox 6102 user 43u IPv4 27695 TCP Computer.home:49993->74.125.105.31:www (ESTABLISHED)
firefox 6102 user 47u IPv4 27701 TCP Computer.home:47317->64.86.16.10:www (ESTABLISHED)
user@Computer:~$ netstat -tuan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.68:49993 74.125.105.31:80 ESTABLISHED
tcp 0 0 192.168.1.68:44735 209.85.227.113:80 ESTABLISHED
tcp6 0 0 :::21 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::631 :::* LISTEN
udp 0 0 0.0.0.0:40251 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 192.168.1.255:123 0.0.0.0:*
udp 0 0 192.168.1.68:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
udp6 0 0 fe80::20a:48ff:fe0a:123 :::*
udp6 0 0 ::1:123 :::*
udp6 0 0 :::123 :::*
There was also another TCP connection on netstat initially, to 64.86.16.10, as can be seen on LSOF, but it disappeared before I could copy and paste.
Now, I can understand the ad-servers being there, but I seriously don't understand how 64.86.16.10 got there! Firefox did a little animation and displayed this, in the new tab it had initially opened:
124498
As is evident, this looks like a typical Windows malware/spyware thing.. But it somehow affected Firefox running on a Windows-free network! How did the page pop-up? It happened with no user interaction! I DID NOT click on anything when it popped up! It was NOT a pop-up from a website that had just loaded! Not to mention that firefox has the pop-up blocker enabled! This happened straight after the latest update, earlier today.
Here's the version info:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.13) Gecko/2009080316 Ubuntu/8.04 (hardy) Firefox/3.0.13
So is it about time I got rid of firefox and went on to a different browser? I'd rather stick to lynx on Ubuntu Server if I have to put up with the same windows ******** that got me "converted" to linux in the first place!
Any thoughts/ideas?
I was searching Google for something relating to Ohm's law and resistors for electronic circuits. While on Google's search results (with no other webpage open) a new tab popped up, firefox kind of disappeared and a little window popped up:
124497
This reminded me of what always happens on Windows computers after a few weeks online. I got a terminal up and did the following:
user@Computer:~$ netstat -tuan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.68:51963 209.85.229.113:80 ESTABLISHED
tcp 0 0 192.168.1.68:46170 204.11.51.35:80 TIME_WAIT
tcp 0 0 192.168.1.68:43480 209.85.227.104:80 ESTABLISHED
tcp 0 0 192.168.1.68:38221 217.41.217.215:80 ESTABLISHED
tcp 0 0 192.168.1.68:58010 93.170.159.203:80 TIME_WAIT
tcp 0 0 192.168.1.68:41124 213.120.163.176:80 ESTABLISHED
tcp 0 0 192.168.1.68:58018 93.170.159.203:80 TIME_WAIT
tcp 0 0 192.168.1.68:58420 88.221.170.77:80 ESTABLISHED
tcp 0 0 192.168.1.68:44194 209.85.227.154:80 ESTABLISHED
tcp6 0 0 :::21 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::631 :::* LISTEN
udp 0 0 0.0.0.0:40251 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 192.168.1.255:123 0.0.0.0:*
udp 0 0 192.168.1.68:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
udp6 0 0 fe80::20a:48ff:fe0a:123 :::*
udp6 0 0 ::1:123 :::*
udp6 0 0 :::123 :::*
user@Computer:~$ lsof -i TCP
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
firefox 6102 user 47u IPv4 25340 TCP Computer.home:43480->wy-in-f104.google.com:www (ESTABLISHED)
firefox 6102 user 48u IPv4 25591 TCP Computer.home:44194->wy-in-f154.google.com:www (ESTABLISHED)
firefox 6102 user 56u IPv4 25676 TCP Computer.home:41124->213.120.163.176:www (ESTABLISHED)
firefox 6102 user 57u IPv4 25684 TCP Computer.home:58420->a88-221-170-77.deploy.akamaitechnologies.com:www (ESTABLISHED)
firefox 6102 user 60u IPv4 25639 TCP Computer.home:51963->ww-in-f113.google.com:www (ESTABLISHED)
firefox 6102 user 64u IPv4 25695 TCP Computer.home:38221->217.41.217.215:www (ESTABLISHED)
Two of the IP's on Netstat are unrelated to anything I was viewing:
93.170.159.203
88.221.170.77
Both port 80's, both assigned to PID 6102, firefox... Probably ad-servers...
I thought I'd "play along" and see what happens.. The security on my system is quite good, so firefox can't really cause much damage the way things are set up, so I didn't mind experimenting with this.
I clicked OK, and "watched" netstat..
This came up on my terminal business:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.68:49992 74.125.105.31:80 ESTABLISHED
tcp 0 0 192.168.1.68:44735 209.85.227.113:80 ESTABLISHED
tcp6 0 0 :::21 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::631 :::* LISTEN
udp 0 0 0.0.0.0:40251 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 192.168.1.255:123 0.0.0.0:*
udp 0 0 192.168.1.68:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
udp6 0 0 fe80::20a:48ff:fe0a:123 :::*
udp6 0 0 ::1:123 :::*
udp6 0 0 :::123 :::*
user@Computer:~$ lsof -i TCP
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
firefox 6102 user 39u IPv4 27636 TCP Computer.home:44735->wy-in-f113.google.com:www (ESTABLISHED)
firefox 6102 user 43u IPv4 27695 TCP Computer.home:49993->74.125.105.31:www (ESTABLISHED)
firefox 6102 user 47u IPv4 27701 TCP Computer.home:47317->64.86.16.10:www (ESTABLISHED)
user@Computer:~$ netstat -tuan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.68:49993 74.125.105.31:80 ESTABLISHED
tcp 0 0 192.168.1.68:44735 209.85.227.113:80 ESTABLISHED
tcp6 0 0 :::21 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::631 :::* LISTEN
udp 0 0 0.0.0.0:40251 0.0.0.0:*
udp 0 0 0.0.0.0:68 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 192.168.1.255:123 0.0.0.0:*
udp 0 0 192.168.1.68:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
udp6 0 0 fe80::20a:48ff:fe0a:123 :::*
udp6 0 0 ::1:123 :::*
udp6 0 0 :::123 :::*
There was also another TCP connection on netstat initially, to 64.86.16.10, as can be seen on LSOF, but it disappeared before I could copy and paste.
Now, I can understand the ad-servers being there, but I seriously don't understand how 64.86.16.10 got there! Firefox did a little animation and displayed this, in the new tab it had initially opened:
124498
As is evident, this looks like a typical Windows malware/spyware thing.. But it somehow affected Firefox running on a Windows-free network! How did the page pop-up? It happened with no user interaction! I DID NOT click on anything when it popped up! It was NOT a pop-up from a website that had just loaded! Not to mention that firefox has the pop-up blocker enabled! This happened straight after the latest update, earlier today.
Here's the version info:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.13) Gecko/2009080316 Ubuntu/8.04 (hardy) Firefox/3.0.13
So is it about time I got rid of firefox and went on to a different browser? I'd rather stick to lynx on Ubuntu Server if I have to put up with the same windows ******** that got me "converted" to linux in the first place!
Any thoughts/ideas?