Rehber Teamspeak 3 TS3INIT1 Saldırısı Engelleme

Katılım
3 Haz 2021
Mesajlar
41
En iyi cevaplar
0
Puanları
190
Ödüller
3
Teamspeak 3 TS3INIT1 saldırısı engelleme

iptables -A INPUT -p udp --dport 9987 -m string --string "TS3INIT1" --algo kmp -m hashlimit --hashlimit-above 3/s --hashlimit-burst 3 --hashlimit-mode srcip --hashlimit-name ts3init1 -m recent --name KEJFW --set -j DROP

iptables -A INPUT -m conntrack --ctstate NEW -m string ! --string "TS3INIT1" --algo kmp -m length ! --length 62 -m hashlimit --hashlimit-above 1/s --hashlimit-burst 1 --hashlimit-mode srcip --hashlimit-name KEJFW -m recent --name KEJFW --set -j DROP

iptables -A INPUT -p udp --dport 9987 -m string --string "TS3INIT1" --algo kmp -j ACCEPT
 
Üst