<?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: Query MineMeld for a single IP\IoC? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/query-minemeld-for-a-single-ip-ioc/m-p/214274#M97942</link>
    <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/6173"&gt;@apackard&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm afraid the current MineMeld API does not provide such an entry point. You could think on contributing with it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Said that, are you aware of the multiple formats supported by the output feed? &lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Articles/Parameters-for-the-output-feeds/ta-p/146170" target="_self"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Articles/Parameters-for-the-output-feeds/ta-p/146170&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It won't save you from downloading the full list but can make your investigation much easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, request the list in JSON format and with CDIR transformation&lt;/P&gt;
&lt;PRE&gt;https://rancher.xhoms.local:8443/feeds/inboundfeedhc?v=json&amp;amp;tr=1&lt;/PRE&gt;
&lt;P&gt;You'll get a JSON response like the following one&lt;/P&gt;
&lt;PRE&gt;[
{"indicator":"113.201.51.0/24","value":null},
{"indicator":"118.26.116.0/22","value":null},
{"indicator":"119.227.224.0/19","value":null},
{"indicator":"120.128.128.0/18","value":null},
{"indicator":"120.128.192.0/18","value":null},
{"indicator":"120.129.0.0/17","value":null},
{"indicator":"120.129.128.0/17","value":null},
{"indicator":"120.130.0.0/17","value":null}
]&lt;/PRE&gt;
&lt;P&gt;You can pipe the result using a JMESPath engine to get a boolen result&lt;/P&gt;
&lt;PRE&gt;contains([].indicator, `119.227.224.0/19`) -&amp;gt; true
contains([].indicator, `119.227.225.0/19`) -&amp;gt; false&lt;/PRE&gt;</description>
    <pubDate>Tue, 15 May 2018 08:47:29 GMT</pubDate>
    <dc:creator>xhoms</dc:creator>
    <dc:date>2018-05-15T08:47:29Z</dc:date>
    <item>
      <title>Query MineMeld for a single IP\IoC?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/query-minemeld-for-a-single-ip-ioc/m-p/214019#M97941</link>
      <description>&lt;P&gt;We are looking at various options to build a SOC framework and one of the objectives is to be able to have an internal 'queryable' API that we can use to investigate a single IP\IoC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there anyway to make MineMeld work in that manner i.e. so we can query a list to see if an IP is included- https://minemeld/feeds/badlist?ip=8.8.8.8, rather than downloading the entire list and then having to muge the data as a secondary task.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 12:52:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/query-minemeld-for-a-single-ip-ioc/m-p/214019#M97941</guid>
      <dc:creator>apackard</dc:creator>
      <dc:date>2018-05-11T12:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Query MineMeld for a single IP\IoC?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/query-minemeld-for-a-single-ip-ioc/m-p/214274#M97942</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/6173"&gt;@apackard&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm afraid the current MineMeld API does not provide such an entry point. You could think on contributing with it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Said that, are you aware of the multiple formats supported by the output feed? &lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Articles/Parameters-for-the-output-feeds/ta-p/146170" target="_self"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Articles/Parameters-for-the-output-feeds/ta-p/146170&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It won't save you from downloading the full list but can make your investigation much easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, request the list in JSON format and with CDIR transformation&lt;/P&gt;
&lt;PRE&gt;https://rancher.xhoms.local:8443/feeds/inboundfeedhc?v=json&amp;amp;tr=1&lt;/PRE&gt;
&lt;P&gt;You'll get a JSON response like the following one&lt;/P&gt;
&lt;PRE&gt;[
{"indicator":"113.201.51.0/24","value":null},
{"indicator":"118.26.116.0/22","value":null},
{"indicator":"119.227.224.0/19","value":null},
{"indicator":"120.128.128.0/18","value":null},
{"indicator":"120.128.192.0/18","value":null},
{"indicator":"120.129.0.0/17","value":null},
{"indicator":"120.129.128.0/17","value":null},
{"indicator":"120.130.0.0/17","value":null}
]&lt;/PRE&gt;
&lt;P&gt;You can pipe the result using a JMESPath engine to get a boolen result&lt;/P&gt;
&lt;PRE&gt;contains([].indicator, `119.227.224.0/19`) -&amp;gt; true
contains([].indicator, `119.227.225.0/19`) -&amp;gt; false&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 May 2018 08:47:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/query-minemeld-for-a-single-ip-ioc/m-p/214274#M97942</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-05-15T08:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Query MineMeld for a single IP\IoC?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/query-minemeld-for-a-single-ip-ioc/m-p/214367#M97943</link>
      <description>&lt;P&gt;Thanks very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Though, believe me, you don't want my cide anywhere near the product...!&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 00:45:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/query-minemeld-for-a-single-ip-ioc/m-p/214367#M97943</guid>
      <dc:creator>apackard</dc:creator>
      <dc:date>2018-05-16T00:45:06Z</dc:date>
    </item>
  </channel>
</rss>

