forked from crazy-max/WindowsSpyBlocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* openwrt firewall (crazy-max#10) * Create README * Update README * Add files via upload * Update README * Update README * remove duplicate entry "telecommand.telemetry.microsoft.com.nsatc.net" formatting bug * remove duplicate entry "telecommand.telemetry.microsoft.com.nsatc.net" bad formatting * remove duplicate "telemetry.appex.bing.net" invalid format --> host:port telemetry.appex.bing.net:443 * remove invalid duplicate "telemetry.appex.bing.net:443" invalid format --> host:port telemetry.appex.bing.net:443 * Add Sysmon, Proxifier, Wireshark capture method in the Wiki (Issue crazy-max#11) Enhancement for firewall script (Issue crazy-max#2) Separate rules and scripts in distinct folders New hosts and firewall rules Add capture logs in CSV files Add Sysmon script (install / uninstall / extract event log) Add Proxifier script (extract log) * Update README.md * Update firewall conf * Add requirements * Update README.md * Add Windows 7 and Windows 8.1 hosts and firewall rules (Issue #1) Add Wireshark script to extract log and generate CSV (Issue crazy-max#6) Bug spy rule blocking Windows update (Issue crazy-max#14) Add diff script to compare current firewall rules / hosts with generated CSVs New hosts and firewall rules * Update README.md
- Loading branch information
Showing
128 changed files
with
54,180 additions
and
3,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
*.2mdn.net | ||
*.akamaitechnologies.com | ||
apps.skype.com | ||
cdn.content.prod.cms.msn.com | ||
choice.microsoft.com.nstac.net | ||
client.wns.windows.com | ||
dmd.metaservices.microsoft.com | ||
img-s-msn-com.akamaized.net | ||
licensing.mp.microsoft.com | ||
*.messenger.live.com | ||
*.msftncsi.com | ||
oneclient.sfx.ms | ||
pricelist.skype.com | ||
search.msn.com | ||
tk2.plt.msn.com | ||
ui.skype.com | ||
view.atdmt.com | ||
*.weather.microsoft.com | ||
*.xboxlive.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
*.a-msedge.net | ||
*.ads*.msn.com | ||
*.ads*.msads.net | ||
ac3.msn.com | ||
*.adnexus.net | ||
*.adnxs.com | ||
*.ams*.msecn.net | ||
*.atdmt.com | ||
aka-cdn-ns.adtech.de | ||
answers.microsoft.com | ||
bingads.microsoft.com | ||
bs.serving-sys.com | ||
c.msn.com | ||
cache.datamart.windows.com | ||
choice.microsoft.com | ||
choice.microsoft.com.nsatc.net | ||
compatexchange.cloudapp.net | ||
compatexchange1.trafficmanager.net | ||
corp.sts.microsoft.com | ||
cs1.wpc.v0cdn.net | ||
db3wns2011111.wns.windows.com | ||
db5sch101101939.wns.windows.com | ||
db5sch103082111.wns.windows.com | ||
diagnostics.support.microsoft.com | ||
displaycatalog.mp.microsoft.com | ||
eu.vortex.data.microsoft.com | ||
feedback.microsoft-hohm.com | ||
feedback.search.microsoft.com | ||
feedback.windows.com | ||
flex.msn.com | ||
g.msn.com | ||
geover-prod.do.dsp.mp.microsoft.com | ||
*.glbdns2.microsoft.com | ||
h1.msn.com | ||
h2.msn.com | ||
lb1.www.ms.akadns.net | ||
*.location.live.net | ||
m.adnxs.com | ||
m.hotmail.com | ||
*.msedge.net | ||
msntest.serving-sys.com | ||
officeclient.microsoft.com | ||
onesettings-*.metron.live.com.nsatc.net | ||
pre.footprintpredict.com | ||
preview.msn.com | ||
*.rad.live.com | ||
*.rad.msn.com | ||
*.rads.msn.com | ||
redir.metaservices.microsoft.com | ||
schemas.microsoft.akadns.net | ||
secure.flashtalking.com | ||
*.services.social.microsoft.com | ||
settings-sandbox.data.microsoft.com | ||
settings-win.data.microsoft.com | ||
settings.data.microsoft.com | ||
spynet2.microsoft.com | ||
spynetalt.microsoft.com | ||
ssw.live.com | ||
statsfe1.ws.microsoft.com | ||
statsfe2.ws.microsoft.com | ||
survey.watson.microsoft.com | ||
*.telemetry.appex.bing.net | ||
*.telemetry.microsoft.com | ||
*.telemetry.microsoft.com.nsatc.net | ||
*.telemetry.urs.microsoft.com | ||
tsfe.trafficshaping.dsp.mp.microsoft.com | ||
version.hybrid.api.here.com | ||
*.virtualearth.net | ||
*.vo.msecnd.net | ||
*.vortex*.data.microsoft.com | ||
*.vortex*.data.metron.live.com.nsatc.net | ||
vortex-*.metron.live.com.nsatc.net | ||
watson.live.com | ||
watson.microsoft.com | ||
win10.ipv6.microsoft.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*.delivery.dsp.mp.microsoft.com.nsatc.net | ||
*.delivery.mp.microsoft.com | ||
*.windowsupdate.com | ||
*.update.microsoft.com | ||
*.update.microsoft.com.akadns.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
crl.microsoft.com | ||
dmd.metaservices.microsoft.com | ||
g.bing.com | ||
*.msftncsi.com | ||
time.windows.com | ||
wscont.apps.microsoft.com | ||
wscont.apps.microsoft.com.edgesuite.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
compatexchange1.trafficmanager.net | ||
crl.microsoft.com | ||
eu.vortex.data.microsoft.com | ||
settings-win.data.microsoft.com | ||
spynet2.microsoft.com | ||
*.telemetry.microsoft.com | ||
teredo.ipv6.microsoft.com | ||
*.vortex*.data.microsoft.com | ||
watson.microsoft.com |
5 changes: 2 additions & 3 deletions
5
dnscrypt/windows10_update.txt → data/dnscrypt/win7/update.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
*.windowsupdate.com | ||
windowsupdate.com | ||
download.microsoft.com | ||
*.update.microsoft.com | ||
update.microsoft.com | ||
*.windowsupdate.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
activation-v2.sls.microsoft.com | ||
appex-rf.msn.com | ||
dmd.metaservices.microsoft.com | ||
g.bing.com | ||
img.stb.s-msn.com | ||
login.live.com | ||
*.msftncsi.com | ||
next-services.apps.microsoft.com | ||
*.services.appex.bing.com | ||
*.smartscreen.microsoft.com | ||
*.tile.appex.bing.com | ||
validation-v2.sls.microsoft.com | ||
watson.telemetry.microsoft.com | ||
*.weather.microsoft.com | ||
wscont.apps.microsoft.com | ||
wscont.apps.microsoft.com.edgesuite.net | ||
wscont1.apps.microsoft.com | ||
wscont2.apps.microsoft.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
*.a-msedge.net | ||
settings-win.data.microsoft.com | ||
spynet2.microsoft.com | ||
spynetalt.microsoft.com | ||
statsfe2.update.microsoft.com | ||
statsfe2.ws.microsoft.com | ||
*.telemetry.microsoft.com | ||
*.trafficmanager.net | ||
*.vortex.data.microsoft.com | ||
vortex-win.data.microsoft.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
bg.v4.a.dl.ws.microsoft.com | ||
bg.v4.emdl.ws.microsoft.com | ||
bg1.v4.a.dl.ws.microsoft.com | ||
bg1.v4.emdl.ws.microsoft.com | ||
bg5.v4.a.dl.ws.microsoft.com | ||
bg5.v4.emdl.ws.microsoft.com | ||
fe2.ws.microsoft.com | ||
fg.v4.download.windowsupdate.com | ||
*.update.microsoft.com | ||
*.windowsupdate.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### firewall win10 extra | ||
### More info: https://github.com/crazy-max/WindowsSpyBlocker | ||
|
||
65.52.100.11 | ||
65.52.100.93 | ||
191.232.139.2 | ||
191.232.139.7 | ||
191.232.139.49 | ||
191.232.139.56 | ||
191.232.139.141 | ||
191.232.139.170 | ||
191.232.139.182 | ||
191.232.139.253 | ||
207.46.194.14 | ||
207.46.194.25 | ||
207.46.194.33 | ||
207.46.223.94 | ||
207.68.166.254 | ||
213.198.96.195 |
Oops, something went wrong.