See which process is bound to a port with isof and netstat.
isof -i -P | grep :<port> netstat -nlt | grep <port> netstat -tulpn