mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added URLhaus to category lists
This commit is contained in:
parent
4fa925a4c4
commit
c7bd604a19
1 changed files with 6 additions and 0 deletions
|
|
@ -99,6 +99,12 @@ local BUILTIN_LISTS = {
|
|||
format = "hosts",
|
||||
enabled = true,
|
||||
update_interval = DEFAULT_UPDATE_INTERVAL,
|
||||
}, ["Abuse.ch URLhaus"] = {
|
||||
url = "https://urlhaus.abuse.ch/downloads/hostfile/",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
format = "hosts",
|
||||
enabled = true,
|
||||
update_interval = DEFAULT_UPDATE_INTERVAL,
|
||||
}, ["Disconnect.me Simple Ad List"] = {
|
||||
url = "https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt",
|
||||
category = CUSTOM_CATEGORY_ADVERTISEMENT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue