From 2237f0e97e0ef3ed27226b34f8e4597e18acd405 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 8 Jun 2019 00:26:51 -0600 Subject: [PATCH] Update iptables.sh --- centos/resources/iptables.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/centos/resources/iptables.sh b/centos/resources/iptables.sh index abad02d..a13e400 100644 --- a/centos/resources/iptables.sh +++ b/centos/resources/iptables.sh @@ -20,8 +20,10 @@ iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "VaxSIPUse iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "VaxSIPUserAgent/" --algo bm --icase iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "pplsip" --algo bm --icase iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "pplsip" --algo bm --icase -iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "script" --algo bm --icase -iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "script" --algo bm --icase +iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "script " --algo bm --icase +iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "script " --algo bm --icase +iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "system " --algo bm --icase +iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "system " --algo bm --icase iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "exec." --algo bm --icase iptables -A INPUT -j DROP -p tcp --dport 5060:5091 -m string --string "exec." --algo bm --icase iptables -A INPUT -j DROP -p udp --dport 5060:5091 -m string --string "multipart/mixed;boundary" --algo bm --icase