vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   My board is under attack (https://vborg.vbsupport.ru/showthread.php?t=56009)

TLCanna 08-08-2003 01:20 PM

My board is under attack
 
There has been some sort of web crawler or web bot that has been going through my board for the last week. It's logged in as a guest. It attempts to try every function on the board and it's IP always begines with 66.196.72.*

Here is how I have tried to get rid of it, but nothing has worked.

1.) I tried to do a partial ban thru control panel.

2.) I added some code to redirect it:

if (substr($REMOTE_ADDR, 0, 9) == "66.196.75"){
header("Location: http://www.google.com/");
exit;
}


Nothing will phase it. Help me please!


https://vborg.vbsupport.ru/external/2003/08/4.gif

assassingod 08-08-2003 01:22 PM

It's either a bot, or you are getting a DoS attack (Which has happened to a view boards recently)

ImportPassion 08-08-2003 01:26 PM

it's the inktomi spider.
you don't want your pages indexed?

you could put something like this in the htaccess in the root

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} ^inktomi.* [NC]
RewriteRule .* http://www.google.com/ [L,R]

you will need to find out what
RewriteCond %{HTTP_USER_AGENT} ^inktomi.* [NC]
should be tho.

filburt1 08-08-2003 01:29 PM

It's Inktomi, which I quite well recognize by now. I bet you $100 that it's still on my forums.

Don't ban it. You'd be out of your mind to do so. :)

Erwin 08-09-2003 05:36 AM

Inktomi powers a lot of search engines out there, so be thankful the spider is spidering your forums. :)

PixelFx 08-09-2003 06:26 AM

inktomi spider <-- hit one of my sites a few weeks ago, I had over 56 bots scanning everything, it was a bit scary, I found a script that shows the ip / name of bots scanning sites, so you know who is who, It was on teckwizard, although that site is down now, I'll see if i can clean up the code and post it.

inktomi spider has about 900 veriations of it's self in multiple languages... it usually lasts a few days at the beginning of a month then calms down. Just make sure you setup robots.txt in your site root, that disallows it from scanning private sections of your site and you should be ok ;)

Dean C 08-09-2003 09:36 AM

I didn't know that's what robots.txt did :o?

obiwan8472 08-09-2003 02:00 PM

I had that about a month ago! 56 guests at one point! woohooo! Bots love me. :D

texastodd 08-09-2003 08:27 PM

Had the same problem...they don't conform to the robots.txt

do this...

1. open the header_include template

2. put this in it...

Quote:

<META NAME="ROBOTS" CONTENT="NOINDEX">
3. Sit back and watch them drop like flies

Gary King 08-09-2003 08:38 PM

Don't know why you'd want to stop them though.


All times are GMT. The time now is 08:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01298 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete