<?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: DNS Analytical Logs in Cortex XSIAM Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/dns-analytical-logs/m-p/1256234#M427</link>
    <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/689600275"&gt;@M.Harne&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are successfully collecting DNS logs using the XDR Collector, and the logs are visible in our XSIAM console.&lt;/P&gt;
&lt;P&gt;Please configure the appropriate custom parsing rule based on your server setup:&lt;/P&gt;
&lt;H3&gt;1. Windows DNS Log Collection Policy&lt;/H3&gt;
&lt;P&gt;Use the following configuration if you are using a dedicated DNS server:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-yaml"&gt;# ------------- DNS -------------
filebeat.inputs:
  - type: filestream
    id: dns1
    enabled: true
    paths:
      - c:\Windows\System32\dns\DNS.log
    parsers:
      - multiline:
          type: pattern
          pattern: ^(?:\d{1,2}\/){2}\d{4}\s(?:\d{1,2}\:){2}\d\d\s(?:AM|PM)
          negate: true
          match: after
    processors:
      - add_fields:
          fields:
            vendor: microsoft
            product: dns
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;H3&gt;2. Windows DHCP &amp;amp; DNS Log Collection Policy&lt;/H3&gt;
&lt;P&gt;Use the following configuration if DHCP and DNS services are running on the same server:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-yaml"&gt;# ------------- DHCP &amp;amp; DNS -------------
filebeat.inputs:
  - type: log
    enabled: true
    paths:
      - c:\Windows\System32\dhcp\DhcpSrvLog*.log
    processors:
      - drop_event.when.not.regexp.message: ^[0-9]+,.*
      - dissect:
          tokenizer: '%{id},%{date},%{time},%{description},%{ipAddress},%{hostName},%{macAddress},%{userName},%{transactionID},%{qResult},%{probationTime},%{correlationID},%{dhcid},%{vendorClassHex},%{vendorClassASCII},%{userClassHex},%{userClassASCII},%{relayAgentInformation},%{dnsRegError}'
      - drop_fields:
          fields: [message]
      - add_fields:
          fields:
            vendor: microsoft
            product: dhcp
      - add_locale:
      - rename:
          fields:
            - from: event.timezone
              to: dissect.timezone
          ignore_missing: true
          fail_on_error: false
      - add_tags:
          tags: [windows_dhcp]
          target: xdr_log_type

  - type: filestream
    id: dns1
    enabled: true
    paths:
      - c:\Windows\System32\dns\DNS.log
    parsers:
      - multiline:
          type: pattern
          pattern: ^(?:\d{1,2}\/){2}\d{4}\s(?:\d{1,2}\:){2}\d\d\s(?:AM|PM)
          negate: true
          match: after
    processors:
      - add_fields:
          fields:
            vendor: microsoft
            product: dns
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please help out other users and “Accept as Solution” if a post helps solve your problem !&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;A href="https://live.paloaltonetworks.com/t5/blogs/how-and-why-to-accept-solutions/ba-p/553827" target="_blank"&gt;Read more about how and why to accept solutions.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-start="2479" data-end="2771"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="2479" data-end="2771"&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Vinothkumar.C&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2026 10:16:34 GMT</pubDate>
    <dc:creator>Vinothkumar_SBA</dc:creator>
    <dc:date>2026-06-12T10:16:34Z</dc:date>
    <item>
      <title>DNS Analytical Logs</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/dns-analytical-logs/m-p/1256195#M426</link>
      <description>&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;I need some assistance integrating DNS Analytical Logs into XSIAM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;I have tried collecting these logs using an XDR Collector and other available methods, but so far I have not found a supported approach. This requirement is quite urgent, and I would appreciate any guidance from anyone who has successfully integrated DNS Analytical Logs into XSIAM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;Could you please share:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL data-spread="false"&gt;
&lt;LI&gt;&lt;SPAN&gt;The collection method used (XDR Collector, Agent, Syslog, etc.)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Any custom parser or configuration required&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Challenges encountered and how they were resolved&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;If anyone has already implemented this use case, your help would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 07:18:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/dns-analytical-logs/m-p/1256195#M426</guid>
      <dc:creator>M.Harne</dc:creator>
      <dc:date>2026-06-12T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Analytical Logs</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/dns-analytical-logs/m-p/1256234#M427</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/689600275"&gt;@M.Harne&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are successfully collecting DNS logs using the XDR Collector, and the logs are visible in our XSIAM console.&lt;/P&gt;
&lt;P&gt;Please configure the appropriate custom parsing rule based on your server setup:&lt;/P&gt;
&lt;H3&gt;1. Windows DNS Log Collection Policy&lt;/H3&gt;
&lt;P&gt;Use the following configuration if you are using a dedicated DNS server:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-yaml"&gt;# ------------- DNS -------------
filebeat.inputs:
  - type: filestream
    id: dns1
    enabled: true
    paths:
      - c:\Windows\System32\dns\DNS.log
    parsers:
      - multiline:
          type: pattern
          pattern: ^(?:\d{1,2}\/){2}\d{4}\s(?:\d{1,2}\:){2}\d\d\s(?:AM|PM)
          negate: true
          match: after
    processors:
      - add_fields:
          fields:
            vendor: microsoft
            product: dns
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;H3&gt;2. Windows DHCP &amp;amp; DNS Log Collection Policy&lt;/H3&gt;
&lt;P&gt;Use the following configuration if DHCP and DNS services are running on the same server:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-yaml"&gt;# ------------- DHCP &amp;amp; DNS -------------
filebeat.inputs:
  - type: log
    enabled: true
    paths:
      - c:\Windows\System32\dhcp\DhcpSrvLog*.log
    processors:
      - drop_event.when.not.regexp.message: ^[0-9]+,.*
      - dissect:
          tokenizer: '%{id},%{date},%{time},%{description},%{ipAddress},%{hostName},%{macAddress},%{userName},%{transactionID},%{qResult},%{probationTime},%{correlationID},%{dhcid},%{vendorClassHex},%{vendorClassASCII},%{userClassHex},%{userClassASCII},%{relayAgentInformation},%{dnsRegError}'
      - drop_fields:
          fields: [message]
      - add_fields:
          fields:
            vendor: microsoft
            product: dhcp
      - add_locale:
      - rename:
          fields:
            - from: event.timezone
              to: dissect.timezone
          ignore_missing: true
          fail_on_error: false
      - add_tags:
          tags: [windows_dhcp]
          target: xdr_log_type

  - type: filestream
    id: dns1
    enabled: true
    paths:
      - c:\Windows\System32\dns\DNS.log
    parsers:
      - multiline:
          type: pattern
          pattern: ^(?:\d{1,2}\/){2}\d{4}\s(?:\d{1,2}\:){2}\d\d\s(?:AM|PM)
          negate: true
          match: after
    processors:
      - add_fields:
          fields:
            vendor: microsoft
            product: dns
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please help out other users and “Accept as Solution” if a post helps solve your problem !&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;A href="https://live.paloaltonetworks.com/t5/blogs/how-and-why-to-accept-solutions/ba-p/553827" target="_blank"&gt;Read more about how and why to accept solutions.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-start="2479" data-end="2771"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="2479" data-end="2771"&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Vinothkumar.C&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 10:16:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/dns-analytical-logs/m-p/1256234#M427</guid>
      <dc:creator>Vinothkumar_SBA</dc:creator>
      <dc:date>2026-06-12T10:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Analytical Logs</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/dns-analytical-logs/m-p/1256241#M428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/689600275"&gt;@M.Harne&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it working or not? If it is working, please accept the solution.&lt;BR data-start="116" data-end="119" /&gt;Please help other users by clicking ‘Accept as Solution’ if a post helps solve your problem.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;A href="https://live.paloaltonetworks.com/t5/blogs/how-and-why-to-accept-solutions/ba-p/553827" target="_blank"&gt;Read more about how and why to accept solutions.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Vinothkumar.C&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 11:59:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/dns-analytical-logs/m-p/1256241#M428</guid>
      <dc:creator>Vinothkumar_SBA</dc:creator>
      <dc:date>2026-06-12T11:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Analytical Logs</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/dns-analytical-logs/m-p/1256244#M429</link>
      <description>&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;Thanks for the response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;However, the approach mentioned above only allows the collection of DNS Audit and DNS Debug logs. I am specifically looking to collect logs from the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Microsoft-Windows-DNSServer/Analytical&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; channel.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;The challenge is that this is an &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;ETW (Event Tracing for Windows) Analytical channel&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, which is not a standard Windows Event Log channel. As a result, it is currently not supported by XSIAM, and both Winlogbeat and Filebeat are unable to read events directly from this channel.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;Has anyone successfully collected &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Microsoft-Windows-DNSServer/Analytical&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; logs into XSIAM or another SIEM? If so, could you please share the collection method or workaround used?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any guidance would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 12:34:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/dns-analytical-logs/m-p/1256244#M429</guid>
      <dc:creator>M.Harne</dc:creator>
      <dc:date>2026-06-12T12:34:58Z</dc:date>
    </item>
  </channel>
</rss>

