I noticed by accident my computer is sending DNS queries to 192.168.1.1 despite it's on a class A internal network (10.0.0.0). The queries goes to the firewalls mac-adress, the firewalls IP i 10.0.0.1. I don't have 192.168.1.1 registered as a dns server in my network settings. I guess the query goes to the firewall because it's the default gateway and there's no static route to a 192.168.1.10 subnet? But how do I find out what and why on my computer is sending the queries to this class C address? asked 28 Oct '13, 07:54 Molotch |
One Answer:
this is nothing you can solve with Wireshark, as every program on your Windows will call system APIs for DNS resolution. Thus every DNS query will be created by some system component and you will not be able to figure out which program triggered the DNS query (originally) just by looking at the network capture, as there is no information in the DNS packets about the originator. So, on Windows you have the following options:
Besides that, there is not much you can do on Windows, at least I don't know more than the things listed above. Regards answered 28 Oct '13, 14:28 Kurt Knochner ♦ edited 28 Oct '13, 14:37 Thank you for a good answer. I'll try your suggestions and see what I can find out. (29 Oct '13, 10:47) Molotch |
what is your client OS and version?
Windows 7 x64 Enterprise with SP1.