<?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: Miner to collect Microsoft Public IP space in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/186593#M96367</link>
    <description>&lt;P&gt;The issue with this approach is that the link you mentioned here is going to change as soon as they update the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;https://download.microsoft.com/download/B/2/A/B2AB28E1-DAE1-44E8-A867-4987FE089EBE/msft-public-ips.csv&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;So, what you suggested is going to work, but it will not get any updates from Microsoft.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only static link is the one I posted here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=53602" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.microsoft.com/en-us/download/details.aspx?id=53602&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Nov 2017 21:02:24 GMT</pubDate>
    <dc:creator>alyssonalmeida</dc:creator>
    <dc:date>2017-11-12T21:02:24Z</dc:date>
    <item>
      <title>Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/186591#M96365</link>
      <description>&lt;P&gt;Hi Luigi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to create a miner on MineMeld containing all Microsoft Public IP addresses.&amp;nbsp; Any plans to add a miner for it?&lt;BR /&gt;The URL source is &lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=53602" target="_blank"&gt;https://www.microsoft.com/en-us/download/details.aspx?id=53602&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The file is in CSV format. I noticed you created something similar for Azure IP addresses, but the file format for Azure is XML, not CSV.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I tried to create a new prototype but I couldn't make it work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am now converting the CSV to TXT using a bash script and then posting the TXT to a webserver.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;curl -X GET `curl &lt;A href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=53602" target="_blank"&gt;https://www.microsoft.com/en-us/download/confirmation.aspx?id=53602&lt;/A&gt; 2&amp;gt;&amp;amp;1&amp;nbsp; | sed -n 's/.*href="\([^"]*\).*/\1/p' |grep -m1 msft-public-ips.csv`&amp;nbsp; |&amp;nbsp; cut -d, -f1 &amp;gt; msft-public-ips.txt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Are you planning to add it?&lt;BR /&gt; &lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 19:37:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/186591#M96365</guid>
      <dc:creator>alyssonalmeida</dc:creator>
      <dc:date>2017-11-12T19:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/186592#M96366</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/71533"&gt;@alyssonalmeida&lt;/a&gt; : The best option for CSV formatted sources like the one you're referring to, is to create a prototype for the &lt;FONT face="courier new,courier"&gt;minemeld.CSVFT&lt;/FONT&gt; class. You can, for instance, use the &lt;FONT face="courier new,courier"&gt;sslabusech.ipblacklist&lt;/FONT&gt; prototype from the standard library as a base and create a new prototype with the following content. It will do the job for you right away.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;attributes:
    confidence: 100
    share_level: green
    type: IPv4
fieldnames:
	- indicator
	- service_type
ignore_regex: ^((Prefix)|([a-z0-9]{4}:))
source_name: microsoft_public_ip
url: https://download.microsoft.com/download/B/2/A/B2AB28E1-DAE1-44E8-A867-4987FE089EBE/msft-public-ips.csv
&lt;/PRE&gt;</description>
      <pubDate>Sun, 12 Nov 2017 20:57:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/186592#M96366</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2017-11-12T20:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/186593#M96367</link>
      <description>&lt;P&gt;The issue with this approach is that the link you mentioned here is going to change as soon as they update the file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;https://download.microsoft.com/download/B/2/A/B2AB28E1-DAE1-44E8-A867-4987FE089EBE/msft-public-ips.csv&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;So, what you suggested is going to work, but it will not get any updates from Microsoft.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only static link is the one I posted here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=53602" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.microsoft.com/en-us/download/details.aspx?id=53602&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Nov 2017 21:02:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/186593#M96367</guid>
      <dc:creator>alyssonalmeida</dc:creator>
      <dc:date>2017-11-12T21:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/186614#M96368</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/71533"&gt;@alyssonalmeida&lt;/a&gt; : I'm not a MSFT content expert at all. Just made a couple of checks to realize that, aparently:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/download/details.aspx?id=53602" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://www.microsoft.com/en-us/download/details.aspx?id=53602&lt;/A&gt; has a static reference to
&lt;UL&gt;
&lt;LI&gt;HREF "confirmation.aspx?id=53602"&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;"confirmation.aspx?id=53602" has a static reference to
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://download.microsoft.com/download/B/2/A/B2AB28E1-DAE1-44E8-A867-4987FE089EBE/msft-public-ips.csv" target="_blank"&gt;https://download.microsoft.com/download/B/2/A/B2AB28E1-DAE1-44E8-A867-4987FE089EBE/msft-public-ips.csv&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Obviously, these apparent static references might be constructed at runtime by JavaScript DOM functions. Just wanted to let you know how I reached to the final URL.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 06:32:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/186614#M96368</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2017-11-13T06:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/195588#M96369</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/71533"&gt;@alyssonalmeida&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I took some time to create a Miner to process CSV files referenced in Microsoft Articles. The extension at &lt;A href="https://github.com/xhoms/minemeld-msarticle" target="_self"&gt;https://github.com/xhoms/minemeld-msarticle&lt;/A&gt; provides you with a prototype called msarticle.msPublicSpace that fulfills your need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 19:02:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/195588#M96369</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-01-17T19:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/223641#M96370</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for this. I have added you extension in, but I am unsure how to actually use it to create a minor for this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you give an example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 08:43:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/223641#M96370</guid>
      <dc:creator>Alex_Samad</dc:creator>
      <dc:date>2018-07-26T08:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224139#M96371</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/62286"&gt;@Alex_Samad&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once you install the extension (and activate it) a new Prototype called "msarticle.msPublicSpace" will be added to your MineMeld's instance library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find it clicking on the right/bottom icon on the Configuration Pane.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2018-07-31_10-40-24.png" style="width: 500px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/16080i3C93200945A266C3/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="2018-07-31_10-40-24.png" alt="2018-07-31_10-40-24.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then clone the prototype as a new working node&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2018-07-31_10-41-07.png" style="width: 500px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/16081i6D42315E71107B73/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="2018-07-31_10-41-07.png" alt="2018-07-31_10-41-07.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2018-07-31_10-41-59.png" style="width: 500px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/16082i19FCC2746DC3A2B0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="2018-07-31_10-41-59.png" alt="2018-07-31_10-41-59.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After commiting the changes you should see the new miner grabbing indicators from the article.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2018-07-31_10-57-17.png" style="width: 500px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/16084iE5EAD5B30A79E265/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="2018-07-31_10-57-17.png" alt="2018-07-31_10-57-17.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 09:02:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224139#M96371</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-07-31T09:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224249#M96372</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, yeah I did some more digging around got it working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any reason that the source isn't marked as high confidence ?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 22:19:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224249#M96372</guid>
      <dc:creator>Alex_Samad</dc:creator>
      <dc:date>2018-07-31T22:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224533#M96373</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/62286"&gt;@Alex_Samad&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;no reason at all I just forgot to add the `confidence` configuration attribute into the published prototype. Will update the extension in a few moments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for sharing your findings.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 07:04:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224533#M96373</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-08-02T07:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224534#M96374</link>
      <description>&lt;P&gt;Np&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for the plugin&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 07:08:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224534#M96374</guid>
      <dc:creator>Alex_Samad</dc:creator>
      <dc:date>2018-08-02T07:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224535#M96375</link>
      <description>&lt;P&gt;It is done. Version 0.1.1 of the extension includes the modification in the prototype.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to avoid going through an extension re-installation process just modify the file at /opt/minemeld/local/library/&amp;lt;uuid4&amp;gt;/MSArticle/prototypes/msarticle.yml and add the confidence attribute at the bottom.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="#3366FF"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attributes:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#3366FF"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; share_level: green&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#3366FF"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; confidence: 100&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 07:29:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/224535#M96375</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-08-02T07:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Miner to collect Microsoft Public IP space</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/305333#M96376</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really apperciate you help, i follow the steps but it's nor working for me , i don't know why.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you help me please.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 20:41:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/miner-to-collect-microsoft-public-ip-space/m-p/305333#M96376</guid>
      <dc:creator>MAROUAN</dc:creator>
      <dc:date>2019-12-31T20:41:43Z</dc:date>
    </item>
  </channel>
</rss>

