Edit: So apparently these are not really IP-addresses but rather hostnames.
I tried out the netstat to find any suspectful connections and then I found quite some remote-addresses that were really weird to me, for example the following:
ec2-3-235-82-211:https
fra24s07-in-x0a:https
g2a02-26f0-0300-0000-0000-0000-5c7a-f589:https
wm-in-xbd:https
and156:https
I was wondering what any of these mean and also what the in means at 2. and 4.?
Those are not IP addresses. They are hostnames that come from reverse DNS resolution, with most of the name cut off due to how netstat presents them. By passing --notrim
you should be able to see the full hostnames. Alternatively, passing --numeric
will disable hostname resolution altogether.
Taking a guess: