<?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: How to add Windows DHCP logs to enrich Assets data in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-add-windows-dhcp-logs-to-enrich-assets-data/m-p/570730#M5793</link>
    <description>&lt;P&gt;Thank you so much for this insightful reply.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 15:55:51 GMT</pubDate>
    <dc:creator>PhyoWaiSoe</dc:creator>
    <dc:date>2023-12-22T15:55:51Z</dc:date>
    <item>
      <title>How to add Windows DHCP logs to enrich Assets data</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-add-windows-dhcp-logs-to-enrich-assets-data/m-p/570510#M5774</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;I am totally new to Cortex XDR and trying out the latest Pro version. What I wish to do is simple and I saw others discussed about it. But I really really need clear instructions on how to do that. In the All Assets list, we wish to get more information about assets that don't have XDR agent installed, besides their IP addresses. It would be good to know their system names, OS and MAC address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After reading much documentation and forum posts, I already enabled Agent and Broker ping scans but they only return IP addresses.&lt;/P&gt;
&lt;P&gt;I figured the best way is to install an XDR collector on the DHCP server(we are using a Windows Server) that we have and analyze DHCP logs with Filebeat. I followed all the steps in the documentation but it's still showing IP addresses only. When I create an XDR Collector installer, does it also include Filebeat or Filebeat package has to be installed on the DHCP server separately? How does one know if/when XDR Collector or Filebeat is reading DHCP logs or not?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 17:34:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-add-windows-dhcp-logs-to-enrich-assets-data/m-p/570510#M5774</guid>
      <dc:creator>PhyoWaiSoe</dc:creator>
      <dc:date>2023-12-20T17:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Windows DHCP logs to enrich Assets data</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-add-windows-dhcp-logs-to-enrich-assets-data/m-p/570729#M5792</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1637048063"&gt;@PhyoWaiSoe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out on LiveCommunity!&lt;/P&gt;
&lt;P&gt;XDR collector already contains the Filebeat package, you do not need to install it separately. To check incoming data please ensure that XDR collector is in connected state. Then you can use XQL query language to query data to following datasets.&lt;/P&gt;
&lt;UL class="itemizedlist"&gt;
&lt;LI class="listitem"&gt;
&lt;P&gt;For Filebeat, the app automatically creates an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="phrase"&gt;Cortex Query Language&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(XQL) dataset of event logs using the vendor name and the product name specified in the configuration file section of the Filebeat profile. The dataset name follows the format&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG class="userinput"&gt;&lt;CODE class="hljs language-xml"&gt;&lt;SPAN class="hljs-tag"&gt;&amp;lt;&lt;SPAN class="hljs-name"&gt;vendor&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;_&lt;SPAN class="hljs-tag"&gt;&amp;lt;&lt;SPAN class="hljs-name"&gt;product&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;_raw&lt;/CODE&gt;&lt;/STRONG&gt;. If not specified,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="phrase"&gt;Cortex XDR&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;automatically creates a new default dataset in the format&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG class="userinput"&gt;&lt;CODE class="hljs language-cpp"&gt;&amp;lt;&lt;SPAN class="hljs-keyword"&gt;module&lt;/SPAN&gt;&amp;gt;_&amp;lt;&lt;SPAN class="hljs-keyword"&gt;module&lt;/SPAN&gt;&amp;gt;_raw&lt;/CODE&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG class="userinput"&gt;&lt;CODE class="hljs language-css"&gt;&amp;lt;&lt;SPAN class="hljs-selector-tag"&gt;input&lt;/SPAN&gt;&amp;gt;_&amp;lt;&lt;SPAN class="hljs-selector-tag"&gt;input&lt;/SPAN&gt;&amp;gt;_raw&lt;/CODE&gt;&lt;/STRONG&gt;. For example, if you are using the NGINX module, the dataset is called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG class="userinput"&gt;&lt;CODE class="hljs language-undefined"&gt;nginx_nginx_raw&lt;/CODE&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="listitem"&gt;
&lt;P&gt;For Winlogbeat, the app automatically creates an XQL dataset of event logs using the vendor name and the product name specified in the configuration file section of the Winlogbeat profile. The dataset name follows the format&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG class="userinput"&gt;&lt;CODE class="hljs language-xml"&gt;&lt;SPAN class="hljs-tag"&gt;&amp;lt;&lt;SPAN class="hljs-name"&gt;vendor&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;_&lt;SPAN class="hljs-tag"&gt;&amp;lt;&lt;SPAN class="hljs-name"&gt;product&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;_raw&lt;/CODE&gt;&lt;/STRONG&gt;. If not specified,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="phrase"&gt;Cortex XDR&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;automatically creates a new default dataset,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG class="userinput"&gt;&lt;CODE class="hljs language-undefined"&gt;microsoft_windows_raw&lt;/CODE&gt;&lt;/STRONG&gt;, for event log collection.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please c&lt;SPAN&gt;lick&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to acknowledge that the answer to your question has been provided.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 15:45:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-add-windows-dhcp-logs-to-enrich-assets-data/m-p/570729#M5792</guid>
      <dc:creator>nsinghvirk</dc:creator>
      <dc:date>2023-12-22T15:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add Windows DHCP logs to enrich Assets data</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-add-windows-dhcp-logs-to-enrich-assets-data/m-p/570730#M5793</link>
      <description>&lt;P&gt;Thank you so much for this insightful reply.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 15:55:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-add-windows-dhcp-logs-to-enrich-assets-data/m-p/570730#M5793</guid>
      <dc:creator>PhyoWaiSoe</dc:creator>
      <dc:date>2023-12-22T15:55:51Z</dc:date>
    </item>
  </channel>
</rss>

