Today i went to the library. I was looking at my netstat -an output and i saw this.
tcp 0 0 127.0.0.1:6379 127.0.0.1:46376 ESTABLISHED
tcp 0 0 127.0.0.1:46376 127.0.0.1:6379 ESTABLISHED
tcp 1 0 172.16.10.99:41582 123.123.123.123:80 CLOSE_WAIT
tcp 0 0 172.16.10.99:34960 172.217.2.238:443 TIME_WAIT
tcp 0 0 127.0.0.1:6379 127.0.0.1:43480 ESTABLISHED
tcp 0 0 127.0.0.1:43526 127.0.0.1:6379 ESTABLISHED
I noticed the 123.123.123.123 address which connected to me on port 41582. When i geolocated the IP the website said it belonged to a place in Beijing, China. Then i remembered that i haven't accepted the terms of use for the library internet connection i was using.
So this made me feel more odd about it. I am curious to know if this connection was being made from the internal library network or being proxied through the library which would mean that a device in the library was being used as a proxy?
Because 172.16.10.99 was my internal IP when i was at the library. The public IP of the library was something different.
I run Ubuntu Linux and when this occurred i was not browsing any websites in China or accessing anything in the Asian continent.
So this all seems a bit odd.
Just trying to make sense of this event.
Could anyone provide some insight?
My concern is that i have something on my box which is listening on these ports and it is being accessed when there is an active internet connection.
Here is what shodan mentions regarding this IP: https://www.shodan.io/host/123.123.123.123
Thanks.