<?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: MineMeld whitelist not working in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-whitelist-not-working/m-p/266099#M96788</link>
    <description>&lt;P&gt;I think I found a solution to this:&lt;/P&gt;&lt;P&gt;First of all I deleted rabbitmq, it is not necesarry anymore. After that I changed the requirements.txt(/&amp;lt;mm dir&amp;gt;/engine/core) file so newer versions are used:&lt;/P&gt;&lt;P&gt;pip&amp;gt;=9.0.1&lt;BR /&gt;amqp==2.5.0&lt;BR /&gt;gevent==1.1.1&lt;BR /&gt;greenlet==0.4.15&lt;BR /&gt;hiredis==0.2.0&lt;BR /&gt;PyYAML==3.11&lt;BR /&gt;redis==2.10.6&lt;BR /&gt;requests==2.20.0&lt;BR /&gt;plyvel==0.9&lt;BR /&gt;netaddr==0.7.18&lt;BR /&gt;antlr4-python2-runtime==4.5.2&lt;BR /&gt;jmespath==0.7.1&lt;BR /&gt;click==4.1&lt;BR /&gt;pan-python==0.10.0&lt;BR /&gt;stix==1.2.0.6&lt;BR /&gt;cybox==2.1.0.17&lt;BR /&gt;six==1.11.0&lt;BR /&gt;lxml==4.1.0&lt;BR /&gt;stix-edh==1.0.1&lt;BR /&gt;libtaxii==1.1.113&lt;BR /&gt;pytz==2015.4&lt;BR /&gt;certifi&lt;BR /&gt;ujson==1.34&lt;BR /&gt;filelock==2.0.4&lt;BR /&gt;sleekxmpp==1.3.1&lt;BR /&gt;beautifulsoup4==4.4.1&lt;BR /&gt;cifsdk==2.0.0b7&lt;BR /&gt;lz4==0.8.2&lt;BR /&gt;networkx==1.11&lt;BR /&gt;unicodecsv==0.14.1&lt;BR /&gt;Werkzeug==0.12.2&lt;BR /&gt;pyzmq==18.0.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that cd /&amp;lt;mm dir&amp;gt;/engine/core &amp;amp;&amp;amp; /&amp;lt;mm dir&amp;gt;/engine/current/bin/python setup.py install.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me this seems to work on RedHat 7.6. You can remove traced logs by either mm-traced-purge --all or rm -rf /&amp;lt;mm dir&amp;gt;/local/traced. Restart minemeld with 'service minemeld restart'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe it is a good idea to update the requirements in the git repository?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 10:06:36 GMT</pubDate>
    <dc:creator>folmer</dc:creator>
    <dc:date>2019-06-04T10:06:36Z</dc:date>
    <item>
      <title>MineMeld whitelist not working</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-whitelist-not-working/m-p/260122#M96787</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the problem that minemeld whitelists don't seem to work on our self-hosted minemeld version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following setup:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="removed miner names for privacy reasons" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/19904i0F3FFC57FB12D27C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="removed miner names for privacy reasons" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;removed miner names for privacy reasons&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The wlDomeinAggregator contains a few domainnames, so they should be removed from the CEF output node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When investigating the issue I found out that no 'withdraw' event is triggered in the CEF node when a new whitelist entry is added. I am wondering why this doesn't happen. When an input miner(for example feodetrackr removes an IP) removes an IOC a 'withdraw' event is triggered for that IP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried different setups. I tried adding the input node(generic domain list) to the domainaggregator directly. I tried the localdb miner. Nothing seems to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Folmer&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 14:24:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-whitelist-not-working/m-p/260122#M96787</guid>
      <dc:creator>folmer</dc:creator>
      <dc:date>2019-05-07T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: MineMeld whitelist not working</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-whitelist-not-working/m-p/266099#M96788</link>
      <description>&lt;P&gt;I think I found a solution to this:&lt;/P&gt;&lt;P&gt;First of all I deleted rabbitmq, it is not necesarry anymore. After that I changed the requirements.txt(/&amp;lt;mm dir&amp;gt;/engine/core) file so newer versions are used:&lt;/P&gt;&lt;P&gt;pip&amp;gt;=9.0.1&lt;BR /&gt;amqp==2.5.0&lt;BR /&gt;gevent==1.1.1&lt;BR /&gt;greenlet==0.4.15&lt;BR /&gt;hiredis==0.2.0&lt;BR /&gt;PyYAML==3.11&lt;BR /&gt;redis==2.10.6&lt;BR /&gt;requests==2.20.0&lt;BR /&gt;plyvel==0.9&lt;BR /&gt;netaddr==0.7.18&lt;BR /&gt;antlr4-python2-runtime==4.5.2&lt;BR /&gt;jmespath==0.7.1&lt;BR /&gt;click==4.1&lt;BR /&gt;pan-python==0.10.0&lt;BR /&gt;stix==1.2.0.6&lt;BR /&gt;cybox==2.1.0.17&lt;BR /&gt;six==1.11.0&lt;BR /&gt;lxml==4.1.0&lt;BR /&gt;stix-edh==1.0.1&lt;BR /&gt;libtaxii==1.1.113&lt;BR /&gt;pytz==2015.4&lt;BR /&gt;certifi&lt;BR /&gt;ujson==1.34&lt;BR /&gt;filelock==2.0.4&lt;BR /&gt;sleekxmpp==1.3.1&lt;BR /&gt;beautifulsoup4==4.4.1&lt;BR /&gt;cifsdk==2.0.0b7&lt;BR /&gt;lz4==0.8.2&lt;BR /&gt;networkx==1.11&lt;BR /&gt;unicodecsv==0.14.1&lt;BR /&gt;Werkzeug==0.12.2&lt;BR /&gt;pyzmq==18.0.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that cd /&amp;lt;mm dir&amp;gt;/engine/core &amp;amp;&amp;amp; /&amp;lt;mm dir&amp;gt;/engine/current/bin/python setup.py install.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me this seems to work on RedHat 7.6. You can remove traced logs by either mm-traced-purge --all or rm -rf /&amp;lt;mm dir&amp;gt;/local/traced. Restart minemeld with 'service minemeld restart'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe it is a good idea to update the requirements in the git repository?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 10:06:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-whitelist-not-working/m-p/266099#M96788</guid>
      <dc:creator>folmer</dc:creator>
      <dc:date>2019-06-04T10:06:36Z</dc:date>
    </item>
  </channel>
</rss>

