<?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 How to escape a wildcard (*) in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-escape-a-wildcard/m-p/1243822#M8916</link>
    <description>&lt;P&gt;How could you escape a wildcard in a query&lt;/P&gt;
&lt;P&gt;For example if i am looking for suspicious LDAP queries like&amp;nbsp;(objectclass=*), i need that to be literal and not match on things like objectclass=example. I have tried many different combinations including just a simple \* but have not found anything that works&lt;/P&gt;</description>
    <pubDate>Fri, 12 Dec 2025 20:11:16 GMT</pubDate>
    <dc:creator>clairamore</dc:creator>
    <dc:date>2025-12-12T20:11:16Z</dc:date>
    <item>
      <title>How to escape a wildcard (*)</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-escape-a-wildcard/m-p/1243822#M8916</link>
      <description>&lt;P&gt;How could you escape a wildcard in a query&lt;/P&gt;
&lt;P&gt;For example if i am looking for suspicious LDAP queries like&amp;nbsp;(objectclass=*), i need that to be literal and not match on things like objectclass=example. I have tried many different combinations including just a simple \* but have not found anything that works&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 20:11:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-escape-a-wildcard/m-p/1243822#M8916</guid>
      <dc:creator>clairamore</dc:creator>
      <dc:date>2025-12-12T20:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to escape a wildcard (*)</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-escape-a-wildcard/m-p/1244405#M8920</link>
      <description>&lt;P&gt;I'm really happy that you asked this question. It took me forever to develop a method.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try out the following snippet in your query:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| alter	esc_wildcard = replex(&amp;lt;data_field&amp;gt;, "[^\*]","") 
| filter (`esc_wildcard` not in (null, """""")) &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 16:09:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-escape-a-wildcard/m-p/1244405#M8920</guid>
      <dc:creator>ChrisDavila</dc:creator>
      <dc:date>2025-12-22T16:09:45Z</dc:date>
    </item>
  </channel>
</rss>

