Last active
April 26, 2018 15:18
-
-
Save scardine/e239c1d70c178943de39af6a941bf8b2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# whitelist for Microsoft software (Cortana, Office, etc) phoning home... | |
acl microsoft dstdomain -n .office.com | |
acl microsoft dstdomain -n vortex.data.microsoft.com | |
acl microsoft dstdomain -n onecs-live.azureedge.net | |
acl microsoft dstdomain -n vortex-win.data.microsoft.com | |
acl microsoft dstdomain -n telecommand.telemetry.microsoft.com | |
acl microsoft dstdomain -n telecommand.telemetry.microsoft.com.nsatc.net | |
acl microsoft dstdomain -n oca.telemetry.microsoft.com | |
acl microsoft dstdomain -n oca.telemetry.microsoft.com.nsatc.net | |
acl microsoft dstdomain -n sqm.telemetry.microsoft.com | |
acl microsoft dstdomain -n sqm.telemetry.microsoft.com.nsatc.net | |
acl microsoft dstdomain -n watson.telemetry.microsoft.com | |
acl microsoft dstdomain -n watson.telemetry.microsoft.com.nsatc.net | |
acl microsoft dstdomain -n redir.metaservices.microsoft.com | |
acl microsoft dstdomain -n choice.microsoft.com | |
acl microsoft dstdomain -n choice.microsoft.com.nsatc.net | |
acl microsoft dstdomain -n df.telemetry.microsoft.com | |
acl microsoft dstdomain -n reports.wes.df.telemetry.microsoft.com | |
acl microsoft dstdomain -n wes.df.telemetry.microsoft.com | |
acl microsoft dstdomain -n services.wes.df.telemetry.microsoft.com | |
acl microsoft dstdomain -n sqm.df.telemetry.microsoft.com | |
acl microsoft dstdomain -n telemetry.microsoft.com | |
acl microsoft dstdomain -n watson.ppe.telemetry.microsoft.com | |
acl microsoft dstdomain -n telemetry.appex.bing.net | |
acl microsoft dstdomain -n telemetry.urs.microsoft.com | |
acl microsoft dstdomain -n telemetry.appex.bing.net:443 | |
acl microsoft dstdomain -n settings-sandbox.data.microsoft.com | |
acl microsoft dstdomain -n vortex-sandbox.data.microsoft.com | |
acl microsoft dstdomain -n survey.watson.microsoft.com | |
acl microsoft dstdomain -n watson.live.com | |
acl microsoft dstdomain -n watson.microsoft.com | |
acl microsoft dstdomain -n statsfe2.ws.microsoft.com | |
acl microsoft dstdomain -n corpext.msitadfs.glbdns2.microsoft.com | |
acl microsoft dstdomain -n compatexchange.cloudapp.net | |
acl microsoft dstdomain -n cs1.wpc.v0cdn.net | |
acl microsoft dstdomain -n a-0001.a-msedge.net | |
acl microsoft dstdomain -n statsfe2.update.microsoft.com.akadns.net | |
acl microsoft dstdomain -n sls.update.microsoft.com.akadns.net | |
acl microsoft dstdomain -n fe2.update.microsoft.com.akadns.net | |
acl microsoft dstdomain -n diagnostics.support.microsoft.com | |
acl microsoft dstdomain -n corp.sts.microsoft.com | |
acl microsoft dstdomain -n statsfe1.ws.microsoft.com | |
acl microsoft dstdomain -n pre.footprintpredict.com | |
acl microsoft dstdomain -n i1.services.social.microsoft.com | |
acl microsoft dstdomain -n i1.services.social.microsoft.com.nsatc.net | |
acl microsoft dstdomain -n feedback.windows.com | |
acl microsoft dstdomain -n feedback.microsoft-hohm.com | |
acl microsoft dstdomain -n feedback.search.microsoft.com | |
acl microsoft dstdomain -n rad.msn.com | |
acl microsoft dstdomain -n preview.msn.com | |
acl microsoft dstdomain -n ad.doubleclick.net | |
acl microsoft dstdomain -n ads.msn.com | |
acl microsoft dstdomain -n ads1.msads.net | |
acl microsoft dstdomain -n ads1.msn.com | |
acl microsoft dstdomain -n a.ads1.msn.com | |
acl microsoft dstdomain -n a.ads2.msn.com | |
acl microsoft dstdomain -n adnexus.net | |
acl microsoft dstdomain -n adnxs.com | |
acl microsoft dstdomain -n az361816.vo.msecnd.net | |
acl microsoft dstdomain -n az512334.vo.msecnd.net | |
acl microsoft dstdomain -n .bing.com | |
# ... | |
http_access allow microsoft |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment