- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-28-2018 04:24 PM
Is there a miner + documentation on how to get it working for a host file list?
i.e.
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
This tool was recommended by Palo Alto for a project we are working on, howver the documentation on how to actually use it is hard to understand.
01-29-2018 06:07 PM
Hi xhoms,
Thank you,
I can see where I got my miner wrong.
I had the wrong indicator type (URL), I changed it to domain and changed the aggergator to suit.
I have it working now using the stdlib.aggregatorDomain aggregator and the stdlib.feedHCGreen protype for the output.
Again, much appreciated.
DaveC
01-28-2018 11:50 PM
Hi @DatacomNetadmin,
you can use the generic HttpFT class miner for such a lists published through HTTP/S. The following are the steps to mine the list at https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
A- Create a new prototype for StevenBlack's list
age_out: default: null interval: 3600 sudden_death: true attributes: confidence: 100 direction: inbound interval: 3600 share_level: green type: domain ignore_regex: ^# indicator: regex: ^0\.0\.0\.0[\s\t](.*\.[a-z]{2,})$ transform: \1 source_name: StevenBlack url: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
B- Clone the just created prototype into a working node.
Just locate the new prototype in the configuration and use the "Clone" option.
01-29-2018 06:07 PM
Hi xhoms,
Thank you,
I can see where I got my miner wrong.
I had the wrong indicator type (URL), I changed it to domain and changed the aggergator to suit.
I have it working now using the stdlib.aggregatorDomain aggregator and the stdlib.feedHCGreen protype for the output.
Again, much appreciated.
DaveC
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!