Hello, I'd like to analyze the data that is sent to Microsoft further. Also before someone says Windows user, I'm not, I'll just make a VM for that. I'll be doing it mostly out of curiosity because I want to see what's in there. Any help, suggestions or ideas would be appreciated. Maybe we could all come together and make something easy to setup for people so that they can analyze their traffic themselves, which might be a big punch in MS's face if something is found that shouldn't be there. So, my idea would be the following:
1. Make a Windows 10 LTSB VM
(Optional) Configure everything according to the article: https://docs.microsoft.com/en-us/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services
and try to find out what is sent on minimal level, which I would have great interest in. Please note that MS uses for the telemetry-level "Security" the word "includes," so at the end they could still potentially send anything, which is a big concern.
2. Make a certificate for the domain microsoft.com and add it to the certificates.
3. Use a DNS server that redirects the resolution-requests for microsoft.com to something that is under my control (for example an Apache server set up with the private key).
4. Log all the traffic that goes to the server and decrypt it with the private key.
Might that work? Anyone tried something like that?