|
|
|
|
|
#3 (permalink) |
|
Serious Contributor
Join Date: Dec 2006
Location: who wants me?
Posts: 734
|
I wonder what is the fastest way to block IP on, for example, 50 domains...
__________________
POWERED BY REPLICATORS
|
|
|
|
|
|
#4 (permalink) | |
|
I love AskDamageX.com
Join Date: Jul 2008
Location: California
Posts: 105
|
Quote:
Code:
iptables -I INPUT -s 71.134.251.13 -j DROP Code:
netstat -na |grep ":80" |awk '{print $5}'|cut -d: -f 1 |sort | uniq -c | sort -nk 1
Code:
1 0.0.0.0
1 65.55.106.xxx
1 67.195.37.xxx
1 72.232.199.xxx
1 75.23.45.xx
1 84.31.174.xxx
2 194.8.75.x
2 65.13.182.xx
3 194.126.180.xxx
4 59.95.192.xx
38 91.192.115.xx
)mod_evasive is a great Apache module for auto-banning abusive IPs as well. ![]() Last edited by NoMercy; July 4th, 2009 at 01:07 AM. Reason: added quote |
|
|
|
|
|
|
#6 (permalink) | |
|
There are no words
Join Date: Apr 2007
Location: Canada
Posts: 1,526
|
Quote:
![]() Anyways, I might not have caught this one if I didn't turn on spam protection in ST after all the talk of link spamming in the Google penalty thread. |
|
|
|
|
![]() |
| Thread Tools | |
|
|