<?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: Does xdr_data log failed DNS queries? in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593570#M7015</link>
    <description>&lt;P&gt;It's the Pro per endpoint license.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean by 'sometimes XTH add-on is required'? XTH was added as a trial a while back but long expired I believe. It should be either required or not required though, 'sometimes' sounds a bit odd..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looked at the link you copied, yeah "DNS request and UDP response" was listed as what EDR collected which makes sense and should include all UDP DNS requests and responses? We see from our own testing that certain failed requests just weren't there though.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2024 21:35:52 GMT</pubDate>
    <dc:creator>tmeksik</dc:creator>
    <dc:date>2024-07-30T21:35:52Z</dc:date>
    <item>
      <title>Does xdr_data log failed DNS queries?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593086#M6996</link>
      <description>&lt;P&gt;Hi team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are trying to see if XDR agent logged any failed DNS queries... Basically a DNS query made on non-existing domain names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can't seem to be able to pull this info out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 00:19:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593086#M6996</guid>
      <dc:creator>tmeksik</dc:creator>
      <dc:date>2024-07-26T00:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Does xdr_data log failed DNS queries?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593100#M6997</link>
      <description>&lt;P&gt;To further clarify the situation, we don't have PAN's NGFW or other log sources concerning the outgoing traffic and were trying to obtain this info via xdr_data.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 04:34:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593100#M6997</guid>
      <dc:creator>tmeksik</dc:creator>
      <dc:date>2024-07-26T04:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Does xdr_data log failed DNS queries?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593161#M6999</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/287833"&gt;@tmeksik&lt;/a&gt;, thanks for reaching us using the Live Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have this XQL Query to share with you that can do the job:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;preset= network_story 
| filter agent_hostname = "HostName" // If needed
| filter (dns_query_name != null) 
| arrayexpand dns_resolutions 
| alter resType = dns_resolutions -&amp;gt; type{} ,  ipAddr = dns_resolutions -&amp;gt; value{}, domainName = dns_resolutions -&amp;gt; name{}
| filter (resType = """\"A\"""") 
| fields domainName, ipAddr , dns_query_type , dns_query_name, dns_resolutions, actor_process_image_name, dns_reply_code &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;dns_reply_code show "Non-Existent Domain" when that response is received on the endpoint, and you can filter it as you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post answers your question, please mark it as the solution.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 12:25:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593161#M6999</guid>
      <dc:creator>jmazzeo</dc:creator>
      <dc:date>2024-07-26T12:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Does xdr_data log failed DNS queries?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593386#M7006</link>
      <description>&lt;P&gt;Hi JM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply. I don't seem to have seen "Non-existent domain" anywhere. Have tested out by deliberately query non=existing domains on the endpoint. All I've got from that duration were all the normal "No Error" entries.&lt;/P&gt;
&lt;P&gt;It sound to me like all DNS queries should have been logged? Any ideas what could the case I didn't see any failed resolution here??&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 22:07:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593386#M7006</guid>
      <dc:creator>tmeksik</dc:creator>
      <dc:date>2024-07-29T22:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Does xdr_data log failed DNS queries?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593508#M7014</link>
      <description>&lt;P&gt;Do you have Pro license? Or Prevent? Also sometimes the XTH Add-on is required. You can check here the data retrived from the endpoint:&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Endpoint-Data-Collection" target="_blank"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Endpoint-Data-Collection&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 13:39:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593508#M7014</guid>
      <dc:creator>jmazzeo</dc:creator>
      <dc:date>2024-07-30T13:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Does xdr_data log failed DNS queries?</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593570#M7015</link>
      <description>&lt;P&gt;It's the Pro per endpoint license.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean by 'sometimes XTH add-on is required'? XTH was added as a trial a while back but long expired I believe. It should be either required or not required though, 'sometimes' sounds a bit odd..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looked at the link you copied, yeah "DNS request and UDP response" was listed as what EDR collected which makes sense and should include all UDP DNS requests and responses? We see from our own testing that certain failed requests just weren't there though.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 21:35:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/does-xdr-data-log-failed-dns-queries/m-p/593570#M7015</guid>
      <dc:creator>tmeksik</dc:creator>
      <dc:date>2024-07-30T21:35:52Z</dc:date>
    </item>
  </channel>
</rss>

