<?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: Redlock Query to get unauthorized operation details in Prisma Cloud Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/redlock-query-to-get-unauthorized-operation-details/m-p/288608#M45</link>
    <description>&lt;P&gt;Are you looking generically for errorCode?&amp;nbsp; &amp;nbsp;Otherwise, specifying a specific operation would help the auto help to determine what you are looking for.&amp;nbsp; Also, you will need to specify a operator for errorCode such as contains/does not contain, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eddie&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2019 16:15:14 GMT</pubDate>
    <dc:creator>ebeuerlein</dc:creator>
    <dc:date>2019-09-16T16:15:14Z</dc:date>
    <item>
      <title>Redlock Query to get unauthorized operation details</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/redlock-query-to-get-unauthorized-operation-details/m-p/288320#M42</link>
      <description>&lt;P&gt;I am trying to write a custom query to get the unauthorized access details or Access denied details captured and after a certain number of attempts is there it will alert.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am referring to the mentioned article : (&amp;nbsp;&lt;A href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudwatch-alarms-for-cloudtrail.html" target="_self"&gt;Example: Authorization Failures )&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I need to capture this in cloudtrail logs:&lt;/P&gt;&lt;PRE&gt;{ ($.errorCode = "*UnauthorizedOperation") || ($.errorCode = "AccessDenied*") }&lt;/PRE&gt;&lt;P&gt;I used this Custom Redlock Query:&lt;/P&gt;&lt;PRE&gt;event where cloud.type = 'aws' AND json.rule = (( $.errorCode = "*UnauthorizedOperation") )&lt;/PRE&gt;&lt;P&gt;However, I am not getting the desired result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 17:20:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/redlock-query-to-get-unauthorized-operation-details/m-p/288320#M42</guid>
      <dc:creator>APaul</dc:creator>
      <dc:date>2020-09-02T17:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Redlock Query to get unauthorized operation details</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/redlock-query-to-get-unauthorized-operation-details/m-p/288372#M43</link>
      <description>&lt;P&gt;I think this should work for you:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;event where cloud.type = 'aws' AND json.rule = errorCode contains UnauthorizedOperation or errorCode contains AccessDenied&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Sep 2019 14:45:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/redlock-query-to-get-unauthorized-operation-details/m-p/288372#M43</guid>
      <dc:creator>ebeuerlein</dc:creator>
      <dc:date>2019-09-13T14:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Redlock Query to get unauthorized operation details</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/redlock-query-to-get-unauthorized-operation-details/m-p/288502#M44</link>
      <description>&lt;P&gt;It seems :&lt;/P&gt;&lt;P&gt;event where cloud.type = 'aws' AND json.rule = errorCode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"errorCode" option I am not getting in my RQL Builder . Hence not able to execute the query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Further help is really appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 05:57:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/redlock-query-to-get-unauthorized-operation-details/m-p/288502#M44</guid>
      <dc:creator>APaul</dc:creator>
      <dc:date>2019-09-16T05:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Redlock Query to get unauthorized operation details</title>
      <link>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/redlock-query-to-get-unauthorized-operation-details/m-p/288608#M45</link>
      <description>&lt;P&gt;Are you looking generically for errorCode?&amp;nbsp; &amp;nbsp;Otherwise, specifying a specific operation would help the auto help to determine what you are looking for.&amp;nbsp; Also, you will need to specify a operator for errorCode such as contains/does not contain, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eddie&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 16:15:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/prisma-cloud-discussions/redlock-query-to-get-unauthorized-operation-details/m-p/288608#M45</guid>
      <dc:creator>ebeuerlein</dc:creator>
      <dc:date>2019-09-16T16:15:14Z</dc:date>
    </item>
  </channel>
</rss>

