mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Updated black lists with the ntop meltdown
This commit is contained in:
parent
465404b5e5
commit
f006b7304d
1 changed files with 13 additions and 1 deletions
|
|
@ -31,7 +31,19 @@ local is_nedge = ntop.isnEdge()
|
|||
-- [hosts] 127.0.0.1 1.2.3.4
|
||||
--
|
||||
local BUILTIN_LISTS = {
|
||||
["Emerging Threats"] = {
|
||||
["ntop IP Malware Meltdown"] = {
|
||||
url = "http://blacklists.ntop.org/blacklist-ip.list",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
format = "ip",
|
||||
enabled = true,
|
||||
update_interval = DEFAULT_UPDATE_INTERVAL,
|
||||
}, ["ntop Host Malware Meltdown"] = {
|
||||
url = "http://blacklists.ntop.org/blacklist-hostnames.list",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
format = "host",
|
||||
enabled = true,
|
||||
update_interval = DEFAULT_UPDATE_INTERVAL,
|
||||
}, ["Emerging Threats"] = {
|
||||
url = "https://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
format = "ip",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue