<?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 Configuring Miner for JSON in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/configuring-miner-for-json/m-p/320374#M96139</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm needing to build a miner to mine a JSON file found here -&amp;gt; &lt;A href="https://api.binaryedge.io/v1/minions" target="_blank"&gt;https://api.binaryedge.io/v1/minions&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In building my prototypes I've tried two different types.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&lt;/P&gt;
&lt;P&gt;age_out:&lt;BR /&gt;default: null&lt;BR /&gt;interval: 257&lt;BR /&gt;sudden_death: true&lt;BR /&gt;attributes:&lt;BR /&gt;confidence: 100&lt;BR /&gt;share_level: green&lt;BR /&gt;type: IPv4&lt;BR /&gt;extractor: scanner&lt;BR /&gt;fields:&lt;BR /&gt;indicator: ip_prefix&lt;BR /&gt;prefix: &lt;BR /&gt;source_name: BinaryEdgeNinja&lt;BR /&gt;url: &lt;A href="https://api.binaryedge.io/v1/minions" target="_blank"&gt;https://api.binaryedge.io/v1/minions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&lt;/P&gt;
&lt;P&gt;age_out:&lt;BR /&gt;default: null&lt;BR /&gt;interval: 257&lt;BR /&gt;sudden_death: true&lt;BR /&gt;attributes:&lt;BR /&gt;confidence: 100&lt;BR /&gt;share_level: green&lt;BR /&gt;type: IPv4&lt;BR /&gt;extractor: scanners&lt;BR /&gt;fields:&lt;BR /&gt;indicator: URL&lt;BR /&gt;prefix: &lt;BR /&gt;source_name: binaryedgeninja&lt;BR /&gt;url: &lt;A href="https://api.binaryedge.io/v1/minions" target="_blank"&gt;https://api.binaryedge.io/v1/minions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm able to get the result I need by using the expression "scanners" in the extractor field, however I'm unsure of the use of the other fields (fields, indicator, prefix) and if those are needed. I don't see anywhere in the JSON that they are used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2020 18:03:27 GMT</pubDate>
    <dc:creator>Patrick_H</dc:creator>
    <dc:date>2020-04-02T18:03:27Z</dc:date>
    <item>
      <title>Configuring Miner for JSON</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configuring-miner-for-json/m-p/320374#M96139</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm needing to build a miner to mine a JSON file found here -&amp;gt; &lt;A href="https://api.binaryedge.io/v1/minions" target="_blank"&gt;https://api.binaryedge.io/v1/minions&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In building my prototypes I've tried two different types.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&lt;/P&gt;
&lt;P&gt;age_out:&lt;BR /&gt;default: null&lt;BR /&gt;interval: 257&lt;BR /&gt;sudden_death: true&lt;BR /&gt;attributes:&lt;BR /&gt;confidence: 100&lt;BR /&gt;share_level: green&lt;BR /&gt;type: IPv4&lt;BR /&gt;extractor: scanner&lt;BR /&gt;fields:&lt;BR /&gt;indicator: ip_prefix&lt;BR /&gt;prefix: &lt;BR /&gt;source_name: BinaryEdgeNinja&lt;BR /&gt;url: &lt;A href="https://api.binaryedge.io/v1/minions" target="_blank"&gt;https://api.binaryedge.io/v1/minions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&lt;/P&gt;
&lt;P&gt;age_out:&lt;BR /&gt;default: null&lt;BR /&gt;interval: 257&lt;BR /&gt;sudden_death: true&lt;BR /&gt;attributes:&lt;BR /&gt;confidence: 100&lt;BR /&gt;share_level: green&lt;BR /&gt;type: IPv4&lt;BR /&gt;extractor: scanners&lt;BR /&gt;fields:&lt;BR /&gt;indicator: URL&lt;BR /&gt;prefix: &lt;BR /&gt;source_name: binaryedgeninja&lt;BR /&gt;url: &lt;A href="https://api.binaryedge.io/v1/minions" target="_blank"&gt;https://api.binaryedge.io/v1/minions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm able to get the result I need by using the expression "scanners" in the extractor field, however I'm unsure of the use of the other fields (fields, indicator, prefix) and if those are needed. I don't see anywhere in the JSON that they are used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 18:03:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configuring-miner-for-json/m-p/320374#M96139</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2020-04-02T18:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Miner for JSON</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/configuring-miner-for-json/m-p/321067#M96140</link>
      <description>&lt;P&gt;bump&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 21:06:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/configuring-miner-for-json/m-p/321067#M96140</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2020-04-06T21:06:41Z</dc:date>
    </item>
  </channel>
</rss>

