<?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: RQL query to detect external port exposure across AWS, GCP, Azure in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/rql-query-to-detect-external-port-exposure-across-aws-gcp-azure/m-p/471595#M466</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/210775"&gt;@JVasquez5&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you can use this queries :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;config from network where source.network = UNTRUST_INTERNET and dest.resource.type = 'Instance' and dest.cloud.type = 'AWS' and protocol.ports in ( 'tcp/0:79', 'tcp/81:442', 'tcp/444:65535' )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can update the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;dest.cloud.type&lt;/FONT&gt;&lt;/STRONG&gt; with the cloud account you want to test and also add new ports in &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;protocol.ports&lt;/STRONG&gt;&lt;/FONT&gt; parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean-Baptiste&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 14:10:59 GMT</pubDate>
    <dc:creator>JJoly</dc:creator>
    <dc:date>2022-03-09T14:10:59Z</dc:date>
    <item>
      <title>RQL query to detect external port exposure across AWS, GCP, Azure</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/rql-query-to-detect-external-port-exposure-across-aws-gcp-azure/m-p/468704#M463</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wanting to see if anyone has queries for each cloud provider in relation to checking for external exposure to ports such as 443, 22, 3389, etc..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to be able to see what ports/endpoints we have open to the world from a&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;0.0.0.0/0 context.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks in advance! &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 16:40:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/rql-query-to-detect-external-port-exposure-across-aws-gcp-azure/m-p/468704#M463</guid>
      <dc:creator>JVasquez5</dc:creator>
      <dc:date>2022-02-25T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: RQL query to detect external port exposure across AWS, GCP, Azure</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/rql-query-to-detect-external-port-exposure-across-aws-gcp-azure/m-p/471595#M466</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/210775"&gt;@JVasquez5&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you can use this queries :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;config from network where source.network = UNTRUST_INTERNET and dest.resource.type = 'Instance' and dest.cloud.type = 'AWS' and protocol.ports in ( 'tcp/0:79', 'tcp/81:442', 'tcp/444:65535' )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can update the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;dest.cloud.type&lt;/FONT&gt;&lt;/STRONG&gt; with the cloud account you want to test and also add new ports in &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;protocol.ports&lt;/STRONG&gt;&lt;/FONT&gt; parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean-Baptiste&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 14:10:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/rql-query-to-detect-external-port-exposure-across-aws-gcp-azure/m-p/471595#M466</guid>
      <dc:creator>JJoly</dc:creator>
      <dc:date>2022-03-09T14:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: RQL query to detect external port exposure across AWS, GCP, Azure</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/rql-query-to-detect-external-port-exposure-across-aws-gcp-azure/m-p/508912#M527</link>
      <description>&lt;P&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Q1: Wanting to see if anyone has queries for each cloud provider in relation to checking for external exposure to ports such as 443, 22, 3389, etc..\nWe would like to be able to see what ports/endpoints we have open to the world from a  0.0.0.0/0 context. \nA1: Here is the link to the queries to review and build from there - https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/rql-examples&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:264961,&amp;quot;3&amp;quot;:{&amp;quot;1&amp;quot;:0},&amp;quot;11&amp;quot;:4,&amp;quot;12&amp;quot;:0,&amp;quot;14&amp;quot;:{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:4359668},&amp;quot;21&amp;quot;:0}"&gt;Q1: Wanting to see if anyone has queries for each cloud provider in relation to checking for external exposure to ports such as 443, 22, 3389, etc..&lt;BR /&gt;We would like to be able to see what ports/endpoints we have open to the world from a 0.0.0.0/0 context. &lt;BR /&gt;A1: Here is the link to the queries to review and build from there - &lt;A href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/rql-examples" target="_blank"&gt;https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/rql-examples&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 01:34:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/rql-query-to-detect-external-port-exposure-across-aws-gcp-azure/m-p/508912#M527</guid>
      <dc:creator>RPrasadi</dc:creator>
      <dc:date>2022-07-14T01:34:08Z</dc:date>
    </item>
  </channel>
</rss>

