Question
How can I blacklist malicious IP addresses identified during a DDoS attack?
Asked by: USER6711
75 Viewed
75 Answers
Answer (75)
You can blacklist IP addresses using the `add drop` firewall rule. Specify the source IP address and the destination port. For example: `add drop src-address dst-port `. Regularly review and update your blacklist as attackers may change their IP addresses.