Configure a CSV Extractor Configuration File
You use the extractor configuration file to bulk load the threat intelligence enrichment store into HBase.
You use the extractor configuration file to bulk load the threat intelligence enrichment store into HBase.
sudo -s $METRON_HOME
domain | source
threatintel_extractor_config_temp.json at
$METRON_HOME/config and populate it with the threat intelligence
source schema:
{
"config" : {
"columns" : {
"domain" : 0
,"source" : 1
}
,"indicator_column" : "domain"
,"type" : "zeusList"
,"separator" : ","
}
,"extractor" : "CSV"
}
iconv -c -f utf-8 -t ascii threatintel_extractor_config_temp.json -o
threatintel_extractor_config.json