<?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 in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr/m-p/537216#M4007</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/280256"&gt;@DineshkumarA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for writing to Live Community. Regarding your query to check the application used in the recent time in endpoint, using XQL you can search for Process/application running and for website part you may check the dns query made by those associated process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For reference please find below 2 XQL query's as example. In both query I have assumed endpoint name as "storm" for which we are gathering this details i.e. process name/application and corresponding domain name queried in the DNS request. If in case you would like to see only domain name for browser specific process then you may bolt your&amp;nbsp;query with additional filter i.e. filter actor_process_image_name in {"chrome.exe","msedge.exe"}&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dataset = xdr_data &lt;BR /&gt;| filter agent_hostname = "storm"&lt;BR /&gt;| fields agent_hostname, actor_process_image_name, dns_query_name, dns_resolutions, actor_effective_username&lt;BR /&gt;| filter dns_query_name != NULL&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;config case_sensitive = false &lt;BR /&gt;| preset = network_story &lt;BR /&gt;| filter agent_hostname = "storm"&lt;BR /&gt;| filter (dns_resolutions != null) &lt;BR /&gt;| fields agent_hostname, actor_process_image_name, dns_query_name , dns_query_type, dns_resolutions, actor_effective_username&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please mark the response as "Accept as Solution" if it answers your query.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2023 09:31:38 GMT</pubDate>
    <dc:creator>PiyushKohli</dc:creator>
    <dc:date>2023-03-31T09:31:38Z</dc:date>
    <item>
      <title>Cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr/m-p/537201#M4004</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Good day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please tell me if we have a chance to check the application and websites which we have used in the recent time in the endpoint using the cortex XDR console?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 06:53:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr/m-p/537201#M4004</guid>
      <dc:creator>DineshkumarA</dc:creator>
      <dc:date>2023-03-31T06:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr/m-p/537216#M4007</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/280256"&gt;@DineshkumarA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for writing to Live Community. Regarding your query to check the application used in the recent time in endpoint, using XQL you can search for Process/application running and for website part you may check the dns query made by those associated process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For reference please find below 2 XQL query's as example. In both query I have assumed endpoint name as "storm" for which we are gathering this details i.e. process name/application and corresponding domain name queried in the DNS request. If in case you would like to see only domain name for browser specific process then you may bolt your&amp;nbsp;query with additional filter i.e. filter actor_process_image_name in {"chrome.exe","msedge.exe"}&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dataset = xdr_data &lt;BR /&gt;| filter agent_hostname = "storm"&lt;BR /&gt;| fields agent_hostname, actor_process_image_name, dns_query_name, dns_resolutions, actor_effective_username&lt;BR /&gt;| filter dns_query_name != NULL&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;config case_sensitive = false &lt;BR /&gt;| preset = network_story &lt;BR /&gt;| filter agent_hostname = "storm"&lt;BR /&gt;| filter (dns_resolutions != null) &lt;BR /&gt;| fields agent_hostname, actor_process_image_name, dns_query_name , dns_query_type, dns_resolutions, actor_effective_username&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please mark the response as "Accept as Solution" if it answers your query.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 09:31:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-xdr/m-p/537216#M4007</guid>
      <dc:creator>PiyushKohli</dc:creator>
      <dc:date>2023-03-31T09:31:38Z</dc:date>
    </item>
  </channel>
</rss>

