You can use netstat -an to get the IP's you are connected to.

If you like to monitor the connections you make in a certain period you could use :
netstat -an 3 >> c:\connections.txt
and then...