<?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 Custom url feeds in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/custom-url-feeds/m-p/115189#M99714</link>
    <description>&lt;P&gt;Is there any sort of documentation surrounding things like adding a custom url in? I'm thinking I'll have to dig into the file system but was wondering if there is anything documented as to what to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say I have an ip list at &lt;A href="http://somefancywebsite.com/directory/badiplist.txt" target="_blank"&gt;http://somefancywebsite.com/directory/badiplist.txt&lt;/A&gt; I wanted to throw into the mix here. Is there an easy way to do this in the gui or do I need to go hit the file system?&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2016 21:44:19 GMT</pubDate>
    <dc:creator>chirss</dc:creator>
    <dc:date>2016-09-21T21:44:19Z</dc:date>
    <item>
      <title>Custom url feeds</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-url-feeds/m-p/115189#M99714</link>
      <description>&lt;P&gt;Is there any sort of documentation surrounding things like adding a custom url in? I'm thinking I'll have to dig into the file system but was wondering if there is anything documented as to what to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say I have an ip list at &lt;A href="http://somefancywebsite.com/directory/badiplist.txt" target="_blank"&gt;http://somefancywebsite.com/directory/badiplist.txt&lt;/A&gt; I wanted to throw into the mix here. Is there an easy way to do this in the gui or do I need to go hit the file system?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 21:44:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-url-feeds/m-p/115189#M99714</guid>
      <dc:creator>chirss</dc:creator>
      <dc:date>2016-09-21T21:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom url feeds</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-url-feeds/m-p/115336#M99715</link>
      <description>&lt;P&gt;That is usually possible by defining a new prototype using the Web UI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a specific example ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:13:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-url-feeds/m-p/115336#M99715</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-09-22T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom url feeds</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-url-feeds/m-p/115430#M99716</link>
      <description>&lt;P&gt;Nothing specific. More trying to understand how the system works.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 17:46:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-url-feeds/m-p/115430#M99716</guid>
      <dc:creator>chirss</dc:creator>
      <dc:date>2016-09-22T17:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom url feeds</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-url-feeds/m-p/115511#M99717</link>
      <description>&lt;P&gt;To add a new feed you should start from the following details:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;what are the format and protocol used by the feed ?&lt;/LI&gt;
&lt;LI&gt;what expiration policy should I apply to the indicators ?&lt;/LI&gt;
&lt;LI&gt;what confidence level should I use for the indicators ?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Question 1) defines the class of Miner you want to use. Currently there are classes supporting plain text feeds over HTTP/HTTPS, JSON over HTTP/HTTPS, CSV over HTTP/HTTPS, STIX/TAXII, and a number of other classes for specific public or commercial API. If the protocol and format used by the feed are not covered by one of the existing classes you should write your own Python class. Most of the times it's pretty easy, details here:&amp;nbsp;&lt;A href="https://github.com/PaloAltoNetworks/minemeld/wiki/How-To-Write-a-Simple-Miner" target="_blank"&gt;https://github.com/PaloAltoNetworks/minemeld/wiki/How-To-Write-a-Simple-Miner&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If instead the protocol and format are already covered, you don't need to write a single line of code. You can just write a prototype, i.e. a config for the Miner. In the Web UI go under CONFIG and click&amp;nbsp;the&amp;nbsp;&lt;STRONG&gt;browse&lt;/STRONG&gt; button (the 3 stackd lines). Select a prototype for a feed similar to the one you want to add and click on the NEW button in the top right corner. This will create a private copy of the prototype&amp;nbsp;you can modify. Now you can change the config of the Miner and&amp;nbsp;specify new parameters, like URL, age out policy, confidence level, new attributes, ...&lt;/P&gt;
&lt;P&gt;Additional details about prototypes here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/PaloAltoNetworks/minemeld-core/blob/master/docs/nodeconfig.rst" target="_blank"&gt;https://github.com/PaloAltoNetworks/minemeld-core/blob/master/docs/nodeconfig.rst&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Articles/What-is-in-a-MineMeld-node/ta-p/72046" target="_blank"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Articles/What-is-in-a-MineMeld-node/ta-p/72046&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 22:01:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-url-feeds/m-p/115511#M99717</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-09-22T22:01:14Z</dc:date>
    </item>
  </channel>
</rss>

