BugTraq
Apache hacks (./atac, d0s.txt) Apr 29 2005 07:03PM
Andrew Y Ng (ayn AndrewNg com) (10 replies)
Re: Apache hacks (./atac, d0s.txt) May 01 2005 03:11AM
a.list.address (at) gmail (dot) com [email concealed] (a list address gmail com) (1 replies)
Re: Apache hacks (./atac, d0s.txt) May 02 2005 09:35PM
Nick Bright (nick-tech terraworld net)
Re: Apache hacks (./atac, d0s.txt) Apr 30 2005 07:46AM
Chris Umphress (umphress gmail com)
> Looks like it ignores all the `kill` signals, not sure how I can actually
> kill it...

SIGKILL (Signal 9) cannot be blocked, so try:

kill -s SIGKILL <pid>
-or-
killall -KILL atac

> my @canais=("#bots ddos");
> my $nick='b0t';
> my $ircname = 'b0t';
> $servidor='irc.gigachat.net' unless $servidor;

It's an IRC bot, should be obvious, but just commenting...

> $SIG{'INT'} = 'IGNORE';
> $SIG{'HUP'} = 'IGNORE';
> $SIG{'TERM'} = 'IGNORE';
> $SIG{'CHLD'} = 'IGNORE';
> $SIG{'PS'} = 'IGNORE';

Again, there is no way to block SIGKILL (signal 9) for any program

> # DCC
> package DCC;

This is where things get really scary for you. DCC is the ability to
send files over IRC. The bot could have sent almost anything (within
certain permission ranges, we hope). Now is a very good time to
disconnect the server from the internet if you have not already done
so.

> notice("$pn", "\001Bot powered by DDOS TEAM\001");

This line seems to indicate that this bot is only designed to be part
of a larger "bot-net" to DoS someone, but those DCC capabilities are
worrysome. So, in addition to investigating how this got into your
server, it would also be a good idea to check what might have gotten
out.

Good luck, and apologies if you already knew all of this.

--
Chris Umphress <http://daga.dyndns.org/>

[ reply ]
Re: Apache hacks (./atac, d0s.txt) Apr 30 2005 07:17AM
Sagiko (sagiko gmail com)
Re: Apache hacks (./atac, d0s.txt) Apr 30 2005 04:48AM
Daniel Cid (danielcid yahoo com br)
Re: Apache hacks (./atac, d0s.txt) Apr 30 2005 01:55AM
Luiz Henrique (luizhwk inf ufsc br)
Re: Apache hacks (./atac, d0s.txt) Apr 29 2005 11:33PM
Skip Carter (skip taygeta com)
Re: Apache hacks (./atac, d0s.txt) Apr 29 2005 11:21PM
Robert Zilbauer (zilbauer slappy org)
Re: Apache hacks (./atac, d0s.txt) Apr 29 2005 09:49PM
Jay D. Dyson (jdyson treachery net)
Re: Apache hacks (./atac, d0s.txt) Apr 29 2005 09:45PM
KF (lists) (kf_lists digitalmunition com)
Re: Apache hacks (./atac, d0s.txt) Apr 29 2005 09:36PM
Steve Kemp (steve steve org uk)


 

Privacy Statement
Copyright 2010, SecurityFocus