User Tools

Site Tools


blocklists:microsoft:microsoft_teams

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_teams [2021/02/07 14:10] peterblocklists:microsoft:microsoft_teams [2021/02/08 00:27] (current) peter
Line 1: Line 1:
 ====== Blocklists - Microsoft - Microsoft Teams ====== ====== Blocklists - Microsoft - Microsoft Teams ======
  
-<code> +===== Get Current List of IP Addresses ===== 
-13.107.64.0/18 # Microsoft Teams. + 
-52.112.0.0/14 # Microsoft Teams. +<code bash> 
-52.120.0.0/14 # Microsoft Teams.+curl https://endpoints.office.com/endpoints/worldwide?clientrequestid=948beb0b-32bb-4e1c-a67d-091c861a0cc6 > /tmp/office.txt 
 +jq -r '.[] | select(.serviceArea=="Skype") | select(.ips) .ips[]' /tmp/office.txt | sort -t . -k1,1n -k2,2n -k3,3n -k4,4n | uniq 
 +</code> 
 + 
 +<WRAP info> 
 +**NOTE:**  Use **Skype** as the ServiceArea. 
 + 
 +See: [[Blocklists:Microsoft:Get Microsoft URLs, IP addresses and Ports|Get Microsoft URLs, IP addresses and Ports]]. 
 +</WRAP> 
 + 
 +returns: 
 + 
 +<code bash
 +13.107.64.0/18 
 +52.112.0.0/14 
 +52.120.0.0/14 
 +52.238.119.141/32 
 +52.244.160.207/32 
 +2603:1027::/48 
 +2603:1037::/48 
 +2603:1047::/48 
 +2603:1057::/48 
 +2620:1ec:40::/42 
 +2620:1ec:6::/48
 </code> </code>
  
Line 10: Line 33:
 **NOTE:**  These IP Ranges may change. **NOTE:**  These IP Ranges may change.
 </WRAP> </WRAP>
 +
 +----
 +
 +===== Get Current List of URLs =====
 +
 +<code bash>
 +jq -r '.[] | select(.serviceArea=="Skype") | select(.urls) .urls[]' /tmp/office.txt | sort -t . -k1,1n -k2,2n -k3,3n -k4,4n | uniq
 +</code>
 +returns:
 +
 +<code>
 +*.adl.windows.com
 +ajax.aspnetcdn.com
 +aka.ms
 +amp.azure.net
 +*.broadcast.skype.com
 +broadcast.skype.com
 +compass-ssl.microsoft.com
 +*.keydelivery.mediaservices.windows.net
 +*.lync.com
 +mlccdn.blob.core.windows.net
 +mlccdnprod.azureedge.net
 +*.msecnd.net
 +*.msedge.net
 +*.mstea.ms
 +*.secure.skypeassets.com
 +*.sfbassets.com
 +*.skype.com
 +*.skypeforbusiness.com
 +skypemaprdsitus.trafficmanager.net
 +statics.teams.microsoft.com
 +*.streaming.mediaservices.windows.net
 +*.teams.microsoft.com
 +teams.microsoft.com
 +*.tenor.com
 +*.urlp.sfbassets.com
 +*.users.storage.live.com
 +videoplayercdn.osi.office.net
 +</code>
 +
 +----
 +
 +===== Get Current List of TCP Ports =====
 +
 +<code bash>
 +jq -r '.[] | select(.serviceArea=="Skype") | .tcpPorts' office.txt | sort | uniq
 +</code>
 +
 +returns:
 +
 +<code>
 +443
 +80
 +null
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  An alternative command: 
 +
 +<code bash>
 +jq -r '.[] | select(.serviceArea=="Skype") | .tcpPorts' office.txt  | sed 's/,/\n/'g | sort | uniq
 +</code>
 +</WRAP>
 +
 +----
 +
 +===== Get Current List of UDP Ports =====
 +
 +<code bash>
 +jq -r '.[] | select(.serviceArea=="Skype") | .udpPorts' office.txt  | sed 's/,/\n/'g | sort | uniq
 +</code>
 +
 +returns:
 +
 +<code>
 +3478
 +3479
 +3480
 +3481
 +null
 +</code>
 +
 +
 +<WRAP info>
 +**NOTE:**  An alternative command: 
 +
 +<code bash>
 +jq -r '.[] | select(.serviceArea=="Skype") | .udpPorts' office.txt | sort | uniq
 +</code>
 +
 +</WRAP>
 +
 +----
 +
 +===== Original Lists =====
 +
 +<code>
 +13.107.64.0/18 # Microsoft Teams.
 +52.112.0.0/14 # Microsoft Teams.
 +52.120.0.0/14 # Microsoft Teams.
 +</code>
  
 <code> <code>
Line 20: Line 144:
 </code> </code>
  
 +<WRAP info>
 +**NOTE:**  These may change.
 +</WRAP>
  
 ---- ----
Line 26: Line 153:
  
 https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide
 +
 +https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide#skype-for-business-online-and-microsoft-teams
  
 https://docs.microsoft.com/en-gb/MicrosoftTeams/troubleshoot/teams-welcome https://docs.microsoft.com/en-gb/MicrosoftTeams/troubleshoot/teams-welcome
 +
 +https://techcommunity.microsoft.com/t5/microsoft-teams/ports-needed-for-microsoft-teams/m-p/28417
 +
 +https://docs.microsoft.com/en-gb/MicrosoftTeams/prepare-network
 +
blocklists/microsoft/microsoft_teams.1612707040.txt.gz · Last modified: 2021/02/07 14:10 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki