<?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 Azure IP Ranges and Service Tags – Public Cloud from json in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/233849#M98340</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What configuration to use to get these Azure Services in own output nodes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519" target="_blank"&gt;https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 09:07:30 GMT</pubDate>
    <dc:creator>TommiK</dc:creator>
    <dc:date>2018-10-04T09:07:30Z</dc:date>
    <item>
      <title>Azure IP Ranges and Service Tags – Public Cloud from json</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/233849#M98340</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What configuration to use to get these Azure Services in own output nodes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519" target="_blank"&gt;https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 09:07:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/233849#M98340</guid>
      <dc:creator>TommiK</dc:creator>
      <dc:date>2018-10-04T09:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Azure IP Ranges and Service Tags – Public Cloud from json</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/233904#M98341</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/42123"&gt;@TommiK&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the following SimpleJSON class based prototype is doing the job for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;age_out:
    default: null
    interval: 257
    sudden_death: true
attributes:
    confidence: 100
    share_level: green
    type: IPv4
extractor: values[].properties.addressPrefixes[].{indicator:@}
prefix: azure
source_name: azure
url: https://download.microsoft.com/download/7/1/D/71D86715-5596-4529-9B13-DA13A5DE5B63/ServiceTags_Public_20181001.json
&lt;/PRE&gt;
&lt;P&gt;If you want to mine prefixes for specific system services then you'll have to adjust the JMESPath expression to suit your needs.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 13:53:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/233904#M98341</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-10-04T13:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Azure IP Ranges and Service Tags – Public Cloud from json</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/234053#M98342</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ok, thanks for the info, with correct link it will work. Seems that the problem is with that link, it's not "static".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Current link:&amp;nbsp;&lt;A href="https://download.microsoft.com/download/7/1/D/71D86715-5596-4529-9B13-DA13A5DE5B63/ServiceTags_Public_20181001.json" target="_blank"&gt;https://download.microsoft.com/download/7/1/D/71D86715-5596-4529-9B13-DA13A5DE5B63/ServiceTags_Public_20181001.json&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;File has date 20181001 included, so I assume that it will change.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 05:25:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/234053#M98342</guid>
      <dc:creator>TommiK</dc:creator>
      <dc:date>2018-10-05T05:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Azure IP Ranges and Service Tags – Public Cloud from json</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/237257#M98343</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/42123"&gt;@TommiK&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you're right. The backend file name will change overnight without previous notification. Time ago I build the &lt;A href="https://github.com/xhoms/minemeld-msarticle/tree/master/MSArticle" target="_self"&gt;MS Article&lt;/A&gt; for MineMeld that can dynamically extract references in MS Articles and download them. It currently wraps the CSVFT class so only works for CSV formated downloads.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Someone could be interested on contributing to the extension to create a SimpleJSON wrapper as well.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2018 09:40:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/237257#M98343</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-10-26T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Azure IP Ranges and Service Tags – Public Cloud from json</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/543437#M111263</link>
      <description>&lt;P&gt;Hello PA community,&lt;BR /&gt;&lt;BR /&gt;One of the guys at our company made a script to help with this, here's the github repo he decided to make public&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/enzo-g/azureIPranges" target="_blank"&gt;https://github.com/enzo-g/azureIPranges&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 05:23:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/azure-ip-ranges-and-service-tags-public-cloud-from-json/m-p/543437#M111263</guid>
      <dc:creator>JerBi</dc:creator>
      <dc:date>2023-05-26T05:23:13Z</dc:date>
    </item>
  </channel>
</rss>

