<?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: Question about XQL to make a BIOC in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/561900#M5353</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/322469"&gt;@EnriqueSanz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For better search, please bookmark below link for XDR admin guide and in future search within it for your queries.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Overview" target="_blank" rel="noopener"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Overview&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the query, please ensure that you are using same time period in your XQL query and in the interface.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 16:30:15 GMT</pubDate>
    <dc:creator>nsinghvirk</dc:creator>
    <dc:date>2023-10-16T16:30:15Z</dc:date>
    <item>
      <title>Question about XQL to make a BIOC</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/561618#M5347</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to make a BIOC to inform when a SSH conection is made in some critical assets, but I'm not able to do it in XQL, I have done it using the interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Network Connections AND Destination [ Remote port = 22 ] AND Host [ Host Name = &amp;lt;name&amp;gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link to the XQL documentation is broken and I'm not able to find how to do it. I prefere to make it in XQL due to I want to make some exclusions and in the interface builder I can only make one exclusion...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 09:22:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/561618#M5347</guid>
      <dc:creator>EnriqueSanz</dc:creator>
      <dc:date>2023-10-13T09:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Question about XQL to make a BIOC</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/561867#M5348</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/322469"&gt;@EnriqueSanz&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;Please take reference from below XQL query to create your BIOC rule. This query simply detect remote port 22 on a particular host.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dataset = xdr_data &lt;BR /&gt;| filter event_type = NETWORK and action_remote_port = 22 and agent_hostname = "&amp;lt;hostname&amp;gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add your use case requirements to it.&lt;/P&gt;
&lt;P&gt;Below are the links to XQL and BIOC guides.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/Get-Started-with-XQL" target="_blank"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/Get-Started-with-XQL&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Working-with-BIOCs" target="_blank"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Working-with-BIOCs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know which documentation links are broken so that we can repair them or provide you updated ones.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 12:50:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/561867#M5348</guid>
      <dc:creator>nsinghvirk</dc:creator>
      <dc:date>2023-10-16T12:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question about XQL to make a BIOC</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/561886#M5352</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/256101"&gt;@nsinghvirk&lt;/a&gt;,&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First of all, thanks for the reply!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The URL that is broken is the first one that I get when I search "xql search" on Google, &lt;A href="https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-pro-admin/investigation-and-response/search-queries/query-builder/xql-search" target="_blank"&gt;https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-pro-admin/investigation-and-response/search-queries/query-builder/xql-search&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the other hand, I don't get any result when I use the suggested querie using the same asset that the interface search gives me 7 results... I don't know if the problem is in the configuration...&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 13:54:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/561886#M5352</guid>
      <dc:creator>EnriqueSanz</dc:creator>
      <dc:date>2023-10-16T13:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Question about XQL to make a BIOC</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/561900#M5353</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/322469"&gt;@EnriqueSanz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For better search, please bookmark below link for XDR admin guide and in future search within it for your queries.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Overview" target="_blank" rel="noopener"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Overview&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the query, please ensure that you are using same time period in your XQL query and in the interface.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 16:30:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/561900#M5353</guid>
      <dc:creator>nsinghvirk</dc:creator>
      <dc:date>2023-10-16T16:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Question about XQL to make a BIOC</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/562058#M5358</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I'm using the same period... It's weird...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 10:56:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/question-about-xql-to-make-a-bioc/m-p/562058#M5358</guid>
      <dc:creator>EnriqueSanz</dc:creator>
      <dc:date>2023-10-17T10:56:53Z</dc:date>
    </item>
  </channel>
</rss>

