<?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: Azure Site Recovery Miner - XML source into Minemeld in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/azure-site-recovery-miner-xml-source-into-minemeld/m-p/231574#M98297</link>
    <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/48633"&gt;@Jmarx1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the fastest way to mine such a feed is using the "generic API classes" documented in the article &lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Articles/Using-MineMeld-to-extract-indicators-from-a-generic-API/ta-p/218757" target="_self"&gt; Using MineMeld to extract indicators from a generic API&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunatelly, there isn't a class for XML. But, for this specific feed, the HTTPFT class can do the job. You'd need, though, to create two miners: one for "ServiceIP" extraction and the other one for "MonitorIP"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTTPFT configuration parameters for SeviceIP extraction:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;indicator:
    regex: (ServiceIP[0-9]*&amp;gt;)([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})(&amp;lt;\/S)
    transform: \2&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTTPFT configuration parameters for MonitorIP extraction:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;indicator:
    regex: (MonitoringIP[0-9]*&amp;gt;)([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})(&amp;lt;\/M)
    transform: \2&lt;/PRE&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 06:47:02 GMT</pubDate>
    <dc:creator>xhoms</dc:creator>
    <dc:date>2018-09-20T06:47:02Z</dc:date>
    <item>
      <title>Azure Site Recovery Miner - XML source into Minemeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/azure-site-recovery-miner-xml-source-into-minemeld/m-p/231175#M98296</link>
      <description>&lt;P&gt;I'm looking to do, what I believe, would be a simple minor for Azure Site Recovery IP list.&amp;nbsp; The list is located here and is in XML form.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/site-recovery-public-ips" target="_blank"&gt;https://aka.ms/site-recovery-public-ips&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have bounced around on some articles and tried to follow a few, but came up empty-handed.&lt;/P&gt;
&lt;P&gt;The Node I have setup says it was successful, but with 0 indicators.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a basic, grab the list from a website to Miner tutorial&amp;nbsp;I can review?&lt;/P&gt;
&lt;P&gt;Also, we are using the Minemeld with Autofocus, not sure if that helps or not.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 23:59:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/azure-site-recovery-miner-xml-source-into-minemeld/m-p/231175#M98296</guid>
      <dc:creator>Jmarx1</dc:creator>
      <dc:date>2018-09-17T23:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Azure Site Recovery Miner - XML source into Minemeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/azure-site-recovery-miner-xml-source-into-minemeld/m-p/231574#M98297</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/48633"&gt;@Jmarx1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the fastest way to mine such a feed is using the "generic API classes" documented in the article &lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Articles/Using-MineMeld-to-extract-indicators-from-a-generic-API/ta-p/218757" target="_self"&gt; Using MineMeld to extract indicators from a generic API&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunatelly, there isn't a class for XML. But, for this specific feed, the HTTPFT class can do the job. You'd need, though, to create two miners: one for "ServiceIP" extraction and the other one for "MonitorIP"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTTPFT configuration parameters for SeviceIP extraction:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;indicator:
    regex: (ServiceIP[0-9]*&amp;gt;)([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})(&amp;lt;\/S)
    transform: \2&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTTPFT configuration parameters for MonitorIP extraction:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;indicator:
    regex: (MonitoringIP[0-9]*&amp;gt;)([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})(&amp;lt;\/M)
    transform: \2&lt;/PRE&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 06:47:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/azure-site-recovery-miner-xml-source-into-minemeld/m-p/231574#M98297</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-09-20T06:47:02Z</dc:date>
    </item>
  </channel>
</rss>

