This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #script firewal mikrotik SYN/SYN-ACK Flooding | |
| Berikut adalah script firewall MikroTik untuk melindungi dari serangan SYN/SYN-ACK Flooding: | |
| Script 1: Basic SYN Flood Protection | |
| text | |
| /ip firewall filter | |
| add action=drop chain=input protocol=tcp tcp-flags=syn connection-state=new \ | |
| src-address-list=SYN_ATTACKERS comment="Drop SYN packets from known attackers" | |
| add action=add-src-to-address-list address-list=SYN_ATTACKERS address-list-timeout=5m \ |