| | 748 | |
| | 749 | = 2010-11-30 = |
| | 750 | |
| | 751 | * 新增封鎖 IP - 59.38.32.5 |
| | 752 | * 原因:同時發起 104 個連線 |
| | 753 | {{{ |
| | 754 | jazz@trac-pool:~$ set |
| | 755 | webcheck () |
| | 756 | { |
| | 757 | netstat -na | grep ':80' | grep -v 'LISTEN' | awk '{ print $5 }' | sed 's#:.*##' | sort | uniq -c | sort -n |
| | 758 | } |
| | 759 | jazz@trac-pool:~$ webcheck |
| | 760 | 104 59.38.32.5 |
| | 761 | }}} |
| | 762 | {{{ |
| | 763 | jazz@trac-pool:~$ whois 59.38.32.5 | head |
| | 764 | % [whois.apnic.net node-4] |
| | 765 | % Whois data copyright terms http://www.apnic.net/db/dbcopyright.html |
| | 766 | |
| | 767 | inetnum: 59.32.0.0 - 59.42.255.255 |
| | 768 | netname: CHINANET-GD |
| | 769 | descr: CHINANET Guangdong province network |
| | 770 | descr: China Telecom |
| | 771 | descr: No.31,jingrong street |
| | 772 | descr: Beijing 100032 |
| | 773 | country: CN |
| | 774 | }}} |