BitTigerio 2018-01-11
101.226.166.254 - - [21/Oct/2013:20:34:28 +0800] " GET /movie_cat.php?year=2013 HTTP/1.1" 200 5209 "http://www.baidu.com" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDR; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322; Tablet PC 2.0); 360Spider"
netstat -tan | grep "ESTABLISHED" | grep ":80" | wc -l
netstat -ntu |awk '{print $5}' |sort | uniq -c| sort -n -r 231 ::ffff:127.0.0.1:8095 23 ::ffff:192.168.50.201:5432 2 ::ffff:192.168.50.203:80 1 servers) 1 ::ffff:192.168.50.56:43314 1 ::ffff:192.168.50.21:2996 1 ::ffff:192.168.50.21:2989 1 ::ffff:192.168.50.200:8060 1 ::ffff:192.168.50.12:1300 1 ::ffff:192.168.50.12:1299 1 ::ffff:192.168.50.12:1298 1 ::ffff:127.0.0.1:57933 1 Address 1 192.168.50.41:65310 1 192.168.50.41:64949 1 192.168.50.41:
cat access_log |cut -d ' ' -f 1 |sort |uniq -c | sort -nr | awk '{print $0 }' | head -n 10 |less 14085 121.207.252.122 13753 218.66.36.119 11069 220.162.237.6 1188 59.63.158.118 1025 ::1 728 220.231.141.28 655 114.80.126.139 397 117.25.55.100 374 222.76.112.211 348 120.6.214.70
cat access_log |cut -d ' ' -f 1 |sort |uniq -c | awk '{if ($1 > 100) print $0}'|sort -nr |less 14085 121.207.252.122 13753 218.66.36.119 11069 220.162.237.6 1188 59.63.158.118 1025 ::1 728 220.231.141.28 655 114.80.126.139 397 117.25.55.100 374 222.76.112.211 348 120.6.214.70 252 58.211.82.150 252 159.226.126.21 206 121.204.57.94 192 59.61.111.58 186 218.85.73.40 145 221.231.139.30 134 121.14.148.220 123 222.246.128.220 122 61.147.123.46 119 121.204.105.58 107 116.9.75.237 105 118.123.5.173 .....
cat access_log|grep '12/Nov/2012'|grep "******.htm"|wc|awk '{print $1}'|uniq
cat access_log|awk ‘($NF > 30){print $7}’|sort -n|uniq -c|sort -nr|head -20
cat access_log |awk ‘($NF > 60 && $7~/\.php/){print $7}’|sort -n|uniq -c|sort -nr|head -100
grep "/index.html" access.log | cut –d “ ” –f 4| sort | uniq | wc –l
grep "/index.html" access.log | wc -l
<br /><br /><br />