<?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: Monitoring new network interface connections (USB NICs) via BIOC / XQL — Looking for best practices in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitoring-new-network-interface-connections-usb-nics-via-bioc/m-p/1264029#M9554</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/517672757"&gt;@W.Medina624153&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings for the day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cortex XDR does not currently provide native EDR/BIOC telemetry to reliably detect the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;connection or initialization of new physical network adapters&lt;/STRONG&gt;, such as USB Ethernet adapters, Wi-Fi dongles, or USB tethering.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;endpoints&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dataset reports the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;currently active network interface/IP&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and does not retain historical adapter changes.&lt;CODE&gt;xdr_data&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;provides USB-related events, but these are not designed to track network-adapter lifecycle events.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Device Control&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can block supported USB network devices and generate a Device Control Violation event.&lt;/LI&gt;
&lt;LI&gt;For reliable detection and alerting,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Windows Event Logs&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;should be collected and ingested into Cortex XDR.&lt;/LI&gt;
&lt;LI&gt;With the required&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;XTH&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;capability, logs can be collected directly through the agent. Alternatively,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Broker VM/WEC or Cortex XDR Collector&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can be used.&lt;/LI&gt;
&lt;LI&gt;Once ingested into&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;microsoft_windows_raw&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;XQL Correlation Rules&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can be created to detect relevant adapter events.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;In summary:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Native Cortex XDR telemetry has a limitation for historical network-adapter tracking. Windows Event Log collection with XQL correlation is the recommended approach for this use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you feel this has answered your query, please let us know by clicking&lt;STRONG&gt;&amp;nbsp;like&amp;nbsp;&lt;/STRONG&gt;and on&lt;STRONG&gt;&amp;nbsp;"mark this as a Solution".&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;S. Subashkar Sekar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2026 22:26:16 GMT</pubDate>
    <dc:creator>susekar</dc:creator>
    <dc:date>2026-09-09T22:26:16Z</dc:date>
    <item>
      <title>Monitoring new network interface connections (USB NICs) via BIOC / XQL — Looking for best practices</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitoring-new-network-interface-connections-usb-nics-via-bioc/m-p/1264005#M9553</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I am looking for guidance or community insights on how to monitor and track the connection and usage of networkndevices (especially USB Ethernet adapters, Wi-Fi dongles, and USB tethering) on Windows endpoints.&lt;/P&gt;
&lt;P&gt;Our goal is to detect whenever a new network interface is attached/enabled, capture its timestamp, and ideally trigger an alert using a BIOC or Correlation Rule.&lt;BR /&gt;So far, I've been trying to inspect the xdr_data dataset (filtering by event_type = DEVICE and looking at PnP/hardware connection events), but I am struggling to extract actionable or granular data regarding network&amp;nbsp;interfaces. Unlike USB mass storage devices, network adapters do not seem to populate clear, usable attributes in xdr_data that allow reliable BIOC rule creation.&lt;BR /&gt;Has anyone found a working method or best practice to achieve this within Cortex XDR? Specifically:&lt;BR /&gt;&amp;nbsp;1. Has anyone successfully built a BIOC or Correlation Rule to detect new physical/USB network adapters?&lt;BR /&gt;2. Which specific dataset, fields, or XQL queries are you using to capture network interface initialization?&lt;BR /&gt;&amp;nbsp;3. Do you rely on ingesting Windows Event Logs (e.g., Kernel-PnP or TCPIP Event ID 4201) into Cortex via the&lt;BR /&gt;agent/Broker VM, or is there native telemetry in the Cortex XDR agent that I might be overlooking?&lt;BR /&gt;Any advice, sample queries, or recommendations would be greatly appreciated.&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2026 18:08:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitoring-new-network-interface-connections-usb-nics-via-bioc/m-p/1264005#M9553</guid>
      <dc:creator>W.Medina624153</dc:creator>
      <dc:date>2026-09-09T18:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring new network interface connections (USB NICs) via BIOC / XQL — Looking for best practices</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitoring-new-network-interface-connections-usb-nics-via-bioc/m-p/1264029#M9554</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/517672757"&gt;@W.Medina624153&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings for the day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cortex XDR does not currently provide native EDR/BIOC telemetry to reliably detect the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;connection or initialization of new physical network adapters&lt;/STRONG&gt;, such as USB Ethernet adapters, Wi-Fi dongles, or USB tethering.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;endpoints&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dataset reports the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;currently active network interface/IP&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and does not retain historical adapter changes.&lt;CODE&gt;xdr_data&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;provides USB-related events, but these are not designed to track network-adapter lifecycle events.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Device Control&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can block supported USB network devices and generate a Device Control Violation event.&lt;/LI&gt;
&lt;LI&gt;For reliable detection and alerting,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Windows Event Logs&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;should be collected and ingested into Cortex XDR.&lt;/LI&gt;
&lt;LI&gt;With the required&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;XTH&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;capability, logs can be collected directly through the agent. Alternatively,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Broker VM/WEC or Cortex XDR Collector&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can be used.&lt;/LI&gt;
&lt;LI&gt;Once ingested into&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;microsoft_windows_raw&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;XQL Correlation Rules&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can be created to detect relevant adapter events.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;In summary:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Native Cortex XDR telemetry has a limitation for historical network-adapter tracking. Windows Event Log collection with XQL correlation is the recommended approach for this use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you feel this has answered your query, please let us know by clicking&lt;STRONG&gt;&amp;nbsp;like&amp;nbsp;&lt;/STRONG&gt;and on&lt;STRONG&gt;&amp;nbsp;"mark this as a Solution".&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;S. Subashkar Sekar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2026 22:26:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/monitoring-new-network-interface-connections-usb-nics-via-bioc/m-p/1264029#M9554</guid>
      <dc:creator>susekar</dc:creator>
      <dc:date>2026-09-09T22:26:16Z</dc:date>
    </item>
  </channel>
</rss>

