]> Raphaël G. Git Repositories - tools/commitdiff
Update ips 0.2
authorRaphaël Gertz <git@rapsys.eu>
Fri, 21 Apr 2017 09:25:46 +0000 (11:25 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 21 Apr 2017 09:25:46 +0000 (11:25 +0200)
blacklist

index a31beeedef8644134be88f14a001a81fa025b005..ec10c88e28490e9add39e8a68e73b7546faad22a 100755 (executable)
--- a/blacklist
+++ b/blacklist
@@ -10,7 +10,7 @@ my %ip4s = ();
 my %ip6s = ();
 my @blrule4s = ();
 my @blrule6s = ();
-my $whitelist = qr/^(?:127.|85.68.182.45|195.25.233.49|94.23.226.160|::1|2001:41d0:2:65a0:)/;
+my $whitelist = qr/^(?:127.|5.9.143.173|85.68.182.45|195.25.233.49|::1|2a01:4f8:190:22a6:)/;
 my @userlist = ('rapsys');
 
 # Extract sshd.service scan
@@ -42,8 +42,8 @@ open (my $fh, '<', '/etc/shorewall/blrules') or die "Can't open < /etc/shorewall
 @blrule4s = map { chomp($_); if (/^#/) { $_; } else { (); } } <$fh>;
 
 # Prepend header
+push @blrule4s, "WHITELIST\tnet:5.9.143.173\tall";
 push @blrule4s, "WHITELIST\tnet:85.68.182.45\tall";
-push @blrule4s, "WHITELIST\tnet:94.23.226.160\tall";
 push @blrule4s, "WHITELIST\tnet:195.25.233.49\tall";
 
 # Build blacklist