Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

Some annoying bots
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Abuse
Author Message
Jason
SearchIRC Developer
SearchIRC Developer


Joined: 03 May 2003
Posts: 1484
Location: Tampa, FL

PostPosted: Nov 17, 2003 2:46pm    Post subject: Reply with quote

$5 domains @ https://domains.ev1servers.net/cgi-bin/manage.cgi
Back to top
Mary
SearchIRC Admin
SearchIRC Admin


Joined: 03 May 2003
Posts: 696

PostPosted: Nov 17, 2003 2:50pm    Post subject: Reply with quote

Some networks change over to irc2.yournetname.net when attacked. Its effective at stopping the bots (at least the first round) but any change like that will keep a certain number of users out too... and again its easy to add another server to a servers.ini file.
Back to top
Michael
none
none


Joined: 18 May 2003
Posts: 48

PostPosted: Nov 17, 2003 3:13pm    Post subject: Reply with quote

Hmm, that's a better possibility.
Back to top
CC
none
none


Joined: 15 Jul 2003
Posts: 6

PostPosted: Nov 17, 2003 6:21pm    Post subject: Reply with quote

I have sorted this problem out on my network.
irc.flamenet.za.net
Back to top
tiko
none
none


Joined: 24 Sep 2003
Posts: 49

PostPosted: Nov 17, 2003 10:13pm    Post subject: Reply with quote

Using a 3rd party module for UnrealIRCd, I have been successful in filtering and killing the spam bots. I did this simply because the author is going to change the spam message eventually, and I'm able to update the search string as needed.
Back to top
Orare
none
none


Joined: 12 May 2003
Posts: 17

PostPosted: Nov 17, 2003 11:20pm    Post subject: Reply with quote

We have resolved the problem on our network also.
Back to top
Howard
none
none


Joined: 16 Nov 2003
Posts: 34

PostPosted: Nov 18, 2003 6:43am    Post subject: Reply with quote

tiko wrote:
Using a 3rd party module for UnrealIRCd, I have been successful in filtering and killing the spam bots. I did this simply because the author is going to change the spam message eventually, and I'm able to update the search string as needed.


Would appreciate the particulars - whose module, where it can be had, etc.

Thank'ee kindly in advance
Back to top
caNcer_b0y
none
none


Joined: 13 Nov 2003
Posts: 11

PostPosted: Nov 20, 2003 11:22am    Post subject: Reply with quote

seeing how tiko has not responded, one thing that we on 7sinz to battle these bots, was tiko coded a "wait period" into nickserv that prevents the bots from registering the nicks.

if gives a 30 second non regitration period, after which it allows registration. as for the 3rd party module. you will need to get that info from tiko. for im not sure what it is Smile
Back to top
Guest






PostPosted: Nov 20, 2003 2:57pm    Post subject: Reply with quote

The module is called adword, by angrywolf. Look it up.
Back to top
zeke
Idler
Idler


Joined: 04 Oct 2003
Posts: 334

PostPosted: Nov 20, 2003 10:14pm    Post subject: Reply with quote

slight correction Razz its called m_adwords or adwords (I had problems searching google for adword - it wouldn't return anything)

http://angrywolf.linktipp.org/modules.php?lang=en Is the page its on.
Back to top
dbrasco
none
none


Joined: 31 Oct 2003
Posts: 13

PostPosted: Nov 21, 2003 1:43am    Post subject: Reply with quote

just set services to send the user a email with a passcode that must be typed in after they register their name so no bots can register nicks =) anope are good services
Back to top
simos
none
none


Joined: 21 Nov 2003
Posts: 4

PostPosted: Nov 21, 2003 5:32am    Post subject: Spam Bot .... :( -> :) Reply with quote

Hi Spambot visit my Network too !
I've find this solution
I've seen that spam bot every time contain this symbol { } and \ and other.
I make a bot IRCop mode +s +16384 ( so it see client connecting )

and i've write in mirc remote this line :

on *:snotice:*: { if ($chr(123) isin $6) { .kill $6 Possible Trojan. } else { halt } }

i'd like add } and \ too but if I write a line like this :
on *:snotice:*: { if ($chr(123) isin $6) | ($chr(125) isin $6) { .kill $6 Possible Trojan. } else { halt } }
don't work ....

anyway, on *:snotice:*: { if ($chr(123) isin $6) { .kill $6 Possible Trojan. } else { halt } } block 80% of spambot attak Wink


Sorry for my bad english
bye Simos


Last edited by simos on Nov 21, 2003 5:35am; edited 2 times in total
Back to top
cyberdems
Guest





PostPosted: Nov 21, 2003 5:34am    Post subject: Reply with quote

indeed it got its list from searchirc. It's infested many global networks, and including myne - RSAchat. RSAchat has only been submitted to searchirc...
:/

I made a bot for bahamut that joins -R channels, and when it get's the text "wanna see me on my webcam..." it /kills the nick and MSG NickServ DROPNICK's the nick. IF the text does not match, it sends a kind notice that "this is an anti-spam bot and will not reply".... works like a charm as long as the anti-spam bot doesn't contain "Spam" in its nick, or have ops..
Back to top
simos
none
none


Joined: 21 Nov 2003
Posts: 4

PostPosted: Nov 21, 2003 5:39am    Post subject: Reply with quote

I use your bot too , but it protect your self , not global network. and you receive private message anyway. Are you talking something like mIRC ed's bot ? right ?
Back to top
ed
SearchIRC Staff
SearchIRC Staff


Joined: 25 May 2003
Posts: 366
Location: Baton Rouge, LA

PostPosted: Nov 21, 2003 7:33am    Post subject: Reply with quote

cyberdems wrote:
indeed it got its list from searchirc. It's infested many global networks, and including myne - RSAchat. RSAchat has only been submitted to searchirc...
:/


Actually, it probably did not get it from SearchIRC. Your network is also listed in IFIRC's downloadable servers.ini file. (http://www.ifirc.com) <edit>it is also listed on xgoogle</edit>

simos wrote:
I use your bot too , but it protect your self , not global network. and you receive private message anyway. Are you talking something like mIRC ed's bot ? right ?

If you have IRC operator privs, then it technically can protect the whole network. Just stick the bot into channel #a, and it should catch the bot, and kill it - before it enters in main channels. (It goes through the list in alphabetical order).
Also Simos, the only problem with your script, is that it kills _anyone_ with { } \ in their nickname. My script only gets the spammers. Just FYI Wink
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Abuse All times are GMT - 6 Hours
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 4 of 8

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer