<?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: Why is URL Toolbox not working with mozilla list? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/601127#M76971</link>
    <description>&lt;P&gt;Just a quick comment on that suggestion. So I think if you're deliberately misspelling "mozilla" you're actually using the fallback which would be the IANA list.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 07:18:15 GMT</pubDate>
    <dc:creator>dfederschmidt_s</dc:creator>
    <dc:date>2022-06-09T07:18:15Z</dc:date>
    <item>
      <title>Why is URL Toolbox not working with mozilla list?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/586630#M76192</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;We are running the latest version of URL Toolbox (at the time of writing, 1.9.1 released on Dec 2021) on Splunk 8.2.3 with Splunk ES 6.6.2. After the upgrade, we have noticed that the mozilla list is not working properly anymore. To test it:&lt;/P&gt;
&lt;PRE&gt;| makeresults&lt;BR /&gt;| eval domain="http://www.example.com/123/123.php",list="mozilla"&lt;BR /&gt;| `ut_parse_extended(domain,list)`&lt;/PRE&gt;
&lt;P&gt;Gives:&lt;/P&gt;
&lt;TABLE border="0" width="1552px" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="195.933px"&gt;domain&lt;/TD&gt;
&lt;TD width="62.15px"&gt;list&lt;/TD&gt;
&lt;TD width="88.9167px"&gt;ut_domain&lt;/TD&gt;
&lt;TD width="181.85px"&gt;ut_domain_without_tld&lt;/TD&gt;
&lt;TD width="100.95px"&gt;ut_fragment&lt;/TD&gt;
&lt;TD width="147.9px"&gt;ut_netloc&lt;/TD&gt;
&lt;TD width="88.8667px"&gt;ut_params&lt;/TD&gt;
&lt;TD width="114.783px"&gt;ut_path&lt;/TD&gt;
&lt;TD width="65.7667px"&gt;ut_port&lt;/TD&gt;
&lt;TD width="76.7333px"&gt;ut_query&lt;/TD&gt;
&lt;TD width="92.1px"&gt;ut_scheme&lt;/TD&gt;
&lt;TD width="115.033px"&gt;ut_subdomain&lt;/TD&gt;
&lt;TD width="165.983px"&gt;ut_subdomain_count&lt;/TD&gt;
&lt;TD width="54.0333px"&gt;ut_tld&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="195.933px"&gt;&lt;A href="http://www.example.com/123/123.php" target="_blank" rel="noopener"&gt;http://www.example.com/123/123.php&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="62.15px"&gt;mozilla&lt;/TD&gt;
&lt;TD width="88.9167px"&gt;None&lt;/TD&gt;
&lt;TD width="181.85px"&gt;None&lt;/TD&gt;
&lt;TD width="100.95px"&gt;None&lt;/TD&gt;
&lt;TD width="147.9px"&gt;&lt;A href="http://www.example.com" target="_blank" rel="noopener"&gt;www.example.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="88.8667px"&gt;None&lt;/TD&gt;
&lt;TD width="114.783px"&gt;/123/123.php&lt;/TD&gt;
&lt;TD width="65.7667px"&gt;80&lt;/TD&gt;
&lt;TD width="76.7333px"&gt;None&lt;/TD&gt;
&lt;TD width="92.1px"&gt;http&lt;/TD&gt;
&lt;TD width="115.033px"&gt;None&lt;/TD&gt;
&lt;TD width="165.983px"&gt;0&lt;/TD&gt;
&lt;TD width="54.0333px"&gt;None&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;With iana no problems at all (even if the parsing is a bit different and mozilla would be the ideal ones for our user cases):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;| makeresults&lt;BR /&gt;| eval domain="http://www.example.com/123/123.php",list="iana"&lt;BR /&gt;| `ut_parse_extended(domain,list)`&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD height="17"&gt;domain&lt;/TD&gt;
&lt;TD&gt;list&lt;/TD&gt;
&lt;TD&gt;ut_domain&lt;/TD&gt;
&lt;TD&gt;ut_domain_without_tld&lt;/TD&gt;
&lt;TD&gt;ut_fragment&lt;/TD&gt;
&lt;TD&gt;ut_netloc&lt;/TD&gt;
&lt;TD&gt;ut_params&lt;/TD&gt;
&lt;TD&gt;ut_path&lt;/TD&gt;
&lt;TD&gt;ut_port&lt;/TD&gt;
&lt;TD&gt;ut_query&lt;/TD&gt;
&lt;TD&gt;ut_scheme&lt;/TD&gt;
&lt;TD&gt;ut_subdomain&lt;/TD&gt;
&lt;TD&gt;ut_subdomain_count&lt;/TD&gt;
&lt;TD&gt;ut_subdomain_level_1&lt;/TD&gt;
&lt;TD&gt;ut_tld&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="17"&gt;&lt;A href="http://www.example.com/123/123.php" target="_blank" rel="noopener"&gt;http://www.example.com/123/123.php&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;iana&lt;/TD&gt;
&lt;TD&gt;example.com&lt;/TD&gt;
&lt;TD&gt;example&lt;/TD&gt;
&lt;TD&gt;None&lt;/TD&gt;
&lt;TD&gt;&lt;A href="http://www.example.com" target="_blank" rel="noopener"&gt;www.example.com&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;None&lt;/TD&gt;
&lt;TD&gt;/123/123.php&lt;/TD&gt;
&lt;TD&gt;80&lt;/TD&gt;
&lt;TD&gt;None&lt;/TD&gt;
&lt;TD&gt;http&lt;/TD&gt;
&lt;TD&gt;www&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;www&lt;/TD&gt;
&lt;TD&gt;com&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is anyone having the same issue and/or a fix that we might apply?&lt;BR /&gt;&lt;BR /&gt;Thank you and cheers!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 18:29:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/586630#M76192</guid>
      <dc:creator>tofa</dc:creator>
      <dc:date>2022-02-25T18:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why is URL Toolbox not working with mozilla list?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/588395#M76295</link>
      <description>&lt;P&gt;Tested the last two hours. Experiencing the same here with v1.9.1 from splunkbase, also with latest from github. Issue did not exist in v1.8. A little strange, as this was just a small codechange from 1.8 to 1.9.1.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 11:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/588395#M76295</guid>
      <dc:creator>OliverK</dc:creator>
      <dc:date>2022-03-10T11:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is URL Toolbox not working with mozilla list?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/599927#M76911</link>
      <description>&lt;P&gt;Had a similar issue on our Splunk Cloud instance which seems resolved by setting list="mozila" - the typo is on purpose; latest build of the app on our instance seems to have a typo in the dat file.&lt;/P&gt;&lt;P&gt;Have noticed though that the Mozilla list isn't parsing out .co.uk domains correctly (setting TLD as just .uk)&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 14:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/599927#M76911</guid>
      <dc:creator>jamesdsteel</dc:creator>
      <dc:date>2022-05-31T14:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why is URL Toolbox not working with mozilla list?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/601126#M76970</link>
      <description>&lt;P&gt;Version 1.9.2 has just been made available on Splunkbase:&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/2734/" target="_blank"&gt;https://splunkbase.splunk.com/app/2734/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It has been addressed here:&amp;nbsp;&lt;A href="https://github.com/splunk/utbox/pull/2" target="_blank"&gt;https://github.com/splunk/utbox/pull/2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This version has a fix in place for the Mozilla list. The others were working fine, but the conversion to Python3 seemed to have impacted the loading of this specific suffix list.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 07:15:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/601126#M76970</guid>
      <dc:creator>dfederschmidt_s</dc:creator>
      <dc:date>2022-06-09T07:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is URL Toolbox not working with mozilla list?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/601127#M76971</link>
      <description>&lt;P&gt;Just a quick comment on that suggestion. So I think if you're deliberately misspelling "mozilla" you're actually using the fallback which would be the IANA list.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 07:18:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/601127#M76971</guid>
      <dc:creator>dfederschmidt_s</dc:creator>
      <dc:date>2022-06-09T07:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is URL Toolbox not working with mozilla list?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/601528#M77019</link>
      <description>&lt;P&gt;That would explain why the .co.uk domains aren't being parsed correctly because afaik the IANA list only has .uk as a TLD.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 11:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-URL-Toolbox-not-working-with-mozilla-list/m-p/601528#M77019</guid>
      <dc:creator>jamesdsteel</dc:creator>
      <dc:date>2022-06-13T11:35:22Z</dc:date>
    </item>
  </channel>
</rss>

