mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Remove discontinued Ransomware Tracker lists
This commit is contained in:
parent
7910ee0874
commit
75ec3a246c
1 changed files with 0 additions and 12 deletions
|
|
@ -66,18 +66,6 @@ local BUILTIN_LISTS = {
|
|||
format = "ip",
|
||||
enabled = true,
|
||||
update_interval = DEFAULT_UPDATE_INTERVAL,
|
||||
}, ["Ransomware Domain Blocklist"] = {
|
||||
url = "https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
format = "domain",
|
||||
enabled = true,
|
||||
update_interval = DEFAULT_UPDATE_INTERVAL,
|
||||
}, ["Ransomware IP Blocklist"] = {
|
||||
url = "https://ransomwaretracker.abuse.ch/downloads/RW_IPBL.txt",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
format = "ip",
|
||||
enabled = false, -- Medium False Positive rate
|
||||
update_interval = DEFAULT_UPDATE_INTERVAL,
|
||||
}, ["Feodo Tracker Botnet C2 IP Blocklist"] = {
|
||||
url = "https://feodotracker.abuse.ch/downloads/ipblocklist.txt",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue