Clones Spamfilter Bots

If you have trouble on your server with spam, drones/zombies/bots or proxies

Moderator: Supporters

Locked
Killer
Posts: 7
Joined: Fri Dec 06, 2019 2:52 am

Clones Spamfilter Bots

Post by Killer »

Hello, i have a problem whit the bots, i have this type.

supremoHg[supremo@host] realname [a-z] this is variable example ircap, test, etc...
CracFD[Crack@host]
LoadEF[Load@host]

Hoe i can block this bots whit the spamfilter?
Lord255
Posts: 95
Joined: Sat Feb 29, 2020 12:58 am
Location: offline

Re: Clones Spamfilter Bots

Post by Lord255 »

are their hosts the same?
Killer
Posts: 7
Joined: Fri Dec 06, 2019 2:52 am

Re: Clones Spamfilter Bots

Post by Killer »

Hello Lord are differents host example supremoHg[[email protected]]
CrackFD[[email protected]]
Last edited by Killer on Mon May 25, 2020 6:00 pm, edited 1 time in total.
Killer
Posts: 7
Joined: Fri Dec 06, 2019 2:52 am

Re: Clones Spamfilter Bots

Post by Killer »

More examples BoldHD[[email protected]]
TiperBD[[email protected]]
Killer
Posts: 7
Joined: Fri Dec 06, 2019 2:52 am

Re: Clones Spamfilter Bots

Post by Killer »

Hey, something can help whits this, or this forum is death?
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Clones Spamfilter Bots

Post by Syzop »

Just a general solution (not really an answer to your question). Are you using blacklist blocks ?
See https://www.unrealircd.org/docs/Blacklist_block under Examples. Add those to your unrealircd.conf and REHASH.
Of course, chances are high that you are already using them :)
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Clones Spamfilter Bots

Post by Syzop »

As for spamfilter, the nick minus the last two character comes back in the ident/username, that should be something one can write a spamfilter for. Try this:

Code: Select all

/SPAMFILTER add -regex u kill 0 spambot_detected ^([a-z]+)[a-z]{2}!\1@.*
Killer
Posts: 7
Joined: Fri Dec 06, 2019 2:52 am

Re: Clones Spamfilter Bots

Post by Killer »

Hey Syzop , thanks!!! this filter work to me!!!
And yes im using blacklists, other question:
can i post a code to stop proxies, eggdrop, etc? I would like to help the community too and tell them about my experience, where can I publish my work?
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Clones Spamfilter Bots

Post by Syzop »

Great :)
can i post a code to stop proxies, eggdrop, etc? I would like to help the community too and tell them about my experience, where can I publish my work?
You mean tips and spamfilters and configuration settings right? Yes, that is exactly what this forum is for. Just post it in this forum "Spam, drones and proxies".
Locked