changeset 139:abaf384dc939 puppet-3.6

Block another annoying IP with a firewall rule
author IBBoard <dev@ibboard.co.uk>
date Mon, 09 Jan 2017 21:06:10 +0000
parents 7c3833d96603
children 6eef7cec8658
files manifests/templates.pp
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Sat Dec 17 12:01:55 2016 +0000
+++ b/manifests/templates.pp	Mon Jan 09 21:06:10 2017 +0000
@@ -105,6 +105,13 @@
 		proto => tcp,
 		action => 'reject',
 	}
+	# German server that did 5000+ HEAD requests in <10 days to "/" on one site
+	firewall { '099 Blacklist spammers 3':
+		source => '78.47.182.152',
+		dport => [465, 25],
+		proto => tcp,
+		action => 'reject',
+	}
 	firewall { '099 Blacklist IODC bot':
 		# IODC bot makes too many bad requests, and contact form is broken
 		# They don't publish a robots.txt name, so firewall it!