Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #50 from treed593/master
Browse files Browse the repository at this point in the history
Adds list of TOR Exit Nodes to Feeds
  • Loading branch information
ninSmith committed Jan 9, 2018
2 parents 43961cc + 822edee commit f4d8807
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions core/conf/feeds/torexit_IP.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

[source]
url=https://torstatus.blutmagie.de/ip_list_exit.php/Tor_ip_list_EXIT.csv
delimiter : ,
beginWithBlank : False
fields : ["ip"]
extraFields :
description : Tor Exit Nodes.
startAt : 0
score : -50
coreIntelligence : ip
validityDate:
useByDate:

[elasticsearch]
typeIntel= tor_exit_nodes

[intel]
ip = {
"mapping" : {
"type": "ip",
"index": "not_analyzed"
}
}

0 comments on commit f4d8807

Please sign in to comment.