-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Determine cause of connection? #1321
Comments
Hey @Morasithil, The screenshot clearly shows that you are looking at the "System DNS Client", and well, it does just that. It is the DNS client from Windows, which resolved DNS queries on behalf of applications. So, something on your device wanted to connect to google-analytics.com. That is all we can know at this point. Have you changed any settings of System DNS Client? |
Thanks for the reply. The connection attempt is suspicious because i saw it after a fresh reboot without launching any programs other than portmaster so i wanted to know which application is responsible for the google analytics request, svchost.exe doesn't really say much. |
So from what I am seeing you probably did change the system dns specific setting. What Daniel was trying to explain was, that if you change the setting there, then you never see what process wanted to connect to this domain, because it gets blocked before the actual responsible process tries to connect. So pleas revert this setting back to default, (you can also delete it, and it will get rebuilt, there even is a note in there, instructing you to do so if you mess with the app settings 😄 ) |
Yes i understod what dhaavi was saying, just didn't want to unlock google for obvious reasons. |
there is no data connection, that is the dns request. and it is not going to google, it is going to the configured DNS server. And the Data connection comes after and that will get blocked, but to know what program wants to establish the data connection you need to allow the DNS request first. |
What would you like to add or change?:
Windows 10 21H2 immediately after boot svchost.exe (systemdnsclient) made a request to google-analytics.com
Can i find out what exactly caused this connection attempt?
Why do you and others need this?:
The text was updated successfully, but these errors were encountered: