User Tools

Site Tools


blocklists:microsoft:microsoft_office_365

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blocklists:microsoft:microsoft_office_365 [2021/02/07 19:09] peterblocklists:microsoft:microsoft_office_365 [2021/02/11 10:19] (current) peter
Line 9: Line 9:
  
 <WRAP info> <WRAP info>
-See: [[Blocklists:Microsoft:Get Microsoft URLs, IP addresses and Ports|Get Microsoft URLs, IP addresses and Ports]].+**NOTE:**  See: [[Blocklists:Microsoft:Get Microsoft URLs, IP addresses and Ports|Get Microsoft URLs, IP addresses and Ports]].
 </WRAP> </WRAP>
  
Line 412: Line 412:
 ---- ----
  
-----+===== Get Current List of TCP Ports =====
  
-==== Ports ====+<code bash> 
 +jq -r '.[] | .tcpPorts' office.txt  | sed 's/,/\n/'g | sort | uniq 
 +</code>
  
-For chat: +returns:
- +
-  * http (80) +
-  * https (443) +
-  * udp/3478-3481 +
- +
- +
----- +
- +
-===== Domain list =====+
  
 <code> <code>
-office.com +143 
-office365.com +25 
-office.net +443 
-onedrive.com +587 
-sharepoint.com +80 
-optimizely.com +993 
-microsoftonline.com +995 
-production.us.trafficmanager.net +null
-microsoft.com +
-live.com +
-oneclient.sfx.ms +
-sharepointonline.com +
-spoprod-a.akamaihd.net +
-prod.msocdn.com +
-svc.ms +
-lync.com +
-broadcast.skype.com +
-skypeforbusiness.com +
-sfbassets.com +
-skypemaprdsitus.trafficmanager.net +
-windows.net +
-msecnd.net +
-aspnetcdn.com +
-live.net +
-aka.ms +
-azure.net +
-windows.com +
-windows.net +
-msedge.net +
-mstea.ms +
-skypeassets.com +
-azureedge.net +
-tenor.com +
-microsoftstream.com +
-assets-yammer.com +
-azureedge.net +
-onenote.com +
-onenote.net +
-aspnetcdn.com +
-optimizely.com +
-msappproxy.net +
-msftidentity.com +
-msidentity.com +
-windowsazure.com +
-microsoftazuread-sso.com +
-microsoftonline-p.net +
-msauth.net +
-msauthimages.net +
-msftauth.net +
-msftauthimages.net +
-phonefactor.net +
-visualstudio.com +
-cloudapp.net +
-staffhub.ms +
-gfx.ms +
-appex.bing.com +
-appex-rf.msn.com +
-getmicrosoftkey.com +
-atdmt.com +
-yammer.com +
-yammerusercontent.com +
-sway-cdn.com +
-sway-extensions.com +
-sway.com+
 </code> </code>
  
 <WRAP info> <WRAP info>
-**NOTE:**  Top level domains use used instead of multiple subdomains.+**NOTE:**  An alternative command:
  
-For example, excel.officeapps.microsoft.com, word.officeapps.microsoft.com are abbreviated to just officapps.microsoft.com+<code bash> 
- +jq -r '.[] | .tcpPorts' office.txt | sort | uniq 
-Amend if needed.+</code>
  
 </WRAP> </WRAP>
Line 505: Line 442:
 ---- ----
  
-==== IP Ranges ====+===== Get Current List of UDP Ports =====
  
-Includes local subnets if not present already.+<code bash> 
 +jq -r '.[] | .udpPorts' office.txt  | sed 's/,/\n/'g | sort | uniq 
 +</code> 
 + 
 +returns:
  
 <code> <code>
-104.146.128.0/17 +3478 
-104.42.230.91 +3479 
-104.44.218.128/25 +3480 
-104.44.254.128/25 +3481 
-104.44.255.0/25 +null
-104.47.0.0/17 +
-13.91.91.243 +
-13.106.4.128/25 +
-13.106.56.0/25 +
-13.107.128.0/22 +
-13.107.136.0/22 +
-13.107.140.6 +
-13.107.18.10/31 +
-13.107.6.152/31 +
-13.107.6.156/31 +
-13.107.6.171 +
-13.107.7.190/31 +
-13.107.9.155/31 +
-13.80.125.22 +
-131.253.33.215 +
-132.245.0.0/16 +
-134.170.172.128/25 +
-134.170.67.0/25 +
-150.171.32.0/22 +
-150.171.40.0/22 +
-157.55.130.0/25 +
-157.55.145.0/25 +
-157.55.155.0/25 +
-157.55.227.192/26 +
-157.55.45.128/25 +
-191.232.2.128/25 +
-191.234.140.0/22 +
-20.190.128.0/18 +
-204.79.197.215 +
-23.103.160.0/20 +
-40.96.0.0/13 +
-40.104.0.0/15 +
-40.107.0.0/16 +
-40.108.128.0/17 +
-40.126.0.0/18 +
-40.81.156.154 +
-40.92.0.0/15 +
-40.90.218.198 +
-52.108.0.0/14 +
-52.100.0.0/14 +
-52.104.0.0/14 +
-52.174.56.180 +
-52.183.75.62 +
-52.184.165.82 +
-52.238.106.116 +
-52.238.78.88 +
-52.247.150.191 +
-52.96.0.0/14 +
-65.54.170.128/25+
 </code> </code>
  
-----+<WRAP info> 
 +**NOTE:**  An alternative command:
  
-For the Teams app, these additional IP ranges are needed:+<code bash> 
 +jq -r '.[] | .udpPorts' office.txt | sort | uniq 
 +</code>
  
-<code> +</WRAP>
-13.107.64.0/18 +
-52.112.0.0/14 +
-52.120.0.0/14 +
-</code>+
  
 ---- ----
Line 587: Line 478:
  
 https://www.guidgenerator.com/ https://www.guidgenerator.com/
 +
 +https://community.sophos.com/xg-firewall/f/discussions/87958/office365-activation-failed
blocklists/microsoft/microsoft_office_365.1612724961.txt.gz · Last modified: 2021/02/07 19:09 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki