<?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 URLHaus complete list help in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/urlhaus-complete-list-help/m-p/282580#M96640</link>
    <description>&lt;P&gt;I am trying to pull the complete list from URLHaus (&lt;A href="https://urlhaus.abuse.ch/api/" target="_blank"&gt;https://urlhaus.abuse.ch/api/&lt;/A&gt;) and specificly the CSV feed. (&lt;A href="https://urlhaus.abuse.ch/downloads/csv/" target="_blank"&gt;https://urlhaus.abuse.ch/downloads/csv/&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;The problem is this. The feed is huge! Over 200k right now, so the PAN will not take it because of it's limits.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I noticed that most of these URL's are marked offline. So there are less than 5k of them on line. This is good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My problem is this. How do I get a miner to only grab the online URL's? Has anyone else done this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2019 21:13:51 GMT</pubDate>
    <dc:creator>Mattk</dc:creator>
    <dc:date>2019-08-13T21:13:51Z</dc:date>
    <item>
      <title>URLHaus complete list help</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/urlhaus-complete-list-help/m-p/282580#M96640</link>
      <description>&lt;P&gt;I am trying to pull the complete list from URLHaus (&lt;A href="https://urlhaus.abuse.ch/api/" target="_blank"&gt;https://urlhaus.abuse.ch/api/&lt;/A&gt;) and specificly the CSV feed. (&lt;A href="https://urlhaus.abuse.ch/downloads/csv/" target="_blank"&gt;https://urlhaus.abuse.ch/downloads/csv/&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;The problem is this. The feed is huge! Over 200k right now, so the PAN will not take it because of it's limits.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I noticed that most of these URL's are marked offline. So there are less than 5k of them on line. This is good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My problem is this. How do I get a miner to only grab the online URL's? Has anyone else done this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 21:13:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/urlhaus-complete-list-help/m-p/282580#M96640</guid>
      <dc:creator>Mattk</dc:creator>
      <dc:date>2019-08-13T21:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: URLHaus complete list help</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/urlhaus-complete-list-help/m-p/282708#M96641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/14161"&gt;@Mattk&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you can do this:&lt;/P&gt;
&lt;P&gt;- miner based on CSV class&lt;/P&gt;
&lt;P&gt;- use ignore_regex to ignore lines with "offline" status&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-08-14_15-07-49.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21000iD0DFDB22960614B7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="2019-08-14_15-07-49.png" alt="2019-08-14_15-07-49.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Prototype config:&lt;/P&gt;
&lt;PRE&gt;attributes:
    confidence: 80
    share_level: green
    type: URL
fieldnames:
- urlhaus_id
- urlhaus_dateadded
- indicator
- urlhaus_url_status
- urlhaus_threat
- urlhaus_tags
- urlhaus_link
- urlhaus_reporter
ignore_regex: (?:^#)|(?:.*,"offline",)
interval: 300
source_name: urlhaus.csv
url: https://urlhaus.abuse.ch/downloads/csv/&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Aug 2019 13:15:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/urlhaus-complete-list-help/m-p/282708#M96641</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2019-08-14T13:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: URLHaus complete list help</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/urlhaus-complete-list-help/m-p/283034#M96642</link>
      <description>&lt;P&gt;You are awesome! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 22:09:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/urlhaus-complete-list-help/m-p/283034#M96642</guid>
      <dc:creator>Mattk</dc:creator>
      <dc:date>2019-08-15T22:09:16Z</dc:date>
    </item>
  </channel>
</rss>

