XanTrax
March 18th, 2009, 10:03 PM
I have noticed on a few rare occasions, my netstat command output would look normal except for one thing:
[16:58:02][kozler@kozler-desktop:~]$ sudo netstat -tnap
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:139 0.0.0.0:* LISTEN 6084/smbd
tcp 0 0 192.168.1.100:139 0.0.0.0:* LISTEN 6084/smbd
tcp 0 0 127.0.0.1:7634 0.0.0.0:* LISTEN 6028/hddtemp
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 11360/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 5372/cupsd
tcp 0 0 127.0.0.1:445 0.0.0.0:* LISTEN 6084/smbd
tcp 0 0 192.168.1.100:445 0.0.0.0:* LISTEN 6084/smbd
tcp 0 106 10.27.2.21:59873 208.78.69.70:80 ESTABLISHED 13472/wget
tcp6 0 0 :::22 :::* LISTEN 11360/sshd
The wget command. I manged to catch it in the process list still and this is what I see:
[16:58:23][kozler@kozler-desktop:~]$ ps -Aef | grep -i wget
kozler 13665 13664 0 16:58 pts/1 00:00:00 wget http://checkip.dyndns.org/ -q -O -
kozler 13668 13547 0 16:58 pts/4 00:00:00 grep --color=auto -i wget
My question is, is this something internal to ubuntu? I see that I am the user executing it "apparently" but I assure you that I am physically NOT executing the command, though, it is being run under my name. I know what dydns is and I am pretty knowledgeable in server environments, but, researching this yields nothing.
Anyone have any idea how to stop this? I know its something small but im not at ALL comfortable with a random wget command being executed on my machine at arbitrary times, regardless if is connecting to dydns for assistance in hostname resolution.
[16:58:02][kozler@kozler-desktop:~]$ sudo netstat -tnap
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:139 0.0.0.0:* LISTEN 6084/smbd
tcp 0 0 192.168.1.100:139 0.0.0.0:* LISTEN 6084/smbd
tcp 0 0 127.0.0.1:7634 0.0.0.0:* LISTEN 6028/hddtemp
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 11360/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 5372/cupsd
tcp 0 0 127.0.0.1:445 0.0.0.0:* LISTEN 6084/smbd
tcp 0 0 192.168.1.100:445 0.0.0.0:* LISTEN 6084/smbd
tcp 0 106 10.27.2.21:59873 208.78.69.70:80 ESTABLISHED 13472/wget
tcp6 0 0 :::22 :::* LISTEN 11360/sshd
The wget command. I manged to catch it in the process list still and this is what I see:
[16:58:23][kozler@kozler-desktop:~]$ ps -Aef | grep -i wget
kozler 13665 13664 0 16:58 pts/1 00:00:00 wget http://checkip.dyndns.org/ -q -O -
kozler 13668 13547 0 16:58 pts/4 00:00:00 grep --color=auto -i wget
My question is, is this something internal to ubuntu? I see that I am the user executing it "apparently" but I assure you that I am physically NOT executing the command, though, it is being run under my name. I know what dydns is and I am pretty knowledgeable in server environments, but, researching this yields nothing.
Anyone have any idea how to stop this? I know its something small but im not at ALL comfortable with a random wget command being executed on my machine at arbitrary times, regardless if is connecting to dydns for assistance in hostname resolution.