<?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 Need RQL to exclude NAT Gateway in alerts in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/need-rql-to-exclude-nat-gateway-in-alerts/m-p/284423#M17</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I’m looking at some rules that detect traffic on ports and it seems to flag a lot of traffic to AWS resource like the NAT gateway that we do not control. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to exclude these based on the resource type?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Remove Network -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Internet traffic over insecure port (22)&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exclude &lt;/SPAN&gt;&lt;SPAN&gt;Network -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Internet traffic (21,23,80,443,8444,8443,22)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I compose the RQL?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 17:19:15 GMT</pubDate>
    <dc:creator>LaserFocus</dc:creator>
    <dc:date>2020-09-02T17:19:15Z</dc:date>
    <item>
      <title>Need RQL to exclude NAT Gateway in alerts</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/need-rql-to-exclude-nat-gateway-in-alerts/m-p/284423#M17</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I’m looking at some rules that detect traffic on ports and it seems to flag a lot of traffic to AWS resource like the NAT gateway that we do not control. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to exclude these based on the resource type?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Remove Network -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Internet traffic over insecure port (22)&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exclude &lt;/SPAN&gt;&lt;SPAN&gt;Network -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Internet traffic (21,23,80,443,8444,8443,22)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I compose the RQL?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 17:19:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/need-rql-to-exclude-nat-gateway-in-alerts/m-p/284423#M17</guid>
      <dc:creator>LaserFocus</dc:creator>
      <dc:date>2020-09-02T17:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need RQL to exclude NAT Gateway in alerts</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/need-rql-to-exclude-nat-gateway-in-alerts/m-p/284431#M18</link>
      <description>&lt;P class="p1"&gt;The RQL needs constraints to exclude NAT Gateway and ELB.&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Please try:&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;network where src.ip=0.0.0.0 AND protocol=‘TCP’ AND dest.port not IN (21,23,80,443,8444,8443,22) AND source.publicnetwork IN ( ‘Internet IPs’ , ‘Suspicious IPs’ ) AND dest.resource IN ( resource where role not in ( ‘AWS NAT Gateway’ , ‘AWS ELB’ )&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;network where src.ip=0.0.0.0 AND protocol=‘TCP’ AND dest.port IN (21,22,23,80) AND source.publicnetwork IN ( ‘Internet IPs’ , ‘Suspicious IPs’ ) AND dest.resource IN ( resource where role not in ( ‘AWS NAT Gateway’ , ‘AWS ELB’ ) )&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 19:21:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/need-rql-to-exclude-nat-gateway-in-alerts/m-p/284431#M18</guid>
      <dc:creator>jeisenhart</dc:creator>
      <dc:date>2019-08-21T19:21:29Z</dc:date>
    </item>
  </channel>
</rss>

