CNN Attacks - Inside Two Dedicated DDoS Tools
by Jose NazarioA new DDoS tool to be used in the China vs CNN attacks has surfaced (thanks for the tip!) has been released. This one is more flexible than the first, it lets you specify what targets you want to hit, indicating more flexible attacks in the near future may be afoot. But first, a quick peek at the first dedicated DDoS tool released in this online skirmish.
AntiCNN.exe
This was the first of the two dedicated tools to be found and analyzed. As you would expect, it’s a dedicated tool against CNN.com. It opens a flood of HTTP connections and attempts to hurt the servers. All of the requests look like this:
GET /aux/con/com1/../../[LAG]../.%%%%%%%%./../../../../fakecnn/redflag-stay-here.php.aspx.asp.cfm.jsp
And they’re against all of the IPs associated with www.cnn.com. The user can start or stop the attack at their will. This tool has been analyzed by others already.
Sdos.EXE
This is the second of the two tools and just crossed my desk within the last hour. This one lets you specify a target server and a port, uses a simple connect() loop for the TCP flood. This has the advantage (for the defender) of making traceback and source /32-based blocking easy.
During installation a driver is installed, presumably for some of the attack traffic creation.
By default it installs in
c:\Program Files\Sattacker\SDos\sdos.exe
. It uses the following registry keys to store information:
HKEY_CURRENT_USER\Software\Sattack\SDos\SDos\Recent File List ""
HKEY_CURRENT_USER\Software\Sattack\SDos\SDos\Recent File List ""
HKEY_CURRENT_USER\Software\Sattack\SDos\SDos\Recent File List ""
HKEY_CURRENT_USER\Software\Sattack\SDos\SDos\Recent File List ""
HKEY_CURRENT_USER\Software\Sattack\SDos\SDos\Settings ""
HKEY_CURRENT_USER\Software\Sattack\SDos\SDos\Config ""
HKEY_CURRENT_USER\Software\Sattack\SDos\SDos\Config ""
HKEY_CURRENT_USER\Software\Sattack\SDos\SDos\Config ""
The tool apparently was written in MS Visual C++.
Overall similarities
Both tools are designed “for the masses”, ie people who may not be running their own botnet but are upset by events. This isn’t new, and has been done before, and will continue to be done. Both tools are user-friendly, and neither one has a backdoor (unlike other tools like this in the past).
UPDATE There’s a third tool that I will post info about tomorrow. Unlike these two, it has a backdoor for the attackers to abuse.





[…] a blog Tuesday, Dr. Jose Nazario of Arbor Networks says one of the toolkits is easier to use than the other although both are designed for “the […]