ddos

  1. Aknot

    PF Over 589 000 IP addresses from a DDoS attack in a text file

    I have collected over 589 000 IP addresses from a DDoS attack in a text file. It's collected from /var/log/httpd-access.log with awk, like this: awk '$11 == "404" && index($9, "/url-being-attacked") {print $1}' /var/log/httpd-access.log | sort -n >> /usr/local/etc/pf.ip.ddos.list Then I'm...
  2. E

    IPFW DDos Attack to port 443

    Hello All, I’m using my FreeBSD device as a gateway, and lately I’ve been receiving a large number of attacks on port 443 from many different IP addresses. I have web server behind gateway. After some time, I can no longer access the device via SSH or other methods. I’m using IPFW as the...
  3. sixpiece

    Fail 2 Ban error and how to get it to work ...

    https://termbin.com/yxu8 Having trouble to get fail2ban to work https://termbin.com/o7k6 there are no bans taking place and the same ips keep at it and I can't stop them I don't know what to do ... pf and ipfw and the other things are complicated... in freebsd and there's so many rules and...
  4. madwebness

    Other How to set up a local alternative to CloudFlare with FreeBSD?

    CloudlFlare is bad. I won't go into too many details, but those who understand -- understand. The goal is to see if it can be replaced for less or equal money and -- in case it can be done -- to understand exactly how to approach this task. Why replace Cloudflare (tl;dr version) My estimate of...
Back
Top