With a RT-AX86U router, I'm noticing some "google.com" DNS lookups from 127.0.0.1 every few minutes on the AdGuard dashboard.
I have blocked them and have not experienced any issues thus far.
However, I am still unsure which process is generating this constant traffic.
With TCPDump, I'm using the following query
Now, I need to find out which process is generating these DNS requests. Does anyone know what it might be or have any tips to share?
I have blocked them and have not experienced any issues thus far.
However, I am still unsure which process is generating this constant traffic.
With TCPDump, I'm using the following query
Bash:
tcpdump -n -i any 'host 127.0.0.1 and udp port 53'
19:21:36.042492 lo In IP 127.0.0.1.56844 > 127.0.0.1.53: 13269+ A? google.com. (28)
19:21:36.043174 lo In IP 127.0.0.1.53 > 127.0.0.1.56844: 13269 1/0/0 A 0.0.0.0 (44)
19:21:36.043241 lo In IP 127.0.0.1.56844 > 127.0.0.1.53: 14805+ AAAA? google.com. (28)
19:21:36.043444 lo In IP 127.0.0.1.53 > 127.0.0.1.56844: 14805 1/0/0 AAAA :: (56)
19:21:36.043922 lo In IP 127.0.0.1.49283 > 127.0.0.1.53: 22747+ PTR? 0.0.0.0.in-addr.arpa. (38)
19:21:36.044838 lo In IP 127.0.0.1.53 > 127.0.0.1.49283: 22747 NXDomain* 0/0/0 (38)
19:21:36.053413 lo In IP 127.0.0.1.55009 > 127.0.0.1.53: 55743+ A? www.google.com. (32)
19:21:36.053476 lo In IP 127.0.0.1.55009 > 127.0.0.1.53: 57279+ AAAA? www.google.com. (32)
19:21:36.054163 lo In IP 127.0.0.1.53 > 127.0.0.1.55009: 57279 1/0/0 AAAA :: (60)
19:21:36.054210 lo In IP 127.0.0.1.53 > 127.0.0.1.55009: 55743 1/0/0 A 0.0.0.0 (48)
Now, I need to find out which process is generating these DNS requests. Does anyone know what it might be or have any tips to share?
Last edited: