Welcome, Guest. Please Login or Register.
October 04, 2024, 03:21:26 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Error log... Attack or robot « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Error log... Attack or robot  (Read 411 times)
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Error log... Attack or robot
« on: March 10, 2003, 03:27:06 AM »
Reply with quote

In my error logs I will see long strings of the same IP causing hundreds of error in a row. They are tying to send IM's or enable notifications. It is always as "Guest".  Stupid robot or attack? "128";"1030488605";"Guest";"193.231.6.45";"/Forum/index.php?action=mlall";"Sorry, you must register before using this feature."
"129";"1030488614";"Guest";"193.231.6.45";"/Forum/index.php?board=;action=imsend;to=Nerd";"Instant Messaging is only for members"
"130";"1030488634";"Guest";"193.231.6.45";"/Forum/index.php?board=13;action=display;threadid=39";"This topic doesn't exist on this board."

[snip 145 lines]

"275";"1030488954";"Guest";"193.231.6.45";"/Forum/index.php?board=5;action=notify;threadid=3;start=";"This service is only for members..."
"276";"1030488954";"Guest";"193.231.6.45";"/Forum/index.php?board=5;action=imsend;to=Waffle";"Instant Messaging is only for members"
"277";"1030488954";"Guest";"193.231.6.45";"/Forum/index.php?board=5;action=notify;threadid=4;start=";"This service is only for members..."
If this is a robot how do I craft a robots.txt to keep them from doing this while still allowing them to index the site?

Thanks!
Logged
Daniel Hofverberg
YaBB God
*****
Posts: 582


WWW
Re:Error log... Attack or robot
« Reply #1 on: March 12, 2003, 07:59:14 PM »
Reply with quote

The IP address 193.231.6.45 does not seem to belong to any known spider (at least not a legitimate one) - A whois search comes back as belonging to Technical University of Iasi, Romania...


Logged
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:Error log... Attack or robot
« Reply #2 on: March 12, 2003, 08:31:49 PM »
Reply with quote

Yeah, and that's not the only IP doing this. None of them trace to any known robot. SOOO, what do I do? They never seem to use the same IP twice so blocking IP's in HTACCESS won't work. Is there some way I can limit the number of "clicks" from a certain IP to 2 or 3 per minute?

64.140.49.69 (Colorado, USA)
68.0.189.98 (Georgia, USA)
217.136.141.170 (Netherlands)
80.181.133.99 (Netherlands)
80.200.99.140 (Netherlands)
194.181.60.126 (Netherlands)

All these in the past few days. The ramdomness of the IPs and the constant nature of the attack seems to indicate the IPs are spoofed.
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Error log... Attack or robot
« Reply #3 on: March 12, 2003, 09:59:10 PM »
Reply with quote

You should realize that there are unregistered spiders, and "home made" spiders made in php, perl, and asp.

So it could be someone spidering your site collecting your members e-mail addresses, or they could be doing a web archive or something... or even a tiny search engine. I don't know if there is a real way to figure it out.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:Error log... Attack or robot
« Reply #4 on: March 12, 2003, 10:07:48 PM »
Reply with quote

OK, the dirty rotten so-'n-so I fix them. I hacked a bit in display.php

If anybody's interested I added ... if($username != "Guest") ... Around the contact and notification stuff. That will keep guests form seeing emails and should keep the spider from "clicking" a thousand links.

Actually this probably should be in the main code. Guests don't really have any busuness bugging members any way.
« Last Edit: March 12, 2003, 10:08:22 PM by Nerd3d » Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Error log... Attack or robot
« Reply #5 on: March 12, 2003, 11:15:52 PM »
Reply with quote

agree
i think there's already a mod to hide one's mail address link
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Dr_Michael
Sr. Member
****
Posts: 317


Hellenic web

WWW
Re:Error log... Attack or robot
« Reply #6 on: March 15, 2003, 03:06:12 PM »
Reply with quote

Quote from: Nerd3d on March 12, 2003, 10:07:48 PM
OK, the dirty rotten so-'n-so I fix them. I hacked a bit in display.php

If anybody's interested I added ... if($username != "Guest") ... Around the contact and notification stuff. That will keep guests form seeing emails and should keep the spider from "clicking" a thousand links.

Actually this probably should be in the main code. Guests don't really have any busuness bugging members any way.

Can you please give me some more info?
Logged

David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Error log... Attack or robot
« Reply #7 on: March 15, 2003, 07:13:57 PM »
Reply with quote

Quote from: Nerd3d on March 12, 2003, 10:07:48 PM
OK, the dirty rotten so-'n-so I fix them. I hacked a bit in display.php

If anybody's interested I added ... if($username != "Guest") ... Around the contact and notification stuff. That will keep guests form seeing emails and should keep the spider from "clicking" a thousand links.

Actually this probably should be in the main code. Guests don't really have any busuness bugging members any way.
Ooh, I like this idea.
Logged

Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:Error log... Attack or robot
« Reply #8 on: March 15, 2003, 08:27:42 PM »
Reply with quote

OK, I've made what I did into a MOD. This works with BoardMod from www.boardmod.org This is only tested on 1.4.1 and it's very beta. Handle with care, backup your files!

ShooBot_v0.1.mod

The ShooBot mod hides email and IM functions from guest users, this keeps email bots from harvesting your user's email addresses.

If you use this please let me know if it works, or if it doesn't.
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:Error log... Attack or robot
« Reply #9 on: March 15, 2003, 08:56:21 PM »
Reply with quote

It would be a good idea to have it so that when guest posting is off any link that would lead the guest to posting, quoting, etc doesn't appear.

I've done this on my board and it cuts down the size of error log by quite a bit.
« Last Edit: March 15, 2003, 08:56:39 PM by Gobalopper » Logged
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:Error log... Attack or robot
« Reply #10 on: March 15, 2003, 09:10:25 PM »
Reply with quote

Humm... Hadn't thought of that. (I allow guests to post on my board) I look at that to add to this mod later.

To save fishing around, does anybody know the name of the variable for guest posting?
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:Error log... Attack or robot
« Reply #11 on: March 15, 2003, 09:16:05 PM »
Reply with quote

$enable_guestposting
Logged
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:Error log... Attack or robot
« Reply #12 on: March 16, 2003, 02:28:35 AM »
Reply with quote

OK it posted as a beta now, with the changes Gobalopper suggested. the thread is here:

http://www.yabbse.org/community/index.php?board=158;action=display;threadid=20204
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Error log... Attack or robot « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.091 seconds with 21 queries.