I have connections like this showing frequently in iftop:
12.15.127.75.host.nwnx.net => 121.61.153.172 480b 160b 40b
I have no idea what it is or where it's come from. A netstat -a
shows:
udp 0 0 12.15.127.75:netbios-ns *:*
udp 0 0 12.15.127.75:netbios-ns *:*
At the moment I've thinking I've probably been hacked, but does anyone have a clever way of investigating things like this?
** EDIT **
I have had a look at it with a packet sniffer (tcpdump), searching for the I.P connecting in of 124.134.97.173
124.134.97.173.1317 > 12.15.127.75.host.nwnx.net.ms-sql-s: Flags [S], cksum 0xb2af (correct), seq 1417033873, win 65535, options [mss 1440,nop,nop,sackOK], length 0
12.15.127.75.host.nwnx.net.ms-sql-s > 124.134.97.173.1317: Flags [R.], cksum 0xdf4b (correct), seq 0, ack 1417033874, win 0, length 0
Transmission Control Protocol, Src Port: ms-sql-s (1433), Dst Port: vrts-ipcserver (1317), Seq: 1, Ack: 1, Len: 0
Source port: ms-sql-s (1433)
Destination port: vrts-ipcserver (1317)
Still don't really know what to make of it though
Thanks