ddos attack

  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. USerID

    Cattle mortality: why is everything dying at once?

    I'm not writing this to troll. I read reviews on "The Register" and don't understand why the attacks have such severe consequences? Why isn't the security paradigm for critical infrastructure being rebuilt? Why do convenience and comfort dominate over security system add-ons? Why is the entire...
  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...
Back
Top