From jungle-boogie, 7 Years ago, written in FreeSWITCH.
- view diff
Embed
  1. iptables -I INPUT -j DROP -p udp --dport 5060 -m string --string "VaxSIPUserAgent" --algo bm
  2. iptables -I INPUT -j DROP -p udp --dport 5060 -m string --string "friendly-scanner" --algo bm
  3. iptables -I INPUT -j DROP -p udp --dport 5060 -m string --string "sipcli" --algo bm
  4. iptables -I INPUT -j DROP -p udp --dport 5080 -m string --string "VaxSIPUserAgent" --algo bm
  5. iptables -I INPUT -j DROP -p udp --dport 5080 -m string --string "friendly-scanner" --algo bm
  6. iptables -I INPUT -j DROP -p udp --dport 5080 -m string --string "sipcli" --algo bm