From 81027d3e4c5cfb6d14808b6be0c35aa40bfd35eb Mon Sep 17 00:00:00 2001 From: mafoo Date: Thu, 9 Jun 2016 14:31:38 +0100 Subject: [PATCH] Enhance-Add new bots added a couple more persistent bots --- debian/resources/iptables.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/resources/iptables.sh b/debian/resources/iptables.sh index 44ab9c0..749948e 100755 --- a/debian/resources/iptables.sh +++ b/debian/resources/iptables.sh @@ -7,6 +7,8 @@ echo "Configure IPTables" iptables -N sip iptables -A sip -j DROP -m string --string "friendly-scanner" --algo bm iptables -A sip -j DROP -m string --string "sipcli/" --algo bm +iptables -A sip -j DROP -m string --string "VaxSIPUserAgent" --algo bm +iptables -A sip -j DROP -m string --string "sipvicious" --algo bm iptables -A sip -j ACCEPT iptables -A INPUT -i lo -j ACCEPT iptables -A INPUT -j sip -p tcp -m multiport --dports 5060,5061,5080,5081 -m comment --comment "SIP tcp"