

Hey eelectricshock
I know what you mean
It does make me wonder about Airstrip One, the government, palantir and GCHQ.
Do we really believe that they stopped all that invasive surveillance after Edward Snowden.
I doubt it very much. They just renamed the programs, got microsoft, google and meta and the rest of the sycophants to run them, hidden behind private enterprise out of public sight, instead of Homeland and the CIA.
I find wireshark too confusing unless you have a lot of experience with it.
It looks like you are using linux because I see Wlan0 at the top of the image
I use ss
ss --help
to see what you are connecting to
ss -x -a
ss -o state established
ss -o state established ‘( dport = :http or sport = :http )’
what processes are using open sockets
ss -pl
TCP sockets
ss -t -a
UDP sockets
ss -t -a
a deeper guide here:
https://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html