<?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: Cortex XDR Generate Alert when Device is Online in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-generate-alert-when-device-is-online/m-p/566811#M5594</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/223682"&gt;@tc0222&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for writing to Live Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This seems to be an extraordinary use case. Do let us know if you find something or need any assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2023 06:51:55 GMT</pubDate>
    <dc:creator>aspatil</dc:creator>
    <dc:date>2023-11-23T06:51:55Z</dc:date>
    <item>
      <title>Cortex XDR Generate Alert when Device is Online</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-generate-alert-when-device-is-online/m-p/566573#M5588</link>
      <description>&lt;P&gt;There's many situations where it would be convenient to receive a notification when a device is online.&amp;nbsp; We often run into this when a device is isolated and we are&amp;nbsp; unable to contact a user.&amp;nbsp; Since there is no native ability to trigger an alert or notification I had an idea to run a script on an endpoint that will create a file and then create an alert based off of that file creation that will in turn fire an email. That seems like it would work because the script will run when the endpoint is online and the file creation event is something that can trigger an alert, which will fire an email through Automations.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The part that is the issue is that Cortex does not seem to log file events from itself.&amp;nbsp; Has anyone tried something like this before?&amp;nbsp; My next step is to try to call another program to create the file to see if an event is logged.&amp;nbsp; I could also try generating network traffic also.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 22:50:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-generate-alert-when-device-is-online/m-p/566573#M5588</guid>
      <dc:creator>tc0222</dc:creator>
      <dc:date>2023-11-21T22:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR Generate Alert when Device is Online</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-generate-alert-when-device-is-online/m-p/566811#M5594</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/223682"&gt;@tc0222&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for writing to Live Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This seems to be an extraordinary use case. Do let us know if you find something or need any assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 06:51:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-generate-alert-when-device-is-online/m-p/566811#M5594</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2023-11-23T06:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR Generate Alert when Device is Online</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-generate-alert-when-device-is-online/m-p/640052#M7450</link>
      <description>&lt;P&gt;Just a follow up to this older post, we did end up creating a dataset with the devices we wanted alerts for when they were online.&amp;nbsp; Then we used this query to create a correlation rule:&lt;BR /&gt;&lt;BR /&gt;dataset = endpoints &lt;BR /&gt;|&amp;nbsp;join (dataset = [watchlist dataset]) as E E.name = endpoint_name &lt;BR /&gt;| filter endpoint_status = ENUM.CONNECTED&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This seems to be working as desired.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 15:02:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-generate-alert-when-device-is-online/m-p/640052#M7450</guid>
      <dc:creator>tc0222</dc:creator>
      <dc:date>2024-11-20T15:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR Generate Alert when Device is Online</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-generate-alert-when-device-is-online/m-p/643418#M7452</link>
      <description>&lt;P&gt;That's a great solution for this use case. I think your not the only one with this "problem". Thanks for sharing &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 09:02:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr-generate-alert-when-device-is-online/m-p/643418#M7452</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2024-11-21T09:02:16Z</dc:date>
    </item>
  </channel>
</rss>

