Pages

Showing posts with label Blue Botnet. Show all posts
Showing posts with label Blue Botnet. Show all posts

Saturday, April 22, 2017

Blue Botnet - topksa.net - Skidd ( kingv )

So another skid tryed infect my honeypot and infecting it whith Blue Bot
also here is his c&c

hxxp://topksa.net/WebPanel/login.php
http://topksa.net/WebPanel/visitors.txt
http://topksa.net/WebPanel/botlogger.php  60 bots


Well he is running some bitcoin bizz dunno to bored to translate that but anyway he provides us an email to him an some bank account nummbers , so lets just serch more about him maybe somthying interesting in google or facebook .

So found his bank account nummer on some forum that link to his nick
so but he wana be a legit seller and a good guy and ye he provides us a phone nummer and his real name of course .
Saad Saleh Rashed
Al Rajhi Account Number / 11860801021****
Mobile 0551858***

okej but hope that info does not link to his ffacebook acc .. or ?
yep ! damm no pic's but his  status says It's complicated!! maybe later more on this skidd :) peace .

Sunday, February 15, 2015

Blue Botnet - HTTP Botnet

Found a sample in the wild .



the sample was uncrypted as well and its coded in .NET C# also .



also lets take a look inside ( .NET )



Traced bot back and found the host , hacked it , got his panel.rar lol so following pictures are just a demo
on my local net ..



// index.php 
?php
error_reporting(E_ERROR | E_PARSE);
if (file_exists("phash") == false){
 header("Location: register.php");
} else {
 $filename = "phash";
 $fp = fopen($filename, "r");
 $content = fread($fp, filesize($filename));
 fclose($fp);
 $storedPassHash = $content;
 $passHash = $_COOKIE['phash'];
 if (md5("randomsalt".$passHash) != $storedPassHash){
  header("Location: login.php");

Diferent ddos methods uses HTTP Proxy flood , Wordpres Pingback (xmlrpc) , TCP etc ...
looks like HyperBeamEngine



a demo of TCP flood , it requests
botserver/panel/target.ip
botserver/panel/target.method
botserver/panel/target.port





HTTP Flood , http proxys of setting are saved here " botserver/panel/proxy " thats how the bot reads it
if the target.method is HTTPFLOOD







Wordpress Pingback or how he calls it PRESS same as at the HTTPFLOD but here is the file savend uder
botserver/panel/blog thats the file which we add hosts at setting



an online running botnet i found is here :
hxxp://burimche.net/help/login.php
// all online ip's of bots
hxxp://burimche.net/help/visitors.txt
hxxp://burimche.net/help/target.ip
hxxp://burimche.net/help/target.method
hxxp://burimche.net/help/target.port
// online bots
hxx://burimche.net/help/botlogger.php
test
Want Sample and Panel ? conntact me at email , for research purposes only !!