We block the download of certain files, such as msi, and exe. Microsoft delivery optimization uses random IPs within the URL to download these updates, and some IPs might not even be owned by Microsoft. Below is an example of a download:
151.139.71.28/filestreamingservice/files/814b848b-a4e4-48f7-9dc0-b18b57f6c9f3?P1=1707275479&P2=404&P3=2&P4=XS3dTPEuizRfF1O1rjyxG4xt4%2f7vGGgU0h4OKnajgEDC0tollwGtN5fmEf1kuPFohFTDKuVPTCg9zrAoEck6sQ%3d%3d&cacheHostOrigin=msedge.b.tlu.dl.delivery.mp.microsoft.com
We would like to include a regex or some sort of wild card to allow these. The URL always seems to include:
delivery.mp.microsoft.com
When we allow URLs, we add the URLs to a URL list, which is tied to category. I see we can use regex, but I am not certain if the URL needs the hostname??? I am also not sure how the regex would look. I opened a case with support, but they referenced me to regex101 website, but that was really it, so hoping the Netskope community might be able to assist.