Alan Orth
8dd7663b3c
This adds Abuse.sh's list of IPs using blacklisted SSL certificates to nftables. These IPs are high confidence indicators of compromise and we should not route them. The list is updated daily by a systemd timer. See: https://sslbl.abuse.ch/blacklist/
6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
#!/usr/sbin/nft -f
|
|
|
|
define ABUSECH_IPV4 = {
|
|
192.168.254.254
|
|
}
|