<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MS O365 Dynamic IP addresses/Urls of Endpoints Url for MineMeld in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/ms-o365-dynamic-ip-addresses-urls-of-endpoints-url-for-minemeld/m-p/172827#M99180</link>
    <description>&lt;P&gt;In the next release this URL will be made configurable, but the on in the Python file will be the default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luigi&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 12:43:21 GMT</pubDate>
    <dc:creator>lmori</dc:creator>
    <dc:date>2017-08-23T12:43:21Z</dc:date>
    <item>
      <title>MS O365 Dynamic IP addresses/Urls of Endpoints Url for MineMeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ms-o365-dynamic-ip-addresses-urls-of-endpoints-url-for-minemeld/m-p/171449#M99179</link>
      <description>&lt;P&gt;In effort to understand the processing of the Microsoft Office 365 MS O365 Dynamic IP addresses/Urls of Endpoints Url (see MS url below) by the MineMeld application, where is the configuration file with this MS Office 365 url stored for the Minemeld application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.content.office.net/en-us/static/O365IPAddresses.xml" target="_blank"&gt;https://support.content.office.net/en-us/static/O365IPAddresses.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Minemeld YAML configuration file for MS O365 Miners referenced in the following Palo Alto web page did not contain it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Articles/How-to-Safely-Enable-access-to-Office-365-using-MineMeld/ta-p/120280" target="_blank"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Articles/How-to-Safely-Enable-access-to-Office-365-using-MineMeld/ta-p/120280&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. The MS Office url was found hardcoded in a python file. Is this location of the MS O365 url that is used? I would think that Microsoft does not change the url very often, but the information about this configuration would be needed if the url did change in the future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code snippet from /opt/minemeld/engine/0.9.40/lib/python2.7/site-packages/minemeld/ft/o365.py:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;import requests&lt;/P&gt;&lt;P&gt;import lxml.etree&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from . import basepoller&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOG = logging.getLogger(__name__)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;O365_URL = \&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;A href="https://support.content.office.net/en-us/static/O365IPAddresses.xml" target="_blank"&gt;https://support.content.office.net/en-us/static/O365IPAddresses.xml&lt;/A&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;XPATH_FUNS_NS = '&lt;A href="http://minemeld.panw.io/o365functions" target="_blank"&gt;http://minemeld.panw.io/o365functions&lt;/A&gt;'&lt;/P&gt;&lt;P&gt;XPATH_FUNS_PREFIX = 'o365f'&lt;/P&gt;&lt;P&gt;XPATH_PRODUCTS = "/products/product/@name"&lt;/P&gt;&lt;P&gt;BASE_XPATH = "/products/product[" + XPATH_FUNS_PREFIX + ":lower-case(@name)='%s']"&lt;/P&gt;&lt;P&gt;…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; def _build_request(self, now):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r = requests.Request(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'GET',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; O365_URL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return r.prepare()&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 13:39:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ms-o365-dynamic-ip-addresses-urls-of-endpoints-url-for-minemeld/m-p/171449#M99179</guid>
      <dc:creator>Trek333</dc:creator>
      <dc:date>2017-08-14T13:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: MS O365 Dynamic IP addresses/Urls of Endpoints Url for MineMeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ms-o365-dynamic-ip-addresses-urls-of-endpoints-url-for-minemeld/m-p/172827#M99180</link>
      <description>&lt;P&gt;In the next release this URL will be made configurable, but the on in the Python file will be the default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luigi&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 12:43:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ms-o365-dynamic-ip-addresses-urls-of-endpoints-url-for-minemeld/m-p/172827#M99180</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-08-23T12:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: MS O365 Dynamic IP addresses/Urls of Endpoints Url for MineMeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ms-o365-dynamic-ip-addresses-urls-of-endpoints-url-for-minemeld/m-p/172830#M99181</link>
      <description>&lt;P&gt;Imori...thanks for the info.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 13:01:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ms-o365-dynamic-ip-addresses-urls-of-endpoints-url-for-minemeld/m-p/172830#M99181</guid>
      <dc:creator>Trek333</dc:creator>
      <dc:date>2017-08-23T13:01:23Z</dc:date>
    </item>
  </channel>
</rss>

