<?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: USB Use - empty results table rows in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/usb-use-empty-results-table-rows/m-p/579654#M6288</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/239366"&gt;@PaulThomas00&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 ran the same query in my lab, and found some similar results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I created a new basic XQL Query to search for the same event in the xdr_data dataset, and found that the process creating those mounting events are system itself for the recovery volume:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmazzeo_0-1709818758478.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/58145i8A23F5D8BE429EC6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="jmazzeo_0-1709818758478.png" alt="jmazzeo_0-1709818758478.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In Windows shows a similar behavior, but with less details. Probably is the OS mounting the recovery partition and creating a recovery point.&lt;/P&gt;
&lt;P&gt;Check it in your end and let us know:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = xdr_data 
| filter event_sub_type = ENUM.MOUNT_DRIVE_MOUNT 
| filter (agent_hostname = """HOSTNAME""") &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 13:44:40 GMT</pubDate>
    <dc:creator>jmazzeo</dc:creator>
    <dc:date>2024-03-07T13:44:40Z</dc:date>
    <item>
      <title>USB Use - empty results table rows</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/usb-use-empty-results-table-rows/m-p/579361#M6259</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently I am monitoring USB device use within my tenant, with the following query:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;config case_sensitive = false
| preset = device_control 
| join (dataset = endpoints ) as EP EP.endpoint_name = agent_hostname
| filter event_sub_type = ENUM.MOUNT_DRIVE_MOUNT 
| dedup agent_hostname 
| fields _time, agent_hostname, user, agent_ip_addresses, agent_os_type, action_device_usb_vendor_name, action_device_bus_type, action_device_class_guid, agent_ip_addresses, action_device_class_name, action_device_usb_vendor_id, action_device_usb_product_id, event_type, event_sub_type, active_directory
| sort desc _time&lt;/LI-CODE&gt;
&lt;P&gt;This mostly yields good results however I'm a just wondering what these rows with no values and the&amp;nbsp;&lt;STRONG&gt;action_device_bus_type&amp;nbsp;&lt;/STRONG&gt;=&amp;nbsp;action_device_bus_type_0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaulThomas00_0-1709669155349.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/58087i16416DFECE9EF682/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="PaulThomas00_0-1709669155349.png" alt="PaulThomas00_0-1709669155349.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If anyone has any idea that would help thank you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 20:07:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/usb-use-empty-results-table-rows/m-p/579361#M6259</guid>
      <dc:creator>PaulThomas00</dc:creator>
      <dc:date>2024-03-05T20:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: USB Use - empty results table rows</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/usb-use-empty-results-table-rows/m-p/579654#M6288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/239366"&gt;@PaulThomas00&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 ran the same query in my lab, and found some similar results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I created a new basic XQL Query to search for the same event in the xdr_data dataset, and found that the process creating those mounting events are system itself for the recovery volume:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmazzeo_0-1709818758478.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/58145i8A23F5D8BE429EC6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="jmazzeo_0-1709818758478.png" alt="jmazzeo_0-1709818758478.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In Windows shows a similar behavior, but with less details. Probably is the OS mounting the recovery partition and creating a recovery point.&lt;/P&gt;
&lt;P&gt;Check it in your end and let us know:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = xdr_data 
| filter event_sub_type = ENUM.MOUNT_DRIVE_MOUNT 
| filter (agent_hostname = """HOSTNAME""") &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 13:44:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/usb-use-empty-results-table-rows/m-p/579654#M6288</guid>
      <dc:creator>jmazzeo</dc:creator>
      <dc:date>2024-03-07T13:44:40Z</dc:date>
    </item>
  </channel>
</rss>

