I have blocked this "root" [app/service/user] from accessing the network. However, I can find no specific answers as to what it is and why it attempts to contact only random servers. I use NetGuard to better control the network on my phone, that is where the screenshot came from.
I have searched for days for an answer to my question, but there are literally millions of instances across the network and boolean searches only narrow it to tens of thousands.
Should I be worried about malicious intent or just keep it locked down?
0
(Linux root user) you can see that these request don't belong to apps, but to system components (e.g. services) that run as root user (or if your system is rooted to programs that are executed viasu
). – Robert Jan 29 '24 at 14:060
) UID. So it must be someinit
service. Most probablynetd
, which is Android's DNS caching daemon i.e. it forwards DNS queries to internet as requested by apps. – Irfan Latif Feb 01 '24 at 13:01cls_cgroup
andxt_cgroup
Linux features. But it requires a rooted device, some familiarity with Linux networking, and most probably a custom kernel. – Irfan Latif Feb 01 '24 at 13:01