WindowsSpyBlocker is an application written in Go and delivered as a single executable to block spying and tracking on Windows systems. The initial approach of this application is to capture and analyze network traffic based on a set of tools. It is open for everyone and if you want to contribute or need help, take a look at the Wiki.
Telemetry and data collection
To capture and analyze network traffic for the telemetry option, QEMU virtual machines are used on the server virtualization management platform Proxmox VE based on :
- Windows 10 Pro 64bits with automatic updates enabled.
- Windows 8.1 Pro 64bits with automatic updates enabled.
- Windows 7 SP1 Pro 64bits with automatic updates enabled.
Traffic dumps are clean every day and compared with the current rules to add/remove some hosts or firewall rules.
Tools used to capture traffic :
All traffic events are available in the logs
folder :
- *-hosts-count.csv: number of events per host
- *-unique.csv: the first trigger of an event per host/process/destination port
The data folder contains the blocking rules based on domains or IPs detected during the capture process :
- data/<type>/winX/spy.txt : Block Windows Spy / Telemetry
- data/<type>/winX/update.txt : Block Windows Update
- data/<type>/winX/extra.txt : Block third-party applications
Firewall and Hosts data are the main types. The others are generated from these as :
- DNSCrypt: a protocol for securing communications between a client and a DNS resolver.
- OpenWrt: an open-source project used on embedded devices to route network traffic.
- P2P: a plaintext IP data format from PeerGuardian.
- Proxifier: an advanced proxy client on Windows with a flexible rule system.
- simplewall: a simple tool to configure the Windows Filtering Platform (WFP).
And about data collection, you can read the Telemetry collection page for more info.
Changelog v4.39
- Update hosts for extra, spy and update rules
- Update IPs for extra, spy and update rules
- Update telemetry info docs
- Sanitize resolved domains
- Bump go mod
- Bump golang.org/x/sys to v0.0.0-20220513210249-45d2b4557a2a (#463)
- Bump github.com/cavaliergopher/grab from 1.0.0 to 3.0.1 (#462)
- Bump github.com/josephspurrier/goversioninfo from 1.3.0 to 1.4.0 (#420)
- Bump github.com/kevinburke/go-bindata (#429)
- Bump github.com/miekg/dns from 1.1.43 to 1.1.49 (#417 #442 #461)
- Bump github.com/magefile/mage from 1.11.0 to 1.13.0 (#414 #443)
- Bump github.com/akyoto/color from 1.8.11 to 1.8.12 (#401)
- Bump github.com/go-ole/go-ole from 1.2.5 to 1.2.6 (#388)
- Bump github.com/PuerkitoBio/goquery from 1.7.1 to 1.8.0 (#390)
Download & Usage
Copyright (c) 2016-2018 CrazyMax
Source: https://github.com/crazy-max/