|
|
| Author |
Message |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1484 Location: Tampa, FL
|
|
| Back to top |
|
 |
Mary SearchIRC Admin

Joined: 03 May 2003 Posts: 696
|
Posted: Nov 17, 2003 2:50pm Post subject: |
|
|
| 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

Joined: 18 May 2003 Posts: 48
|
Posted: Nov 17, 2003 3:13pm Post subject: |
|
|
| Hmm, that's a better possibility. |
|
| Back to top |
|
 |
CC none

Joined: 15 Jul 2003 Posts: 6
|
Posted: Nov 17, 2003 6:21pm Post subject: |
|
|
I have sorted this problem out on my network.
irc.flamenet.za.net |
|
| Back to top |
|
 |
tiko none

Joined: 24 Sep 2003 Posts: 49
|
Posted: Nov 17, 2003 10:13pm Post subject: |
|
|
| 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

Joined: 12 May 2003 Posts: 17
|
Posted: Nov 17, 2003 11:20pm Post subject: |
|
|
| We have resolved the problem on our network also. |
|
| Back to top |
|
 |
Howard none

Joined: 16 Nov 2003 Posts: 34
|
Posted: Nov 18, 2003 6:43am Post subject: |
|
|
| 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

Joined: 13 Nov 2003 Posts: 11
|
Posted: Nov 20, 2003 11:22am Post subject: |
|
|
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  |
|
| Back to top |
|
 |
Guest
|
Posted: Nov 20, 2003 2:57pm Post subject: |
|
|
| The module is called adword, by angrywolf. Look it up. |
|
| Back to top |
|
 |
zeke Idler

Joined: 04 Oct 2003 Posts: 334
|
|
| Back to top |
|
 |
dbrasco none

Joined: 31 Oct 2003 Posts: 13
|
Posted: Nov 21, 2003 1:43am Post subject: |
|
|
| 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

Joined: 21 Nov 2003 Posts: 4
|
Posted: Nov 21, 2003 5:32am Post subject: Spam Bot .... :( -> :) |
|
|
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
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
|
Posted: Nov 21, 2003 5:34am Post subject: |
|
|
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

Joined: 21 Nov 2003 Posts: 4
|
Posted: Nov 21, 2003 5:39am Post subject: |
|
|
| 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

Joined: 25 May 2003 Posts: 366 Location: Baton Rouge, LA
|
Posted: Nov 21, 2003 7:33am Post subject: |
|
|
| 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  |
|
| Back to top |
|
 |
|