<?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: &amp;quot;Show me all Prisma Cloud Monitored Assets with a configuration change&amp;quot; in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/quot-show-me-all-prisma-cloud-monitored-assets-with-a/m-p/512036#M623</link>
    <description>&lt;P&gt;Greetings Ramyfrahman,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that this note finds you well! I know that it has been a while since you had posted this question but I wanted to see if you still potentially needed any help. Thank you for your time and I hope that you have a good remainder of your day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;J. Avery King&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2022 20:29:34 GMT</pubDate>
    <dc:creator>AKing9</dc:creator>
    <dc:date>2022-08-16T20:29:34Z</dc:date>
    <item>
      <title>"Show me all Prisma Cloud Monitored Assets with a configuration change"</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/quot-show-me-all-prisma-cloud-monitored-assets-with-a/m-p/347737#M301</link>
      <description>&lt;P&gt;If you were to need to monitor a set of assets such as Google Cloud VPCs and any changes that have been made in a set date range, what would be an RQL you could write that would yield the audit trail and show those changes?&amp;nbsp; I would have to imagine it starts with an event query based on something similar I pulled up for AWS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;event where operation IN ('AuthorizeSecurityGroupEgress', 'AuthorizeSecurityGroupIngress', 'CreateVpc', 'DeleteFlowLogs', 'DeleteVpc', 'ModifyVpcAttribute', 'RevokeSecurityGroupIngress')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or maybe RQL:&amp;nbsp;config where cloud.type = 'aws' AND api.name = 'aws-elbv2-target-group'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But how would be the best practice to possible get a list of a set of assets you want to monitor highly for changes.&amp;nbsp; Maybe leveraging tags?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 02:42:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/quot-show-me-all-prisma-cloud-monitored-assets-with-a/m-p/347737#M301</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2020-09-09T02:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: "Show me all Prisma Cloud Monitored Assets with a configuration ch</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/quot-show-me-all-prisma-cloud-monitored-assets-with-a/m-p/350343#M311</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Retired Member&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can maybe use a date range like _DateTime.ageInDays(user_creation_time)&amp;lt;7 and _DateTime.ageInDays(user_creation_time) &amp;gt; 1&lt;/P&gt;&lt;P&gt;This is only an idea and i have to do more investigation on that, but event policies should be the right way to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can also pull in labels per project so you can use that as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Example below find EC2 instances where launch time is more than 30 days.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;config &lt;SPAN class="hljs-built_in"&gt;where&lt;/SPAN&gt; api.name = &lt;SPAN class="hljs-string"&gt;'aws-ec2-describe-instances'&lt;/SPAN&gt; AND json.rule = &lt;SPAN class="hljs-string"&gt;'_DateTime.ageInDays($.launchTime) &amp;gt; 30'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hljs-string"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hljs-string"&gt;Torsten&lt;/SPAN&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;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Torsten&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 07:51:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/quot-show-me-all-prisma-cloud-monitored-assets-with-a/m-p/350343#M311</guid>
      <dc:creator>tostern</dc:creator>
      <dc:date>2020-09-18T07:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Show me all Prisma Cloud Monitored Assets with a configuration ch</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/quot-show-me-all-prisma-cloud-monitored-assets-with-a/m-p/351301#M317</link>
      <description>&lt;P&gt;Ok so I think we are getting closer.&amp;nbsp; This was helpful but maybe I can ask this a different way&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I wanted to get a list of all the alerts that were in a config query like below that have a finding severity of HIGH, is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;config where api.name = 'gcloud-compute-instances-list' and json.rule = status contains RUNNING&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 22:38:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/quot-show-me-all-prisma-cloud-monitored-assets-with-a/m-p/351301#M317</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2020-09-22T22:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: "Show me all Prisma Cloud Monitored Assets with a configuration change"</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/quot-show-me-all-prisma-cloud-monitored-assets-with-a/m-p/512036#M623</link>
      <description>&lt;P&gt;Greetings Ramyfrahman,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that this note finds you well! I know that it has been a while since you had posted this question but I wanted to see if you still potentially needed any help. Thank you for your time and I hope that you have a good remainder of your day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;J. Avery King&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 20:29:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/quot-show-me-all-prisma-cloud-monitored-assets-with-a/m-p/512036#M623</guid>
      <dc:creator>AKing9</dc:creator>
      <dc:date>2022-08-16T20:29:34Z</dc:date>
    </item>
  </channel>
</rss>

