<?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: BIOC not supported in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/bioc-not-supported/m-p/1224664#M8122</link>
    <description>&lt;P&gt;Hello, the XQL that worked for me to create the BIOC was this one:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = xdr_data&lt;/P&gt;
&lt;P&gt;| filter event_type = ENUM.STORY &lt;BR /&gt;| filter dns_query_name = "*wetransfer*" or dns_query_name = "*dropbox*"&lt;BR /&gt;|filter actor_process_image_name != "svchost.exe" or actor_process_command_line != "*svchost.exe*"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I filtered it so it wouldn't generate alerts with network services. After this, I generated an automation rule based on the BIOC alerts to stop the CGO from running on the processes. Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 16:43:27 GMT</pubDate>
    <dc:creator>Rolando_Pena</dc:creator>
    <dc:date>2025-03-25T16:43:27Z</dc:date>
    <item>
      <title>BIOC not supported</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/bioc-not-supported/m-p/1223595#M8053</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to create a BIOC rule that tells me when users are trying to access the wetransfer.com and dropbox.com DNS. To do this, I generated the following XQL. When run, it shows me the logs of the connections to these DNS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = xdr_data&lt;BR /&gt;| filter dns_query_name = "*wetransfer*" or dns_query_name = "*dropbox*"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This XQL works correctly, but when I write it in the BIOC rule, it gives me errors. First, it tells me I should include an Event_type. I modified the XQL and it looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = xdr_data&lt;BR /&gt;| filter event_type = "STORY"&lt;BR /&gt;| filter dns_query_name = "*wetransfer*" or dns_query_name = "*dropbox*"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when I run it, it tells me that BIOC is not supported.&lt;/P&gt;
&lt;P&gt;Could you help me correct this XQL so that it works as a BIOC rule?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 17:22:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/bioc-not-supported/m-p/1223595#M8053</guid>
      <dc:creator>Rolando_Pena</dc:creator>
      <dc:date>2025-03-12T17:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: BIOC not supported</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/bioc-not-supported/m-p/1223877#M8062</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/323299"&gt;@Rolando_Pena&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;Try this one:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = xdr_data
| filter event_type = ENUM.NETWORK and action_external_hostname in ("*wetransfer*","*dropbox*")&lt;/LI-CODE&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, 14 Mar 2025 13:58:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/bioc-not-supported/m-p/1223877#M8062</guid>
      <dc:creator>jmazzeo</dc:creator>
      <dc:date>2025-03-14T13:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: BIOC not supported</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/bioc-not-supported/m-p/1224664#M8122</link>
      <description>&lt;P&gt;Hello, the XQL that worked for me to create the BIOC was this one:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = xdr_data&lt;/P&gt;
&lt;P&gt;| filter event_type = ENUM.STORY &lt;BR /&gt;| filter dns_query_name = "*wetransfer*" or dns_query_name = "*dropbox*"&lt;BR /&gt;|filter actor_process_image_name != "svchost.exe" or actor_process_command_line != "*svchost.exe*"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I filtered it so it wouldn't generate alerts with network services. After this, I generated an automation rule based on the BIOC alerts to stop the CGO from running on the processes. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 16:43:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/bioc-not-supported/m-p/1224664#M8122</guid>
      <dc:creator>Rolando_Pena</dc:creator>
      <dc:date>2025-03-25T16:43:27Z</dc:date>
    </item>
  </channel>
</rss>

