[threat_intelligence]
auto_update_enabled = true
update_interval_seconds = 3600
feeds_directory = "./threat-feeds"
download_timeout_seconds = 30
[threat_intelligence.feeds.tor_exits]
enabled = true
feed_type = "TorExitNodes"
url = "https://check.torproject.org/torbulkexitlist"
filename = "tor-exits.txt"
format = "PlainText"
[threat_intelligence.feeds.spamhaus_drop]
enabled = true
feed_type = "MaliciousIPs"
url = "https://www.spamhaus.org/drop/drop.txt"
filename = "spamhaus-drop.txt"
format = "PlainText"
[threat_intelligence.feeds.emergingthreats_compromised]
enabled = false
feed_type = "MaliciousIPs"
url = "https://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt"
filename = "emerging-threats-ips.txt"
format = "PlainText"
custom_interval_seconds = 7200
[threat_intelligence.feeds.virustotal_malicious]
enabled = false
feed_type = "MaliciousIPs"
url = "https://www.virustotal.com/api/v3/intelligence/hunting_notification_files"
filename = "virustotal-malicious.json"
format = "Json"
custom_interval_seconds = 1800
[threat_intelligence.feeds.maxmind_proxy_detection]
enabled = false
feed_type = "VpnProxy"
url = "https://download.maxmind.com/app/geoip_download"
filename = "maxmind-proxy-ranges.tar.gz"
format = "Csv"
custom_interval_seconds = 86400