WkD Bot

From Wikipedia, the free encyclopedia

WkD Bot is a trojan horse that was created in 2001 by a script kiddie using the nickname Wicked (born March 1988). It is a tool used to DDoS persons, servers or websites.

[edit] How It Works

WkD Bot is a trojan that, once installed on the victim computer, the file hides in the Windows-directory and will go by the name of RundIl.exe. The capital i makes it hard to distinguish the file from Rundll.exe (with an uncapitalized l), which is a major part of the Windows Operating System. It also saves a few lines in the Registry, so WkD Bot is opened every time the computer is booted up. Once WkD Bot it started, it will enter IRC with a randomly generated nickname. The victim's computer will have a bot join the server and channel of the controller's choice. The botowner can now enter the following commands in the IRC channel:

  • !p1 <ip> - will send ping packets to the chosen IP
  • !p2 <ip> - will do the same as with !p1, only now in a greater number
  • !p3 <ip> - will do the same as with !p2, only now in a greater number
  • !p4 <ip> - will do the same as with !p3, only now in a greater number
  • !j <channel> - the bot will join the chosen channel
  • !l <channel> - the bot will leave the chosen channel
  • !nick <nickname> - the bot will change its nickname to the chosen example
  • !newnick <nickname> - the bot will generate a new random nickname
  • !r - shows the bot's version.

If the owner has more than 10 WkD Bots at his disposal, he's safe to use the following command:

  • !udp <ip> <number of packets> <delay> - will take out the chosen IP.

Especially the commands !p4 and !udp can do a lot of damage. It sends 10.000 64kb ping-packets to the chosen destination. In total, that's worth 655mb of datastrings. If multiple machines do this at the same time, a lag will be clearly visible on the destination. !udp is even more dangerous than !p4. Rather than just sending 10.000 files, it can drown a server with a flood of up to 9.999.999 bits and pieces of UDP and ICMP packets.

[edit] History

  • *UPDATE* WkD Bot was only an editor to hexedit the cleartext settings in the evilbot .exe, and was never recompiled from source, hence contains NO new features.

The script kiddie, living in Kenosha, Wisconsin, based his bot on another piece of malware, called Evilbot. According to the then 13-year-old Wicked, Evilgoat's original bot wasn't good enough. Although the source code showed that the author was skilled, Wicked noted that Evilbot was rather buggy, uncreative and was programmed from a narrowminded point of view. These are the reasons which supposedly motivated Wicked to develop the variant. Although he claims to have improved upon Evilbot by reverse engineering and directly modifying it using assembly instructions, in actuality Wicked simply used a hex editor to alter the name. Thus, "WkD Bot 1.0" was born.

The WkD Bot caused a lot of fuss in the media when Steve Gibson, webmaster of GRC.com [1], got his website DDoSsed six times by a large number of WkD Bots. These bots (that were controlled by their original author) were set to attack GRC.com, because Wicked didn't appreciate being called a 'script kiddie' by Gibson in a newsgroup dispute. The total number of malicious packets sent to Gibson's website was 2.4 billion. Gibson investigated on the matter, and quickly showed the whole world how Wicked was performing his attacks, by a performance on TechTV and a special page on his website dedicated to the six attacks.

In the readme.txt that was included with the files, Wicked announced that he was going to work on updates for WkD Bot, but they never saw the light. Even up to today, 1.0 is still the most recent version.

[edit] External links