Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

weird bots
Goto page 1, 2  Next
 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Help
Author Message
greg27
Lurker
Lurker


Joined: 07 Oct 2006
Posts: 179
Location: Australia

PostPosted: Jul 06, 2008 8:03am    Post subject: weird bots Reply with quote

has anyone seen these bots before?

—› sandra_f was "35 F" (sandra_f@*.rev.numericable.fr)
—› sandra_f used scruffy.centralchat.net (Sun Jul 6 20:41:44 2008)

—› camgirl25 was "30 F" (camgirl25@*.rev.numericable.fr)
—› camgirl25 used scruffy.centralchat.net (Sun Jul 6 21:53:31 2008)

they join seemingly random channels, usually ones with a higher usercount, do nothing for a few minutes, then quit. version reply is the same as the real name and they always connect from a french host.

i have seen these on a few different networks - does anyone know what they do?
Back to top
SATAN-HHH
Eleet
Eleet


Joined: 29 Nov 2003
Posts: 860
Location: Texas

PostPosted: Jul 06, 2008 8:13am    Post subject: Reply with quote

From what I gather they're either a spam or harvest bot. Either way, I always ban those clients when I see them on any network I'm staff on.

I know that isn't very informational, but hopefully someone else can shed further light as to the exact nature of those clients for you.
Back to top
ct7331
none
none


Joined: 05 Mar 2008
Posts: 14

PostPosted: Jul 07, 2008 9:07am    Post subject: Reply with quote

Yeah I've seen those idling, i just gline them. They have the same version reply and name. Definately a bot but not sure what it does!
Back to top
Leet
Newbie
Newbie


Joined: 26 Jun 2008
Posts: 78
Location: New York

PostPosted: Jul 07, 2008 10:43am    Post subject: Reply with quote

Yeah There on my network too but they never send out messages. An i dont think its a bot because the one actually talked unless it was timed hold on.

* cybergirl (cybergirl@bLiTzX-USER-3C1E8EF9.w90-25.abo.wanadoo.fr) has joined #racrew
<cybergirl> Dead
<cybergirl> ...
* cybergirl (cybergirl@bLiTzX-USER-3C1E8EF9.w90-25.abo.wanadoo.fr) Quit (Quit: )


Not Sure What They Are.
Back to top
zeke
Idler
Idler


Joined: 04 Oct 2003
Posts: 325

PostPosted: Jul 07, 2008 6:29pm    Post subject: Reply with quote

The numericable address is definitely a bot - i noticed randomly spaced connections to the network, it would join channels, stay 2 minutes and around 10-15seconds, and quit again. The "Realname" was always a variation of "35 F" (eg, 30 F, 25 F, etc), and there were abnormal CTCP replies. I don't have the log of when I did this before banning *@212-198-248-33.rev.numericable.fr, but I'll try and remember to edit/re-post later when I get home.

Placing a G-line on the above address has solved the problem...
Back to top
theEd
Newbie
Newbie


Joined: 15 Mar 2004
Posts: 75
Location: New Zealand

PostPosted: Jul 07, 2008 11:55pm    Post subject: Reply with quote

It talks! Kinda...

I PMed it, just for kicks...

Code:
[17:46] <theEd> hi
[17:46] <lauanana> huh?
[17:47] <theEd> hello
[17:47] <lauanana> yes yes...
[17:47] <theEd> monkey's uncle in the tree?
[17:47] <lauanana> cam 2cam?
[17:47] <theEd> oh yes please, i've always wanted to cam with a bot!
[17:47] <lauanana> not width msn
[17:48] <theEd> how then?
[17:48] <lauanana> I don t give my msn to anyone
[17:48] <theEd> very good idea
[17:48] No such nick/channel


and of course a whois

Code:
lauanana is ~lauanana@synIRC-282B0018.rev.numericable.fr * 22 F
lauanana on ..... (lots of channels, definitely a selection of big ones)
lauanana using .... (have seen it on multiple servers i use now)
lauanana End of /WHOIS list.
Back to top
Willaim
Lurker
Lurker


Joined: 27 Jun 2003
Posts: 242
Location: IRC

PostPosted: Jul 08, 2008 1:26am    Post subject: Reply with quote

I'm getting them on my net now.. fun fun.
Back to top
greg27
Lurker
Lurker


Joined: 07 Oct 2006
Posts: 179
Location: Australia

PostPosted: Jul 08, 2008 5:47am    Post subject: Reply with quote

yeh they've been connecting to mine for almost a year now, but in the last week they have been connecting more frequently and from a wider variety of hosts.
Back to top
callisto
none
none


Joined: 30 Dec 2006
Posts: 38

PostPosted: Jul 08, 2008 6:48am    Post subject: Reply with quote

Same here but they are all taken care of.
Back to top
NightShroud
none
none


Joined: 18 Sep 2006
Posts: 15

PostPosted: Jul 08, 2008 9:20am    Post subject: weird bots Reply with quote

I'm getting those bots on my network as well they all have a french connection.I just Gline them i am not sure what they do or anything i am totally dumb founded.They dont say anything nothing.If anyone has a clue what they do let me know
Back to top
maddog906
Lurker
Lurker


Joined: 08 Mar 2005
Posts: 132
Location: uk

PostPosted: Jul 09, 2008 3:44am    Post subject: hi Reply with quote

many ways of skinning a cat,
use spamfilter,defender,and version kill(if you use unrealircd)
spamfilter and defender: regexp_akill add jennyf!jennyf@* dronebotz
version kill :
ban version {
mask "20*F*";
reason "SomeLameScript contains backdoors";
action zline;
};
the list is endless
Back to top
theEd
Newbie
Newbie


Joined: 15 Mar 2004
Posts: 75
Location: New Zealand

PostPosted: Jul 09, 2008 5:00am    Post subject: Reply with quote

maddog906, the user/nick, realname and ctcp replies change. The best way to handle it would be to just let your opers know to keep an eye out for them - they're always connecting from .fr hosts, they join a bunch of populated channels, say nothing, and leave after exactly 2 minutes - not too hard to spot.
Back to top
Jobe
Idler
Idler


Joined: 30 Jul 2006
Posts: 381
Location: Lurking in the shadows of some random channel!

PostPosted: Jul 09, 2008 6:48am    Post subject: Reply with quote

theEd wrote:
maddog906, the user/nick, realname and ctcp replies change

True, however, you can match them on nick = ident, gecos = ctcp version, nick != gecos and host = *.fr
Back to top
maddog906
Lurker
Lurker


Joined: 08 Mar 2005
Posts: 132
Location: uk

PostPosted: Jul 09, 2008 8:09am    Post subject: yeep i know that Reply with quote

take your pick ,use antirandom,
here some ideas,
spamfilter {
regex "http://.+\.geocities\..+/[iy]server[0-9]/[a-z]{4,11}\.(gif|jpg|avi|txt)";
target { private; quit; };
action block;
reason "Infected by sexbotz worm";
};

spamfilter {
regex "^http://www\.geocities\.com/[a-z0-9]+/[a-z0-9]+/[a-z_]<- .*!";
target private;
reason "Infected by sexbot worm";
action block;
};

spamfilter {
regex "![a-z][0-9]{4}@[^:]+:[a-z]{9}";
target private;
action gline;
reason "Infected by Spam-Sex-Botz";
};

spamfilter {
regex "!~?[a-z][0-9]{2,4}@[^:]+:[a-z]{9}";
target private;
action gline;
reason "Infected by Spam-Sex-Botz";
};

spamfilter {
regex "!~?[a-z][0-9]{1,4}@[^:]+:[a-z]{9}";
target private;
action gline;
reason "Infected by Spam-Sex-Botz";
};

spamfilter {
regex "^([A-Z][a-z]{4,9})[0-9]{0,6}!\1[0-9]{2,6}@.*:\1[0-9]{1,6}$";
target private;
action gline;
reason "Infected by Spam-Sex-Botz";
};

spamfilter {
regex "Come watch me on my webcam";
target { private; channel; };
action gline;
reason "You are infected, please go to www.antivirus.xx/blah/virus=GrrTrojan";
ban-time 6h;
};

spamfilter {
regex "come to irc\..+\..+";
target { private; channel; };
action gline;
reason "No spamming allowed";
};
they use 20f to 29 f and then 30f to 39f etc etc,
i am sure i don't have to spell it out.
ban version {
mask "1****";
reason "SomeLameScript contains backdoors";
action zline;
};

ban version {
mask "2****";
reason "SomeLameScript contains backdoors";
action zline;
};
Back to top
Willaim
Lurker
Lurker


Joined: 27 Jun 2003
Posts: 242
Location: IRC

PostPosted: Jul 09, 2008 9:29am    Post subject: Reply with quote

Anyone have a list of names they use? or do they keep generating new ones?

I have a spamfilter setup for the geocities one.. (The "watch me on my webcam" is built into UnrealIRCD upon install).

F cpnNPqt kill 0 1754279 86400 Spamming_is_prohibited_on_the_WikkedWire_IRC_Network William!~William@WikkedWire.com Hello. Check this url if you want to seemywebcam! http://www\.geocities\.com/katieu[0-9]{2,4}

F cpNq gzline 0 555722 432000 Webcam_spam_is_prohibited._Fix_your_computer! William!~William@netadmin.wikkedwire.com .* you want to .* http://www\.geocities\.com/[a-z]{3,10}[0-9]{2,4}

Don't know if that helps at all...
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Help All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

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