|
872 | 872 | <!-- Rejected: .cloudfront.net, customer content --> |
873 | 873 | <!-- Rejected: .windows.net, customer content --> |
874 | 874 | <!-- Rejected: *github.com, customer content--> |
| 875 | + <!-- Rejected: .zorosrv.com, customer content--> |
875 | 876 |
|
876 | 877 | <RuleGroup name="Dns" groupRelation="or"> |
877 | 878 | <DnsQuery onmatch="exclude"> |
878 | 879 | <!--Network noise--> |
879 | 880 | <QueryName condition="end with">.arpa.</QueryName> <!--Design decision to not log reverse DNS lookups. You will need to decide.--> |
880 | 881 | <QueryName condition="end with">.arpa</QueryName> <!--Design decision to not log reverse DNS lookups. You will need to decide.--> |
881 | 882 | <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--> |
882 | 884 | <!--Microsoft--> |
883 | 885 | <QueryName condition="end with">.b-msedge.net</QueryName> <!--Microsoft: Doesn't appear to host customer content or subdomains--> |
884 | 886 | <QueryName condition="end with">-pushp.svc.ms</QueryName> <!--Microsoft: Doesn't appear to host customer content or subdomains--> |
|
893 | 895 | <QueryName condition="end with">.skype.net</QueryName> <!--Microsoft | Microsoft default exclusion--> |
894 | 896 | <QueryName condition="end with">.msocdn.com</QueryName> <!--Microsoft--> |
895 | 897 | <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--> |
896 | 900 | <!--Microsoft:Office365/AzureAD--> |
897 | 901 | <QueryName condition="end with">.msauth.net</QueryName> |
898 | 902 | <QueryName condition="end with">.msftauth.net</QueryName> |
899 | 903 | <QueryName condition="is">outlook.office365.com</QueryName> <!--Microsoft: Protected by HSTS--> |
900 | 904 | <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--> |
902 | 906 | <QueryName condition="end with">.aria.microsoft.com</QueryName> <!--Microsoft: OneDrive/SharePoint--> |
903 | 907 | <QueryName condition="is">management.azure.com</QueryName> <!--Microsoft: AzureAD/InTune--> |
904 | 908 | <QueryName condition="is">portal.azure.com</QueryName> <!--Microsoft: AzureAD/InTune--> |
| 909 | + |
905 | 910 | <!--3rd-party applications--> |
906 | 911 | <QueryName condition="end with">.spotify.com</QueryName> |
907 | 912 | <!--Goodlist CDN--> |
908 | 913 | <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--> |
909 | 916 | <!--Misc--> |
910 | 917 | <QueryName condition="end with">.adap.tv</QueryName> <!--Ads:AOL | Microsoft default exclusion [ https://www.crunchbase.com/organization/adap-tv ] --> |
911 | 918 | <QueryName condition="end with">.addthis.com</QueryName> <!--Ads:Oracle | Microsoft default exclusion [ https://en.wikipedia.org/wiki/AddThis ] --> |
|
936 | 943 | <QueryName condition="end with">.smartadserver.com</QueryName> <!--Ads--> |
937 | 944 | <QueryName condition="end with">.adnxs.com</QueryName> <!--Ads | Microsoft default exclusion--> |
938 | 945 | <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--> |
939 | 952 |
|
940 | 953 | </DnsQuery> |
941 | 954 | </RuleGroup> |
|
0 commit comments