SpamFiltering clons's realnames
Posted: Wed Dec 21, 2005 6:03 am
First of all, we have been posting this countless times, we are finding a formula to get ride of the clones in our net. I know proxies are to be abused... but the abuse must be stoped somehow. The cloner use a mIRC addon, clonesX. Spamfilters in nicks or idents wont stop them...they use normal nicks and idents... so its hard for us *line them, without affecting innocent users, and they make nicks and idents lists, of real users as well, the realname is our benefit, and we need ideas for banning them by this means... we tried the antirandom module by syzop, the results were good until they used normal names... clonesX behind a proxy, its COMPLETELY abusive, they can make things really annoying.. with this post, Im asking for help from those who can do it.. we need ideas, look a way to prevent if not in a 100%, to make more secure our ircd..Im posting this offtopic, because though I need unreal support, may help me as well a remote raw code for mirc... this thread might be useful for someone in the future, this have been posted before, but, using normal nicks and idents, it's another thing..
Well, clonesx use realnames of 6 chars, then according to that, a spamfilter to put a kline in the ident of a user with a real name less or equal to that, could work, please correct me if anyone here have seen clonesx with a length of names greater than that.. I made an spamfilter to kline users matching clonesx, and I would like to know if Im wrong...
I dont need nicks, idents or host, only realnames... is that allright? I have not wanted to prove it 'cause I dont wanna cause any damage to my users. This will spamfilter all users with strlength(realname) = 6 (Yes, I must sacrifice users). Perhaps Syzop can do an ¨antirandom¨ for realnames. I will appreciate it.
Thanks in advance.
Well, clonesx use realnames of 6 chars, then according to that, a spamfilter to put a kline in the ident of a user with a real name less or equal to that, could work, please correct me if anyone here have seen clonesx with a length of names greater than that.. I made an spamfilter to kline users matching clonesx, and I would like to know if Im wrong...
Code: Select all
/spamfilter add u kill - clon <realnameREGEXhere> Thanks in advance.