Skip to content

Commit cdbc451

Browse files
update
1 parent 3e8c6c2 commit cdbc451

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

z-AlphaVersion.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,13 +872,15 @@
872872
<!-- Rejected: .cloudfront.net, customer content -->
873873
<!-- Rejected: .windows.net, customer content -->
874874
<!-- Rejected: *github.com, customer content-->
875+
<!-- Rejected: .zorosrv.com, customer content-->
875876

876877
<RuleGroup name="Dns" groupRelation="or">
877878
<DnsQuery onmatch="exclude">
878879
<!--Network noise-->
879880
<QueryName condition="end with">.arpa.</QueryName> <!--Design decision to not log reverse DNS lookups. You will need to decide.-->
880881
<QueryName condition="end with">.arpa</QueryName> <!--Design decision to not log reverse DNS lookups. You will need to decide.-->
881882
<QueryName condition="end with">.msftncsi.com</QueryName> <!--Microsoft proxy detection | Microsoft default exclusion-->
883+
<QueryResults condition="is">127.0.0.1;<QueryResults> <!--Localhost result. Caused by Nvidia nvcontainer.exe-->
882884
<!--Microsoft-->
883885
<QueryName condition="end with">.b-msedge.net</QueryName> <!--Microsoft: Doesn't appear to host customer content or subdomains-->
884886
<QueryName condition="end with">-pushp.svc.ms</QueryName> <!--Microsoft: Doesn't appear to host customer content or subdomains-->
@@ -893,19 +895,24 @@
893895
<QueryName condition="end with">.skype.net</QueryName> <!--Microsoft | Microsoft default exclusion-->
894896
<QueryName condition="end with">.msocdn.com</QueryName> <!--Microsoft-->
895897
<QueryName condition="end with">.windows.com</QueryName> <!--Microsoft-->
898+
<QueryName condition="end with">.windowsupdate.com</QueryName> <!--Microsoft-->
899+
<QueryName condition="end with">.windows.net.nsatc.net</QueryName> <!--Microsoft-->
896900
<!--Microsoft:Office365/AzureAD-->
897901
<QueryName condition="end with">.msauth.net</QueryName>
898902
<QueryName condition="end with">.msftauth.net</QueryName>
899903
<QueryName condition="is">outlook.office365.com</QueryName> <!--Microsoft: Protected by HSTS-->
900904
<QueryName condition="end with">.activedirectory.windowsazure.com</QueryName> <!--Microsoft: AzureAD-->
901-
<QueryName condition="end with">oms.opinsights.azure.com</QueryName> <!--Microsoft: AzureAD/InTune client event monitoring-->
905+
<QueryName condition="end with">.opinsights.azure.com</QueryName> <!--Microsoft: AzureAD/InTune client event monitoring-->
902906
<QueryName condition="end with">.aria.microsoft.com</QueryName> <!--Microsoft: OneDrive/SharePoint-->
903907
<QueryName condition="is">management.azure.com</QueryName> <!--Microsoft: AzureAD/InTune-->
904908
<QueryName condition="is">portal.azure.com</QueryName> <!--Microsoft: AzureAD/InTune-->
909+
905910
<!--3rd-party applications-->
906911
<QueryName condition="end with">.spotify.com</QueryName>
907912
<!--Goodlist CDN-->
908913
<QueryName condition="is">cdnjs.cloudflare.com</QueryName> <!--Cloudflare: Hosts popular javascript libraries-->
914+
<!--Personal-->
915+
<QueryName condition="end with">.steamcontent.com</QueryName> <!--If you seriously host malware in a Steam game, I give up-->
909916
<!--Misc-->
910917
<QueryName condition="end with">.adap.tv</QueryName> <!--Ads:AOL | Microsoft default exclusion [ https://www.crunchbase.com/organization/adap-tv ] -->
911918
<QueryName condition="end with">.addthis.com</QueryName> <!--Ads:Oracle | Microsoft default exclusion [ https://en.wikipedia.org/wiki/AddThis ] -->
@@ -936,6 +943,12 @@
936943
<QueryName condition="end with">.smartadserver.com</QueryName> <!--Ads-->
937944
<QueryName condition="end with">.adnxs.com</QueryName> <!--Ads | Microsoft default exclusion-->
938945
<QueryName condition="is">d29x207vrinatv.cloudfront.net</QueryName> <!--Amazon-developed applications-->
946+
<QueryName condition="end with">opps.zorosrv.com</QueryName>
947+
<QueryName condition="end with">wf.zorosrv.com</QueryName>
948+
<QueryName condition="end with">.taboola.map.fastly.net</QueryName>
949+
<QueryName condition="end with">.mathtag.com</QueryName> <!--Microsoft default exclusion-->
950+
<QueryName condition="end with">.ytimg.com</QueryName> <!--Google-->
951+
<QueryName condition="end with">.chartbeat.net</QueryName> <!--Microsoft default exclusion-->
939952

940953
</DnsQuery>
941954
</RuleGroup>

0 commit comments

Comments
 (0)