<?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 MineMeld Speedtest.net host mining in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-speedtest-net-host-mining/m-p/212384#M97878</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;managed to install MineMeld on-prem and are playing around with it now. As a first task I'd like to setup a domain feed delivering SpeedTest.net hosts from countries we deployed Palo Alto firewalls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Setting up the miner, a domain aggregator and an output worked, no problem there. We download the full hosts list from &lt;A href="http://c.speedtest.net/speedtest-servers-static.php" target="_blank"&gt;http://c.speedtest.net/speedtest-servers-static.php&lt;/A&gt; and pass it through to an output feed. However, I don't need all the 7k+ hosts mined. Only those with specific two-digit country codes, such as "CH" or "US". That information is also present in the mined XML file and&amp;nbsp;I tried to&amp;nbsp;fetch this information using "fields" in the input config (field 'countrycode'):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;age_out:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; default: null&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; interval: 631&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; sudden_death: true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;attributes:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; confidence: 100&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; direction: inbound&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; share_level: green&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; type: domain&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;fields:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; country:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; regex: country="([\w\s]*)"&lt;/FONT&gt;&lt;BR /&gt; &lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; transform: \1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; countrycode:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; regex: cc="(\w){2}"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; transform: \1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ignore_regex: ^\&amp;lt;settings\&amp;gt;|^\&amp;lt;servers\&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;indicator:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; regex: host="(.*):8080"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; transform: \1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;interval: 3307&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;source_name: speedtest.hosts&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;url: &lt;A href="http://c.speedtest.net/speedtest-servers-static.php" target="_blank"&gt;http://c.speedtest.net/speedtest-servers-static.php&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Now I want to filter for this 'countrycode' field in the output node and created a new prototype for this (condition #2):&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT face="courier new,courier"&gt;infilters:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- actions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - accept&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; conditions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - __method == 'withdraw'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; name: accept withdraws&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- actions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - accept&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; conditions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - countrycode == 'CH'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - share_level == 'green'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; name: accept share level green&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- actions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - drop&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; name: drop all&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Result: 0 indicators in that output feed. Thanks for any hints on this. I'd like to avoid creating a miner for every country.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Oliver&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 May 2018 07:39:34 GMT</pubDate>
    <dc:creator>oschuler</dc:creator>
    <dc:date>2018-05-01T07:39:34Z</dc:date>
    <item>
      <title>MineMeld Speedtest.net host mining</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-speedtest-net-host-mining/m-p/212384#M97878</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;managed to install MineMeld on-prem and are playing around with it now. As a first task I'd like to setup a domain feed delivering SpeedTest.net hosts from countries we deployed Palo Alto firewalls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Setting up the miner, a domain aggregator and an output worked, no problem there. We download the full hosts list from &lt;A href="http://c.speedtest.net/speedtest-servers-static.php" target="_blank"&gt;http://c.speedtest.net/speedtest-servers-static.php&lt;/A&gt; and pass it through to an output feed. However, I don't need all the 7k+ hosts mined. Only those with specific two-digit country codes, such as "CH" or "US". That information is also present in the mined XML file and&amp;nbsp;I tried to&amp;nbsp;fetch this information using "fields" in the input config (field 'countrycode'):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;age_out:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; default: null&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; interval: 631&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; sudden_death: true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;attributes:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; confidence: 100&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; direction: inbound&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; share_level: green&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; type: domain&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;fields:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; country:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; regex: country="([\w\s]*)"&lt;/FONT&gt;&lt;BR /&gt; &lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; transform: \1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; countrycode:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; regex: cc="(\w){2}"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; transform: \1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ignore_regex: ^\&amp;lt;settings\&amp;gt;|^\&amp;lt;servers\&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;indicator:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; regex: host="(.*):8080"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; transform: \1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;interval: 3307&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;source_name: speedtest.hosts&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;url: &lt;A href="http://c.speedtest.net/speedtest-servers-static.php" target="_blank"&gt;http://c.speedtest.net/speedtest-servers-static.php&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Now I want to filter for this 'countrycode' field in the output node and created a new prototype for this (condition #2):&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT face="courier new,courier"&gt;infilters:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- actions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - accept&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; conditions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - __method == 'withdraw'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; name: accept withdraws&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- actions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - accept&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; conditions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - countrycode == 'CH'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - share_level == 'green'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; name: accept share level green&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;- actions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; - drop&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; name: drop all&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Result: 0 indicators in that output feed. Thanks for any hints on this. I'd like to avoid creating a miner for every country.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Oliver&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 07:39:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-speedtest-net-host-mining/m-p/212384#M97878</guid>
      <dc:creator>oschuler</dc:creator>
      <dc:date>2018-05-01T07:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: MineMeld Speedtest.net host mining</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-speedtest-net-host-mining/m-p/212957#M97879</link>
      <description>&lt;P&gt;Implemented the following solution now. Filtering all the countries we need directly in the input node. However, it&amp;nbsp;could be desirable to filter the output instead of input.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;age_out:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; default: null&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; interval: last_seen+900&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; sudden_death: true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;attributes:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; confidence: 100&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; direction: inbound&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; share_level: green&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; type: domain&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ignore_regex: ^\&amp;lt;settings\&amp;gt;|^\&amp;lt;servers\&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;indicator:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; regex: cc="(CH|US|&amp;lt;some more countries&amp;gt;)".*host="(.*):8080"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; transform: \2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;interval: 86400&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;source_name: speedtest.hosts&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;url: &lt;A href="http://c.speedtest.net/speedtest-servers-static.php" target="_blank"&gt;http://c.speedtest.net/speedtest-servers-static.php&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 14:26:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-speedtest-net-host-mining/m-p/212957#M97879</guid>
      <dc:creator>oschuler</dc:creator>
      <dc:date>2018-05-03T14:26:26Z</dc:date>
    </item>
  </channel>
</rss>

