<?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 Specific Cortex XDR Alert in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/specific-cortex-xdr-alert/m-p/497098#M2080</link>
    <description>&lt;P&gt;Hello PA community ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please could you clarify a doubt ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Cortex XDR is there any way to alert if the endpoint is disconnected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my knowledge . i can confirm that we can retrieve disconnected agent by creating a filter from endpoint administration but not sure if we can create an Alert for this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also is it possible to receive an alarm when a user is created on an endpoint ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2022 13:58:55 GMT</pubDate>
    <dc:creator>RomainCouvreur</dc:creator>
    <dc:date>2022-06-01T13:58:55Z</dc:date>
    <item>
      <title>Specific Cortex XDR Alert</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/specific-cortex-xdr-alert/m-p/497098#M2080</link>
      <description>&lt;P&gt;Hello PA community ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please could you clarify a doubt ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Cortex XDR is there any way to alert if the endpoint is disconnected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my knowledge . i can confirm that we can retrieve disconnected agent by creating a filter from endpoint administration but not sure if we can create an Alert for this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also is it possible to receive an alarm when a user is created on an endpoint ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 13:58:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/specific-cortex-xdr-alert/m-p/497098#M2080</guid>
      <dc:creator>RomainCouvreur</dc:creator>
      <dc:date>2022-06-01T13:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Cortex XDR Alert</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/specific-cortex-xdr-alert/m-p/497693#M2081</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/121442"&gt;@RomainCouvreur&lt;/a&gt;&amp;nbsp;you can create a Correlation Rule and see if that meets your needs. Here's a sample query:&lt;/P&gt;&lt;PRE&gt;dataset = endpoints&lt;BR /&gt;| filter endpoint_type = ENUM.TYPE_SERVER and endpoint_status = ENUM.DISCONNECTED&lt;BR /&gt;| filter last_seen != null&lt;BR /&gt;| alter ct = current_time()&lt;BR /&gt;| alter diff_in_days = timestamp_diff(ct, last_seen, "DAY") &lt;BR /&gt;| filter diff_in_days &amp;gt;0 &lt;BR /&gt;| fields endpoint_name, last_seen, diff_in_days&lt;BR /&gt;| sort desc diff_in_days&lt;/PRE&gt;&lt;P&gt;Similarly, every new user creation is an event in Windows (event ID 4720). The entire list of event ID's that are captured by XDR is listed here:&amp;nbsp;&lt;A href="https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-prevent-admin/endpoint-security/customizable-agent-settings/endpoint-data-collected-by-cortex-xdr" target="_blank"&gt;https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-prevent-admin/endpoint-security/customizable-agent-settings/endpoint-data-collected-by-cortex-xdr&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can modify this to suit your needs, and wrap it in a Correlation rule as before:&lt;/P&gt;&lt;PRE&gt;dataset = xdr_data &lt;BR /&gt;| filter event_id ="4720"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can consider to run Correlation Rules every 10 mins and look at historical data that have timestamps that are less than 10 mins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lemme know if that works for you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 01:18:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/specific-cortex-xdr-alert/m-p/497693#M2081</guid>
      <dc:creator>bbarmanroy</dc:creator>
      <dc:date>2022-06-02T01:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Cortex XDR Alert</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/specific-cortex-xdr-alert/m-p/499003#M2096</link>
      <description>&lt;P&gt;Hello &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;bbarmanroy&lt;/SPAN&gt;&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me time to check it on customer environment and will confirm the result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again and have a nice day ahead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&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;</description>
      <pubDate>Fri, 03 Jun 2022 07:09:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/specific-cortex-xdr-alert/m-p/499003#M2096</guid>
      <dc:creator>RomainCouvreur</dc:creator>
      <dc:date>2022-06-03T07:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Cortex XDR Alert</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/specific-cortex-xdr-alert/m-p/508090#M2326</link>
      <description>&lt;P&gt;Hello &lt;SPAN class=""&gt;bbarmanroy&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Customer has not provided us with feedback on this matter and i m not able to test it anymore.&lt;/P&gt;&lt;P&gt;So i understand that Correlation Rules did the job and we can give this discussion as closed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your help on this !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very appreciate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 14:43:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/specific-cortex-xdr-alert/m-p/508090#M2326</guid>
      <dc:creator>RomainCouvreur</dc:creator>
      <dc:date>2022-07-06T14:43:27Z</dc:date>
    </item>
  </channel>
</rss>

