<?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: How do I create my list of blocked IPs for firewall to feed from ? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129065#M98608</link>
    <description>&lt;P&gt;One more thing, I updated my&amp;nbsp;&lt;SPAN&gt;MineMeld-source-List but on firewall I can see that&amp;nbsp;&lt;/SPAN&gt;'EDL(MineMeld-source-List) No changes to list file' ? And it is not working for updated IP (I reloaded indicator list)&lt;/P&gt;</description>
    <pubDate>Sat, 26 Nov 2016 13:40:59 GMT</pubDate>
    <dc:creator>niuk</dc:creator>
    <dc:date>2016-11-26T13:40:59Z</dc:date>
    <item>
      <title>How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/128817#M98603</link>
      <description>&lt;P&gt;I need to create my list '&lt;SPAN&gt;MineMeld-source-List'&amp;nbsp;&lt;/SPAN&gt;of blocked IPs which I want to use in the rule. I tried to use prototype&amp;nbsp;&lt;A href="https://10.95.1.111/#/prototypes/stdlib/listIPv4Generic" target="_blank"&gt;stdlib.listIPv4Generic&lt;/A&gt;&amp;nbsp;as input where I can add indicators. Then used&amp;nbsp;&lt;A href="https://10.95.1.111/#/prototypes/stdlib/aggregatorIPv4Inbound" target="_blank"&gt;stdlib.aggregatorIPv4Inbound&lt;/A&gt;&amp;nbsp;based aggregator and subsribed firewall to&amp;nbsp;&lt;A href="https://10.95.1.111/#/prototypes/stdlib/feedHCGreen" target="_blank"&gt;stdlib.feedHCGreen&lt;/A&gt;&amp;nbsp;based output (&lt;SPAN&gt;MineMeld-source-List)&lt;/SPAN&gt;. But on firewall I am getting warning EDL(vsys1/MineMeld-source-List ip) Downloaded file is either not a text file or empty file during policy commit. In the Logs/System I can see&amp;nbsp;'EDL(MineMeld-source-List) EDL Fetch job done' every 5 min but it is not working. Also on firewall I can see:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;admin@MR-DC(active)&amp;gt; request system external-list show type ip name MineMeld-source-List
&amp;nbsp;
Server error : entry not found&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 20:25:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/128817#M98603</guid>
      <dc:creator>niuk</dc:creator>
      <dc:date>2016-11-24T20:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/128832#M98604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11481"&gt;@niuk﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;please could you share you MineMeld config ? You can export it from the CONFIG tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks !&lt;BR /&gt;luigi&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 22:40:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/128832#M98604</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-11-24T22:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/128841#M98605</link>
      <description>&lt;P&gt;Here it is,&amp;nbsp;I am referring to 'path' with 'source-*', so source-input, source-agggregator and source-output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;nodes:
  spamhaus_EDROP:
    output: true
    prototype: spamhaus.EDROP
  dshield_blocklist:
    output: true
    prototype: dshield.block
  inboundaggregator:
    inputs:
      - spamhaus_DROP
      - spamhaus_EDROP
      - dshield_blocklist
      - wlWhiteListIPv4
      - panos_syslog_miner
    output: true
    prototype: stdlib.aggregatorIPv4Inbound
  inboundfeedhc:
    inputs:
      - inboundaggregator
    output: false
    prototype: stdlib.feedHCGreen
  spamhaus_DROP:
    output: true
    prototype: spamhaus.DROP
  wlWhiteListIPv4:
    inputs: []
    output: true
    prototype: stdlib.listIPv4Generic
  inboundfeedlc:
    inputs:
      - inboundaggregator
    output: false
    prototype: stdlib.feedLCGreen
  inboundfeedmc:
    inputs:
      - inboundaggregator
    output: false
    prototype: stdlib.feedMCGreen
  panos_syslog_miner:
    inputs: []
    output: true
    prototype: stdlib.syslogMiner
  syslog_analyzer:
    inputs:
      - inboundaggregator
    output: true
    prototype: stdlib.localSyslog
  source-WhiteList:
    inputs: []
    output: true
    prototype: stdlib.listIPv4Generic
  source-aggregator:
    inputs:
      - source-WhiteList
    output: true
    prototype: stdlib.aggregatorIPv4Inbound
  source-output:
    inputs:
      - source-aggregator
    output: false
    prototype: stdlib.feedHCGreen
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 01:15:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/128841#M98605</guid>
      <dc:creator>niuk</dc:creator>
      <dc:date>2016-11-25T01:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/128875#M98606</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11481"&gt;@niuk﻿&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;You have selected feedHCGreen, this output accepts&amp;nbsp;only indicator with confidence above 75 (and by default indicators created in listIPv4Generic have confidence 100) and with &lt;STRONG&gt;share level green&lt;/STRONG&gt;. Please double check all the indicators you have created are Green. Also the aggregator inbound accepts only indicator with direction Inbound, once again please check the indicators you have created have &lt;STRONG&gt;direction INBOUND or UNKNOWN&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Once done you should be able to access your feed at https://&amp;lt;minemeld ip address&amp;gt;/feeds/source-output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;luigi&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 07:21:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/128875#M98606</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-11-25T07:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129064#M98607</link>
      <description>&lt;P&gt;It works now after changiung direction and share level. 'request system external..' still shows server error, but I can see the ip addresses dropped in logs by the rule using my&amp;nbsp;MineMeld-source-List&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;admin@MR-DC1-PFWP02(active)&amp;gt; request system external-list show type ip name MineMeld-source-List 

Server error : entry not found&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2016 12:22:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129064#M98607</guid>
      <dc:creator>niuk</dc:creator>
      <dc:date>2016-11-26T12:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129065#M98608</link>
      <description>&lt;P&gt;One more thing, I updated my&amp;nbsp;&lt;SPAN&gt;MineMeld-source-List but on firewall I can see that&amp;nbsp;&lt;/SPAN&gt;'EDL(MineMeld-source-List) No changes to list file' ? And it is not working for updated IP (I reloaded indicator list)&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2016 13:40:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129065#M98608</guid>
      <dc:creator>niuk</dc:creator>
      <dc:date>2016-11-26T13:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129111#M98609</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11481"&gt;@niuk﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;- check with the browser going directly to "https://&amp;lt;minemeld ip address&amp;gt;/feeds/source-output", do you see all the indicators you have creted ? If not:&lt;/P&gt;
&lt;P&gt;- check inside the&amp;nbsp;MineMeld logs with the following query: "source:source-output&amp;nbsp;op:DROP_UPDATE" to see if some indicators have been dropped by the feed&lt;/P&gt;
&lt;P&gt;- check if the EDL object is point to the right URL (https://&amp;lt;minemeld ip address&amp;gt;/feeds/source-output)&lt;/P&gt;
&lt;P&gt;- check inside the ms.log on PAN-OS for errors around EDL download&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luigi&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 20:50:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129111#M98609</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-11-27T20:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129112#M98610</link>
      <description>&lt;P&gt;&lt;SPAN&gt;- "https://&amp;lt;minemeld ip address&amp;gt;/feeds/source-output" is showing&amp;nbsp;all the indicators I creted&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;10.199.107.10-10.199.107.10
192.168.3.0-192.168.3.255&lt;/PRE&gt;
&lt;P&gt;- &amp;nbsp;nothing in&amp;nbsp;&lt;SPAN&gt;"source:source-output&amp;nbsp;op:DROP_UPDATE" but .. logs don't go too far because I receiverd Error receiving outputs Metrics internal error and restarted server&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-&amp;nbsp;the EDL object &amp;nbsp;points to the right URL&amp;nbsp;I can test it with button click and as I said it is working fine for&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;192.168.3.0-192.168.3.255&lt;/PRE&gt;
&lt;P&gt;but not for &amp;nbsp;which was added later, after feed created&lt;/P&gt;
&lt;PRE&gt;10.199.107.10-10.199.107.10&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I 've noticed that after restarting MineMeld I have all Indicatiors blocked correctly by firewall. It happened to me that I had to restart server second time, practically every 2 days (I've got this internal error second time).&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 21:24:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129112#M98610</guid>
      <dc:creator>niuk</dc:creator>
      <dc:date>2016-11-27T21:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129116#M98611</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11481"&gt;@niuk﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;logs are stored on disk, you don't lose them with restarts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you send me your /opt/minemeld/log/minemeld-engine.log and /opt/minemeld/log/minemeld-web.log files in a zip at lmori@paloaltonetworks.com ? I'd like to give a look at the internal errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;luigi&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2016 21:30:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/129116#M98611</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-11-27T21:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create my list of blocked IPs for firewall to feed from ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/132295#M98612</link>
      <description>&lt;P&gt;The error message&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Server error : entry not found&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is most likely caused by not setting the vsys, if you do,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; set system setting target-vsys vsys1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should work.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 16:38:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-create-my-list-of-blocked-ips-for-firewall-to-feed-from/m-p/132295#M98612</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2016-12-09T16:38:13Z</dc:date>
    </item>
  </channel>
</rss>

