Script for finding China based IP ranges. For blocking entire IP blocks.
#!/bin/bash
url="http://www.apnic.net/apnic-bin/ipv4-by-country.pl?country=cn"
lynx -dump $url | awk '{print $2}' | grep -v mailto | grep -v http | grep -v 2001 | sed '/^$/d'
China Based IP RangesScript for finding China based IP ranges. For blocking entire IP blocks.
#!/bin/bash url="http://www.apnic.net/apnic-bin/ipv4-by-country.pl?country=cn" lynx -dump $url | awk '{print $2}' | grep -v mailto | grep -v http | grep -v 2001 | sed '/^$/d'
|

| Latest Secunia Advisories |
| Secunia collects, evaluates, verifies, and analyses vulnerability information. |
|
| PaulDotCom |
|