怎知道主機有沒有被攻擊 - BBS
By Mia
at 2008-03-26T20:44
at 2008-03-26T20:44
Table of Contents
※ 引述《ssagit (自分らしく)》之銘言:
: ※ 引述《appleboy46 (我是道明柏毅)》之銘言:
: : 不必用這個擋法吧~ 利用 robots.txt 或者是 .htaccess 就可以了~
: : 參考一下這篇:http://blog.wu-boy.com/2007/06/20/110/
: 有很多 spider 是不管 robots.txt 的,
: 特別是對岸的那幾個....
: .htaccess 的原理和 httpd.conf 裡的設定一樣,
: 不過看主機是不是自己管的,
: 如果不是的話, 就沒有權力動到 httpd.conf,
: 該虛擬目錄也不見得可以使用 .htaccess .....
我剛打剛access_log看
看到底下這些資訊 我截取一段出來而已
那這樣的話 就是被spider狂捉的關係嗎?
69.13.187.191 - - [10/May/2006:19:50:11 +0000] "GET //README HTTP/1.1" 404 -
69.13.187.191 - - [10/May/2006:19:50:11 +0000] "GET //README HTTP/1.1" 404 -
69.13.187.191 - - [10/May/2006:19:50:11 +0000] "GET /horde//README HTTP/1.1"
404 -
4.245.182.247 - - [26/Mar/2008:09:20:44 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:21:00 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:21:27 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:22:38 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:23:51 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:23:58 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:24:11 +0000] "-" 408 -
127.0.0.1 - - [26/Mar/2008:09:25:04 +0000] "GET /whm-server-status HTTP/1.0"
200 55843
4.245.182.247 - - [26/Mar/2008:09:26:18 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:26:41 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:26:49 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:26:52 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:28:10 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:28:14 +0000] "-" 408 -
127.0.0.1 - - [26/Mar/2008:09:28:43 +0000] "GET / HTTP/1.0" 200 2860
4.245.182.247 - - [26/Mar/2008:09:28:50 +0000] "-" 408 -
127.0.0.1 - - [26/Mar/2008:09:30:48 +0000] "GET /whm-server-status HTTP/1.0"
200 57313
127.0.0.1 - - [26/Mar/2008:09:35:04 +0000] "GET /whm-server-status HTTP/1.0"
200 57287
127.0.0.1 - - [26/Mar/2008:09:37:47 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:09:40:10 +0000] "GET /whm-server-status HTTP/1.0"
200 57431
127.0.0.1 - - [26/Mar/2008:09:45:11 +0000] "GET /whm-server-status HTTP/1.0"
200 57195
127.0.0.1 - - [26/Mar/2008:09:46:29 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:09:50:34 +0000] "GET /whm-server-status HTTP/1.0"
200 57025
127.0.0.1 - - [26/Mar/2008:09:55:02 +0000] "GET /whm-server-status HTTP/1.0"
200 57290
127.0.0.1 - - [26/Mar/2008:09:55:10 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:10:00:07 +0000] "GET /whm-server-status HTTP/1.0"
200 57539
127.0.0.1 - - [26/Mar/2008:10:04:33 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:10:05:12 +0000] "GET /whm-server-status HTTP/1.0"
200 57280
127.0.0.1 - - [26/Mar/2008:10:10:25 +0000] "GET /whm-server-status HTTP/1.0"
200 57479
127.0.0.1 - - [26/Mar/2008:10:15:05 +0000] "GET /whm-server-status HTTP/1.0"
200 57444
127.0.0.1 - - [26/Mar/2008:10:15:13 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:10:20:03 +0000] "GET /whm-server-status HTTP/1.0"
200 57307
--
: ※ 引述《appleboy46 (我是道明柏毅)》之銘言:
: : 不必用這個擋法吧~ 利用 robots.txt 或者是 .htaccess 就可以了~
: : 參考一下這篇:http://blog.wu-boy.com/2007/06/20/110/
: 有很多 spider 是不管 robots.txt 的,
: 特別是對岸的那幾個....
: .htaccess 的原理和 httpd.conf 裡的設定一樣,
: 不過看主機是不是自己管的,
: 如果不是的話, 就沒有權力動到 httpd.conf,
: 該虛擬目錄也不見得可以使用 .htaccess .....
我剛打剛access_log看
看到底下這些資訊 我截取一段出來而已
那這樣的話 就是被spider狂捉的關係嗎?
69.13.187.191 - - [10/May/2006:19:50:11 +0000] "GET //README HTTP/1.1" 404 -
69.13.187.191 - - [10/May/2006:19:50:11 +0000] "GET //README HTTP/1.1" 404 -
69.13.187.191 - - [10/May/2006:19:50:11 +0000] "GET /horde//README HTTP/1.1"
404 -
4.245.182.247 - - [26/Mar/2008:09:20:44 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:21:00 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:21:27 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:22:38 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:23:51 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:23:58 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:24:11 +0000] "-" 408 -
127.0.0.1 - - [26/Mar/2008:09:25:04 +0000] "GET /whm-server-status HTTP/1.0"
200 55843
4.245.182.247 - - [26/Mar/2008:09:26:18 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:26:41 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:26:49 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:26:52 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:28:10 +0000] "-" 408 -
4.245.182.247 - - [26/Mar/2008:09:28:14 +0000] "-" 408 -
127.0.0.1 - - [26/Mar/2008:09:28:43 +0000] "GET / HTTP/1.0" 200 2860
4.245.182.247 - - [26/Mar/2008:09:28:50 +0000] "-" 408 -
127.0.0.1 - - [26/Mar/2008:09:30:48 +0000] "GET /whm-server-status HTTP/1.0"
200 57313
127.0.0.1 - - [26/Mar/2008:09:35:04 +0000] "GET /whm-server-status HTTP/1.0"
200 57287
127.0.0.1 - - [26/Mar/2008:09:37:47 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:09:40:10 +0000] "GET /whm-server-status HTTP/1.0"
200 57431
127.0.0.1 - - [26/Mar/2008:09:45:11 +0000] "GET /whm-server-status HTTP/1.0"
200 57195
127.0.0.1 - - [26/Mar/2008:09:46:29 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:09:50:34 +0000] "GET /whm-server-status HTTP/1.0"
200 57025
127.0.0.1 - - [26/Mar/2008:09:55:02 +0000] "GET /whm-server-status HTTP/1.0"
200 57290
127.0.0.1 - - [26/Mar/2008:09:55:10 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:10:00:07 +0000] "GET /whm-server-status HTTP/1.0"
200 57539
127.0.0.1 - - [26/Mar/2008:10:04:33 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:10:05:12 +0000] "GET /whm-server-status HTTP/1.0"
200 57280
127.0.0.1 - - [26/Mar/2008:10:10:25 +0000] "GET /whm-server-status HTTP/1.0"
200 57479
127.0.0.1 - - [26/Mar/2008:10:15:05 +0000] "GET /whm-server-status HTTP/1.0"
200 57444
127.0.0.1 - - [26/Mar/2008:10:15:13 +0000] "GET / HTTP/1.0" 200 2860
127.0.0.1 - - [26/Mar/2008:10:20:03 +0000] "GET /whm-server-status HTTP/1.0"
200 57307
--
Tags:
BBS
All Comments
Related Posts
怎知道主機有沒有被攻擊
By Skylar Davis
at 2008-03-26T19:34
at 2008-03-26T19:34
怎知道主機有沒有被攻擊
By Edward Lewis
at 2008-03-26T19:23
at 2008-03-26T19:23
關於 php5 的怪問題
By Caroline
at 2008-03-26T19:03
at 2008-03-26T19:03
怎知道主機有沒有被攻擊
By Elvira
at 2008-03-26T18:29
at 2008-03-26T18:29
關於 php5 的怪問題
By Genevieve
at 2008-03-26T18:26
at 2008-03-26T18:26