I am using python 3 and I am trying to get the ip address of the process, using netstat -nb. I managed to get using subprocess module the following string:
TCP 192.168.1.22:65477 212.55.188.116:443 ESTABLISHED\n [WinStore.App.exe]
My question is, how can i get using regex the ip address - "212.55.188.116".