Como bien dice tania:
Cita: Mirar los puertos que abre tu cpu :
Linux:
Todos los puertos
Linux_shell# netstat -a
Los TCP
Linux_shell# netstat -t
Los UDP
Linux_shell# netstat -u
ese comando te muestra los puertos abiertos tanto bajo windows como linux
y si tienes xp o 2003 para ver que ejecutable te abre los puertos:
Windows_shell# netstat -a -b
o usa CurrPorts para win (
http://www.nirsoft.net/utils/cports.html )
salu2