Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

how to get rid of this drone spammer

 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Abuse
Author Message
BuLB
none
none


Joined: 28 Jan 2004
Posts: 20

PostPosted: Sep 19, 2004 4:05am    Post subject: how to get rid of this drone spammer Reply with quote

recently we have problems on spammer that join channels and leave after it spam just like this one..


* freemanGrant (Grant@-382F7E4C.singnet.com.sg) has joined #cksc
<freemanGrant> i have big list of URL porn Movies at my private server..you can see while im online http://xxx.xxx.21.77:3322/
* freemanGrant (Grant@UAAP-382F7E4C.singnet.com.sg) Quit (Client exited)

lots of them going and coming back with time interval..anyone here can tell us how to fixed that and where in the ircd it will be change..we are using unrealircd..
Back to top
phrozen77
Newbie
Newbie


Joined: 13 Jul 2004
Posts: 85
Location: There!! A 3-headed monkey, right behind you!

PostPosted: Sep 19, 2004 6:41am    Post subject: Reply with quote

to be of any real help, guess we need a bit more information on that..

is it always the same / similar text? then you maybe should "fix" that using unreals built-in spamfilter (/helpop ?spamfilter) and / or take a look at Unreal Spamfilter Support Forum

what about the ip? is it always the same? same isp?[/url]

<edit>

and as i guess that the url he/she/it spams, is some sort of virus/malware, you maybe should change it a bit in your posting so that noone gets infected by chance...

</edit>
Back to top
Ib3N
Lurker
Lurker


Joined: 10 Mar 2004
Posts: 157
Location: ChatSpike

PostPosted: Sep 20, 2004 12:26am    Post subject: Reply with quote

contact the IRCDefender team with help to set regexp akills for those. We've managed to successfully to get rid of them all (all versions)

#defender or #chatspike @ irc.chatspike.net
Back to top
Cobi
Lurker
Lurker


Joined: 30 Dec 2003
Posts: 121
Location: IRC

PostPosted: Sep 20, 2004 10:38am    Post subject: ehh... thought of spam filter? Reply with quote

ehh... thought of the unreal ircd spam filter?
just add this in the unrealircd.conf file:
Code:

spamfilter {
   regex "i have big list of URL porn Movies at my private server..you can see while im online http://.+:\d+/";
   target { private; channel; };
   reason "Infected by a trojan";
   action gline;
};

then just type /rehash on irc Smile
p.s. not tested...
Back to top
BuLB
none
none


Joined: 28 Jan 2004
Posts: 20

PostPosted: Sep 21, 2004 7:57am    Post subject: Reply with quote

nope they go on differnet msg and different spam url
Back to top
BuLB
none
none


Joined: 28 Jan 2004
Posts: 20

PostPosted: Sep 21, 2004 8:06am    Post subject: Reply with quote

nope it have different ip and different spam msg and url..
Back to top
w00t
Eleet
Eleet


Joined: 09 Jun 2004
Posts: 699
Location: Nowra, Australia

PostPosted: Sep 21, 2004 5:33pm    Post subject: Reply with quote

As Ib3n said, ircdefender (www.ircdefender.org) can more than likely rid you of these problems Smile We use it, and it works quite well.

{edit}Fixed Ib3n's name Surprised{/edit}
Back to top
Pberetta
none
none


Joined: 25 Sep 2003
Posts: 23

PostPosted: Sep 22, 2004 11:52am    Post subject: script Reply with quote

There is a patter in the masks of those spambots.
u could define it as ident isin nick

On our net we ban matching hosts for 35 seconds, enough to prvent spam, not to harsh on accidental hits
Mirc doesn't have an identifier for ident
the following line of script ill retrieve it

/set %_ident $remove($gettok($gettok($fulladdress,1,64),2,33),~)

a short example, using srvx, not to hard to adapt to other services

on *:join:#channel1,#channel2:{
/set %_ident $remove($gettok($gettok($fulladdress,1,64),2,33),~)
if ( %_ident isin $nick && ($nick != %_ident)) { /msg X ban $chan $address($nick,5) }
if ( %_ident isin $nick && ($nick != %_ident)) { notice $nick You have been banned from $chan for 1 minute because you have been detected as a possible spammer! If this is in error, simply wait til the ban is lifted and talk to an oper.
timer 1 35 { /msg X unban $chan $address($nick,5) }
}
else halt
}


Works perfect for us

Just my 2 cents

Cheers
Peer Ruis
Thundercity Netadmin
Back to top
Ib3N
Lurker
Lurker


Joined: 10 Mar 2004
Posts: 157
Location: ChatSpike

PostPosted: Sep 22, 2004 2:13pm    Post subject: Reply with quote

Well thank you woot, how kind.. hehehe Wink
Back to top
Pberetta
none
none


Joined: 25 Sep 2003
Posts: 23

PostPosted: Sep 23, 2004 6:42am    Post subject: drones Reply with quote

For teh techies among us
We are talkin about teh mymoon trojan here.

http://lists.blitzed.org/pipermail/ircd-checkins/2004-September/000617.html

seems a thread about a trap for bahamut developped by blitzed.

Also interesting if u need a nicklist for some reason

Pberetta
Netadmin Thundercity.Net
Back to top
DeadNotBuried
none
none


Joined: 01 Mar 2004
Posts: 43

PostPosted: Sep 23, 2004 7:34am    Post subject: Reply with quote

if it's the mymoon and your running unreal, check out this thread on the unreal forums http://www.phpmemx.net/~unrealir/forums/viewtopic.php?t=905
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Abuse All times are GMT - 6 Hours
Page 1 of 1

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