<?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: How to search for DR string ../../../../ ?? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563218#M196232</link>
    <description>&lt;P&gt;I believe the problem is attempting to search for a string of minor blocker characters.&amp;nbsp; You may have better luck using a separate where command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=foo ```Always use explicit index names```
| where like(url, "../../../../%") ```Like is used instead of match to avoid escaping every character```&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Aug 2021 23:34:53 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-08-13T23:34:53Z</dc:date>
    <item>
      <title>How to search for DR string ../../../../ ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563157#M196218</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I just wanted to do a quick search in URLs requested in Splunk but cannot get the directory traversal string&amp;nbsp; (../../../../ o similar) to stick - it gets stripped from the query.&amp;nbsp; I've tried using quotes and it seems escaping shouldn't be necessary.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 08:05:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563157#M196218</guid>
      <dc:creator>ShinR</dc:creator>
      <dc:date>2021-08-13T08:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for DR string ../../../../ ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563174#M196221</link>
      <description>&lt;P&gt;Please share the troublesome query.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 12:30:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563174#M196221</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-08-13T12:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for DR string ../../../../ ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563210#M196230</link>
      <description>&lt;P&gt;Sorry, here's a simple example:&lt;/P&gt;&lt;P&gt;index=* url="*../../../../*"&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=* "../../../../"&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 14:55:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563210#M196230</guid>
      <dc:creator>ShinR</dc:creator>
      <dc:date>2021-08-13T14:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for DR string ../../../../ ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563218#M196232</link>
      <description>&lt;P&gt;I believe the problem is attempting to search for a string of minor blocker characters.&amp;nbsp; You may have better luck using a separate where command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=foo ```Always use explicit index names```
| where like(url, "../../../../%") ```Like is used instead of match to avoid escaping every character```&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 23:34:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563218#M196232</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-08-13T23:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for DR string ../../../../ ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563220#M196233</link>
      <description>&lt;P&gt;Thanks again for the suggestion.&amp;nbsp; Unfortunately everything between the * and the % gets stripped when I execute the search.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 16:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563220#M196233</guid>
      <dc:creator>ShinR</dc:creator>
      <dc:date>2021-08-13T16:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for DR string ../../../../ ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563260#M196247</link>
      <description>&lt;P&gt;The asterisk was a typo.&amp;nbsp; Please try again without it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 23:35:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563260#M196247</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-08-13T23:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for DR string ../../../../ ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563425#M196291</link>
      <description>&lt;P&gt;Same result unfortunately... does the same thing not happen on your splunk instance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 08:37:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563425#M196291</guid>
      <dc:creator>ShinR</dc:creator>
      <dc:date>2021-08-16T08:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for DR string ../../../../ ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563462#M196297</link>
      <description>&lt;P&gt;It does not happen on my instance (8.1.2)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="richgalloway_0-1629115577281.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15583iE3FE49975F2C532C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="richgalloway_0-1629115577281.png" alt="richgalloway_0-1629115577281.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 12:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/563462#M196297</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-08-16T12:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for DR string ../../../../ ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/578635#M201663</link>
      <description>&lt;P&gt;I have the same issue on Splunk v8.2.1&lt;/P&gt;&lt;P&gt;Any solution please?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 13:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-DR-string/m-p/578635#M201663</guid>
      <dc:creator>NatSec</dc:creator>
      <dc:date>2021-12-16T13:00:48Z</dc:date>
    </item>
  </channel>
</rss>

