mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
fw-addr-lists: add lists from abuse.ch in config
This commit is contained in:
@ -12,7 +12,8 @@ Description
|
|||||||
This script downloads, imports and updates firewall address-lists. Its main
|
This script downloads, imports and updates firewall address-lists. Its main
|
||||||
purpose is to block attacking ip addresses, spam hosts, command-and-control
|
purpose is to block attacking ip addresses, spam hosts, command-and-control
|
||||||
servers and similar malicious entities. The default configuration contains
|
servers and similar malicious entities. The default configuration contains
|
||||||
a list from [dshield.org](https://dshield.org/).
|
lists from [abuse.ch](https://abuse.ch/) and
|
||||||
|
[dshield.org](https://dshield.org/).
|
||||||
|
|
||||||
The address-lists are updated in place, so after initial import you will not
|
The address-lists are updated in place, so after initial import you will not
|
||||||
see situation when the lists are not populated.
|
see situation when the lists are not populated.
|
||||||
|
@ -89,6 +89,10 @@
|
|||||||
"block"={
|
"block"={
|
||||||
# { url="https://eworm.de/ros/fw-addr-lists/block";
|
# { url="https://eworm.de/ros/fw-addr-lists/block";
|
||||||
# cert="R3" };
|
# cert="R3" };
|
||||||
|
{ url="https://feodotracker.abuse.ch/downloads/ipblocklist_recommended.txt";
|
||||||
|
cert="GlobalSign Atlas R3 DV TLS CA 2022 Q3" };
|
||||||
|
{ url="https://sslbl.abuse.ch/blacklist/sslipblacklist.txt";
|
||||||
|
cert="GlobalSign Atlas R3 DV TLS CA 2022 Q3" };
|
||||||
{ url="https://www.dshield.org/block.txt"; cidr="/24";
|
{ url="https://www.dshield.org/block.txt"; cidr="/24";
|
||||||
cert="R3" };
|
cert="R3" };
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user