PDA

View Full Version : [ubuntu] udp outbound packets - should I be concerned about these ?


mistypotato
February 24th, 2009, 10:34 AM
I have iplist/ipblock set up on my server.

I see entries outbound for some firms I am unfamiliar with was wondering if anyone had any comment on them.

The packet destinations are to one of the following....

VelocityNetworks,Inc
PerdueUniversity
DVLabs,Inc
CoreExpress3
WKL.L.C.
PhyberCommunications-MediaDefender


I guess my real question is does anyone know if these are normal sites contacted for ubuntu updates etc or does anyone know if these are indications of something suspicious going on?

thx

koenn
February 24th, 2009, 04:35 PM
do you know what udp port they're going to ?

it's probably not updates because they'd use tcp.
It might be simply your computer syncing its clock with time servers on the internet. The port number should give an indication of what service/application is causing this.

3L33T
February 24th, 2009, 04:50 PM
I have iplist/ipblock set up on my server.



I'm not familiar with iplist/ipblock. I use NTOP. It shows me the originating LAN ip addresses who contacted the remote sites.

freerkkalsbeek
February 24th, 2009, 07:22 PM
With netstat your able to connect the outgoing connections to processes. That could give you a hint on the purpose of the connections.

Be specially aware for connections to ports 6666/6667 which are standard IRC ports and typically often used by rootkits.

Since it's UDP I suspect DNS traffic (port 53 udp/tcp)

Regards,
Freerk