<?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: Filtering Azure IP ranges based on a subset of regions? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/filtering-azure-ip-ranges-based-on-a-subset-of-regions/m-p/194835#M97608</link>
    <description>&lt;P&gt;Ha, sure enough it's just that simple; I was over-complicating it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/6710"&gt;@xhoms&lt;/a&gt;!&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2018 17:02:00 GMT</pubDate>
    <dc:creator>mpetzold</dc:creator>
    <dc:date>2018-01-11T17:02:00Z</dc:date>
    <item>
      <title>Filtering Azure IP ranges based on a subset of regions?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/filtering-azure-ip-ranges-based-on-a-subset-of-regions/m-p/193368#M97606</link>
      <description>&lt;P&gt;I'm attempting to filter the azure.cloudIPs miner based on a subset of specific regions. I've customized IPv4 aggregators to specify individual regions (as shown below), and this works correctly. However what would the syntax be to filter on multiple regions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ie, effectively something like azure_region == ['useast' or 'useast2']? I've tried a number of variations, but can't quite seem to make it work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the syntax I have for a single region, and this does work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table table-condensed"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;accept withdraws&lt;/TD&gt;
&lt;TD&gt;
&lt;UL&gt;
&lt;LI&gt;__method == 'withdraw'&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;UL&gt;
&lt;LI&gt;accept&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;accept IPv4&lt;/TD&gt;
&lt;TD&gt;
&lt;UL&gt;
&lt;LI&gt;type == 'IPv4'&lt;/LI&gt;
&lt;LI&gt;azure_region == 'usnorth'&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;UL&gt;
&lt;LI&gt;accept&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;drop all&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;
&lt;UL&gt;
&lt;LI&gt;drop&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:01:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/filtering-azure-ip-ranges-based-on-a-subset-of-regions/m-p/193368#M97606</guid>
      <dc:creator>mpetzold</dc:creator>
      <dc:date>2017-12-28T22:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Azure IP ranges based on a subset of regions?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/filtering-azure-ip-ranges-based-on-a-subset-of-regions/m-p/193796#M97607</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/38530"&gt;@mpetzold&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just add as many action lines as regions you want to capture before the "drop all" action line. Example of filter configuration to capture IPv4 indicators in regions useast and useast2&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2018-01-04_09-56-46.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/13124i42482BCF40B63C1D/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="2018-01-04_09-56-46.png" alt="2018-01-04_09-56-46.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>Thu, 04 Jan 2018 08:59:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/filtering-azure-ip-ranges-based-on-a-subset-of-regions/m-p/193796#M97607</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-01-04T08:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Azure IP ranges based on a subset of regions?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/filtering-azure-ip-ranges-based-on-a-subset-of-regions/m-p/194835#M97608</link>
      <description>&lt;P&gt;Ha, sure enough it's just that simple; I was over-complicating it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/6710"&gt;@xhoms&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 17:02:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/filtering-azure-ip-ranges-based-on-a-subset-of-regions/m-p/194835#M97608</guid>
      <dc:creator>mpetzold</dc:creator>
      <dc:date>2018-01-11T17:02:00Z</dc:date>
    </item>
  </channel>
</rss>

