<?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: Query to alert when EBS data volume is de-attached from and EC2 instance in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/query-to-alert-when-ebs-data-volume-is-de-attached-from-and-ec2/m-p/265021#M150</link>
    <description>&lt;P&gt;Thanks for the query.&lt;/P&gt;&lt;P&gt;However, Question was about the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;detection event&lt;/STRONG&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;if there was any volume de-attached&lt;/STRONG&gt;. Later on, maybe that was left in the de-attached state or may be attached to another machine or attached to the same machine.&lt;/P&gt;&lt;P&gt;This query provided&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;simply returns the de-attached volume list&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;We might have to look at audit events.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2019 02:29:58 GMT</pubDate>
    <dc:creator>bmurali</dc:creator>
    <dc:date>2019-06-03T02:29:58Z</dc:date>
    <item>
      <title>Query to alert when EBS data volume is de-attached from and EC2 instance</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/query-to-alert-when-ebs-data-volume-is-de-attached-from-and-ec2/m-p/264816#M148</link>
      <description>&lt;P&gt;Looking for help with the right RQL to&lt;/P&gt;&lt;P&gt;alert when any EBS data volume is de-attached from an EC2 instance&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 17:16:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/query-to-alert-when-ebs-data-volume-is-de-attached-from-and-ec2/m-p/264816#M148</guid>
      <dc:creator>bmurali</dc:creator>
      <dc:date>2020-09-02T17:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Query to alert when EBS data volume is de-attached from and EC2 instance</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/query-to-alert-when-ebs-data-volume-is-de-attached-from-and-ec2/m-p/264975#M149</link>
      <description>&lt;P&gt;This is a built-in policy:&lt;/P&gt;&lt;P&gt;"AWS EBS Volume is unattached"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RQL:&lt;/P&gt;&lt;P&gt;config where cloud.type = 'aws' AND api.name = 'aws-ec2-describe-volumes' AND json.rule = attachments[*] all empty or attachments[*].state does not contain "attached"&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 00:42:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/query-to-alert-when-ebs-data-volume-is-de-attached-from-and-ec2/m-p/264975#M149</guid>
      <dc:creator>jrieger</dc:creator>
      <dc:date>2019-06-03T00:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query to alert when EBS data volume is de-attached from and EC2 instance</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/query-to-alert-when-ebs-data-volume-is-de-attached-from-and-ec2/m-p/265021#M150</link>
      <description>&lt;P&gt;Thanks for the query.&lt;/P&gt;&lt;P&gt;However, Question was about the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;detection event&lt;/STRONG&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;if there was any volume de-attached&lt;/STRONG&gt;. Later on, maybe that was left in the de-attached state or may be attached to another machine or attached to the same machine.&lt;/P&gt;&lt;P&gt;This query provided&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;simply returns the de-attached volume list&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;We might have to look at audit events.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 02:29:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/query-to-alert-when-ebs-data-volume-is-de-attached-from-and-ec2/m-p/265021#M150</guid>
      <dc:creator>bmurali</dc:creator>
      <dc:date>2019-06-03T02:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Query to alert when EBS data volume is de-attached from and EC2 instance</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/query-to-alert-when-ebs-data-volume-is-de-attached-from-and-ec2/m-p/265470#M151</link>
      <description>&lt;P&gt;This should get you started:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;event where operation = 'DetachVolume'&lt;/PRE&gt;&lt;P&gt;If you are looking for a specific user doing the action, you can add subject or role using the AND function.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 14:19:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/query-to-alert-when-ebs-data-volume-is-de-attached-from-and-ec2/m-p/265470#M151</guid>
      <dc:creator>ebeuerlein</dc:creator>
      <dc:date>2019-06-03T14:19:33Z</dc:date>
    </item>
  </channel>
</rss>

