<?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: Tracking Cortex XDR Corrupted Agents in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545989#M4571</link>
    <description>&lt;P data-unlink="true"&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/257307"&gt;@AmmarJi&lt;/a&gt;&amp;nbsp;Is it timezone issue? Try &lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/parse_timestamp" target="_blank"&gt;parse_timestamp&lt;/A&gt;&amp;nbsp;with the result of to_timestamp() if that's the case.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 09:05:24 GMT</pubDate>
    <dc:creator>bbarmanroy</dc:creator>
    <dc:date>2023-06-14T09:05:24Z</dc:date>
    <item>
      <title>Tracking Cortex XDR Corrupted Agents</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545657#M4539</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I first started the Cortex XDR Project and started installing the agents, I made a mistake and deleted the outdated installation packages from the portal.&lt;/P&gt;
&lt;P&gt;After that I started getting a lot of disconnected agents as if they try to connect to the portal and the ID is already deleted. Since it will be hard to know which asset is turned off and which is now not able to connect, I created a powershell script with the help of the support team which checks for the version and force reconnect the agent to the corresponding agent ID. But still suspect that there are agents that didn't receive the script and didnt force reconnect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way I can utilize the BrokerVM and an XQL Query to check for agents that are pingable and has a recent last_seen data and compare it with the last seen info in the endpoint page to check for corrupted agents and work on fixing them.&lt;/P&gt;
&lt;P&gt;If not, any idea how we can accomplish this using Cortex XDR. This could also help to track the endpoints that had its files corrupted for any reason such as a failed upgrade.&lt;/P&gt;
&lt;P&gt;Noting that we have more that 10000 endpoints and most of them are laptops, so checking the disconnected alone may not be an indicator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ammar,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 21:28:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545657#M4539</guid>
      <dc:creator>AmmarJi</dc:creator>
      <dc:date>2023-06-12T21:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Cortex XDR Corrupted Agents</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545687#M4541</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/257307"&gt;@AmmarJi&lt;/a&gt;&amp;nbsp;here's what I'd suggest&lt;/P&gt;
&lt;P&gt;1. Enable &lt;A href="https://docs.paloaltonetworks.com/cloud-identity/cloud-identity-engine-getting-started/get-started-with-the-cloud-identity-engine/learn-about-the-cloud-identity-engine" target="_blank"&gt;Cloud Identity Engine&lt;/A&gt; to ingest AD information which will include all domain-joined devices.&lt;/P&gt;
&lt;P&gt;2. Cross-reference the CIE data with the endpoints dataset to identify assets that are &lt;BR /&gt;&amp;nbsp; a) not present in the endpoints dataset - that means you'd need to install XDR on those endpoints&lt;/P&gt;
&lt;P&gt;&amp;nbsp; b) present but running the outdated or deleted versions of XDR agents - you'll need to run that powershell script on those assets. Do remember to update the script to include a currently supported version of XDR installer which is present in the XDR management console.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Broker VM's to scan the networks but that'd also mean trying to identify switches, routers and other devices present on the network that do not require Cortex XDR agents. The CIE would return you precise results for you to work on.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 03:47:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545687#M4541</guid>
      <dc:creator>bbarmanroy</dc:creator>
      <dc:date>2023-06-13T03:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Cortex XDR Corrupted Agents</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545708#M4542</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/192661"&gt;@bbarmanroy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This seems like a good option, after trying to write the code, the last logon timestamp format needs to be viewed as a different value, and I can't find a command that could convert it:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmmarJi_0-1686640810542.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/50841iD1457DDC2C03E6EE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="AmmarJi_0-1686640810542.png" alt="AmmarJi_0-1686640810542.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any way we can change the view of it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Ammar,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 07:21:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545708#M4542</guid>
      <dc:creator>AmmarJi</dc:creator>
      <dc:date>2023-06-13T07:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Cortex XDR Corrupted Agents</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545721#M4543</link>
      <description>&lt;P&gt;It seems that I was able to convert it, but the values are not accurate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the below command to do this:&lt;/P&gt;
&lt;P&gt;|alter last_logon_timestamp = to_timestamp(last_logon_timestamp, "MILLIS")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmmarJi_0-1686643667441.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/50849iEE269D7A6CBC4608/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="AmmarJi_0-1686643667441.png" alt="AmmarJi_0-1686643667441.png" /&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;Thank you for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 08:08:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545721#M4543</guid>
      <dc:creator>AmmarJi</dc:creator>
      <dc:date>2023-06-13T08:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking Cortex XDR Corrupted Agents</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545989#M4571</link>
      <description>&lt;P data-unlink="true"&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/257307"&gt;@AmmarJi&lt;/a&gt;&amp;nbsp;Is it timezone issue? Try &lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/parse_timestamp" target="_blank"&gt;parse_timestamp&lt;/A&gt;&amp;nbsp;with the result of to_timestamp() if that's the case.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 09:05:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/tracking-cortex-xdr-corrupted-agents/m-p/545989#M4571</guid>
      <dc:creator>bbarmanroy</dc:creator>
      <dc:date>2023-06-14T09:05:24Z</dc:date>
    </item>
  </channel>
</rss>

