Page 1 of 1

Another Weird Bots

Posted: Thu Jul 19, 2007 6:32 pm
by SLipKnOt
Is there any ways to gline them through spamfilter ??

Br4ndBri3v3N was [email protected] * br4ndbri
c0nFid3n7I41n35 was [email protected] * c0nfid3n
muk4pN35 was [email protected] * muk4pn35
o37iG737 was [email protected] * o37ig737
iFfiD3Rp was [email protected] * iffid3rp

Posted: Thu Jul 19, 2007 6:50 pm
by Stealth
1. Set up BOPM with the Tor blacklist

2. Load antirandom

Posted: Thu Jul 19, 2007 6:50 pm
by nate
Assuming you don't have any other clients with 'leet' like names, spamfilter would probably catch the lot of those.

Other than that, I'd suggest implementing like BOPM w/ some DNSBL's, especially TOR lookups, since those are mainly just proxy connections obviously.

Posted: Thu Jul 19, 2007 7:09 pm
by SLipKnOt
Hmm thanks for the suggestion... BOPM helping too much though if there is any way though spamfilter any regex for those type of pattern..

Posted: Sun Jul 22, 2007 3:45 pm
by Jobe
^([^!]{8})[^!]*!\1@[^:]+:\1$

If im correct should catch them, if im incorrect could someone correct me please.

Posted: Sun Jul 22, 2007 5:22 pm
by Stealth
Jobe1986 wrote:^([^!]{8})[^!]*!\1@[^:]+:\1$

If im correct should catch them, if im incorrect could someone correct me please.

Indeed that looks like it could catch them, but what about the number of innocent users that would get caught by it? We once had a discussion in Unreal-Support about using that filter to cut down on floods, but when checking out a who of the network we saw it would also ban a large number of innocent users as well as any possible clone.

Posted: Wed Jul 25, 2007 4:56 am
by Jobe
Stealth wrote:Indeed that looks like it could catch them, but what about the number of innocent users that would get caught by it? We once had a discussion in Unreal-Support about using that filter to cut down on floods, but when checking out a who of the network we saw it would also ban a large number of innocent users as well as any possible clone.
Agreed.

Nothing much else I can say other then that.