D
D
dizzoid2011-11-18 10:26:52
DDoS Protection
dizzoid, 2011-11-18 10:26:52

Protection against Pizzabot / Minerbot

Hello, we got into the list of villains (only deny all fought back; for the victim. Maybe someone was also “lucky” and successfully solved the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Perkov, 2011-11-18
@Perkov

There was something similar. There was no time to understand - a knee crutch
IT was invented in crowns for every 5 minutes.
#!/bin/sh
tcpdump -c 20000 -n -i en0 dst host HOST and dst port 80> /var/tcpdump.log
cat /var/tcpdump.log | cut -d' ' -f3 | cut-d'.' -f1,2,3,4 | sort | uniq -c | sort -r -n > /var/block.txt
cat /var/block.txt | while read tt ip; do
if [ "$tt" -ge "70" ]; then
ipfw table 50 add $ip
fi
done
plus the line
ipfw add 1 deny ip from table\(50\) to me 80
prevented the service from crashing at the time.
you can also offer nginx in reverse mode with the return of statics past Apache, plus user agent filtering, plus a bunch of everything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question