<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: If I&#8217;d own a botnet&#8230; (1)</title>
	<atom:link href="http://blog.affien.com/archives/2008/11/26/if-id-own-a-botnet-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com/archives/2008/11/26/if-id-own-a-botnet-1/</link>
	<description>A few thoughts</description>
	<lastBuildDate>Tue, 02 Mar 2010 14:24:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bas Westerbaan</title>
		<link>http://blog.affien.com/archives/2008/11/26/if-id-own-a-botnet-1/comment-page-1/#comment-178359</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Sun, 18 Jan 2009 23:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=345#comment-178359</guid>
		<description>You&#039;d only need one hash for all your servers.  If one of your servers is compromised, all zombies are anyways.  The hashes aren&#039;t the secret anyways.  It&#039;s the preimage of the hash that is the secret.

If I use the hash [tex]x \mapsto c ^ x \mod m[/tex] for some [tex]c[/tex] and [tex]m[/tex], then this hash uses the same tough problem as Diffie-Hellman (ie. logarithms are hard in finite fields).  If you can break my suggested method, then you can break it if it used Diffie-Hellman.  Hashes don&#039;t need to be less secure than asymmetric cryptography.  (Oh, note that this isn&#039;t a great hash for collisions are trivially found, thanks to Euler.)

Even more general: create a keypair.  Forget the private key.  Use the encryption with the private key as a hash function.  (With some trivial reduction afterwards)

Anyways, if you break hashes, you also break certificate based security systems ;).

If your C&amp;C servers are compromised, then all your zombies are orphaned.  They&#039;re quite productive to reclaim.  Infected orphaned zombies with my scheme constitute as easy-exploitable pc&#039;s if you have the secret ;).</description>
		<content:encoded><![CDATA[<p>You&#8217;d only need one hash for all your servers.  If one of your servers is compromised, all zombies are anyways.  The hashes aren&#8217;t the secret anyways.  It&#8217;s the preimage of the hash that is the secret.</p>
<p>If I use the hash [tex]x \mapsto c ^ x \mod m[/tex] for some [tex]c[/tex] and [tex]m[/tex], then this hash uses the same tough problem as Diffie-Hellman (ie. logarithms are hard in finite fields).  If you can break my suggested method, then you can break it if it used Diffie-Hellman.  Hashes don&#8217;t need to be less secure than asymmetric cryptography.  (Oh, note that this isn&#8217;t a great hash for collisions are trivially found, thanks to Euler.)</p>
<p>Even more general: create a keypair.  Forget the private key.  Use the encryption with the private key as a hash function.  (With some trivial reduction afterwards)</p>
<p>Anyways, if you break hashes, you also break certificate based security systems <img src='http://blog.affien.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>If your C&#038;C servers are compromised, then all your zombies are orphaned.  They&#8217;re quite productive to reclaim.  Infected orphaned zombies with my scheme constitute as easy-exploitable pc&#8217;s if you have the secret <img src='http://blog.affien.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soyweiser</title>
		<link>http://blog.affien.com/archives/2008/11/26/if-id-own-a-botnet-1/comment-page-1/#comment-178358</link>
		<dc:creator>Soyweiser</dc:creator>
		<pubDate>Fri, 16 Jan 2009 14:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=345#comment-178358</guid>
		<description>But you would still require the zombie to have hash lists of all the different servers right? I would try to get that out of the zombie code. Why not use public key crypto? Sure a hash is a bit faster, but public key is more secure. (does open up a problem with certs, but it is a smaller problem than the one with hashes).

Of course the whole discussion is moot, as it is way more productive for the zombie creator (zombie master? All zombies gain swampwalk and regenrate) to just get more zombies. Orphaned zombies aren&#039;t that much of a concern. If your c&amp;c servers get shut down, is a sign of bigger problems. I would focus on getting more exploits out there.</description>
		<content:encoded><![CDATA[<p>But you would still require the zombie to have hash lists of all the different servers right? I would try to get that out of the zombie code. Why not use public key crypto? Sure a hash is a bit faster, but public key is more secure. (does open up a problem with certs, but it is a smaller problem than the one with hashes).</p>
<p>Of course the whole discussion is moot, as it is way more productive for the zombie creator (zombie master? All zombies gain swampwalk and regenrate) to just get more zombies. Orphaned zombies aren&#8217;t that much of a concern. If your c&amp;c servers get shut down, is a sign of bigger problems. I would focus on getting more exploits out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas Westerbaan</title>
		<link>http://blog.affien.com/archives/2008/11/26/if-id-own-a-botnet-1/comment-page-1/#comment-178357</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Wed, 07 Jan 2009 21:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=345#comment-178357</guid>
		<description>The idea is that when a zombie is forwarded, it only picks its next host to test.  It still verifies the host by the hash challenge.

A MITM attack isn&#039;t that bad.  As long as the man in the middle isn&#039;t close to the hosts side, you will only lose a few zombies.  Anyways, zombie&#039;s are already vulnerable in the first place.

A hash collision wouldn&#039;t help you in this case.  And besides that, there are still unbroken hashes.

(The cell processor is extremely powerfull in crunching numbers for general purposes.  But ok, 200 PS 3 are still less than 10,000 machines)</description>
		<content:encoded><![CDATA[<p>The idea is that when a zombie is forwarded, it only picks its next host to test.  It still verifies the host by the hash challenge.</p>
<p>A MITM attack isn&#8217;t that bad.  As long as the man in the middle isn&#8217;t close to the hosts side, you will only lose a few zombies.  Anyways, zombie&#8217;s are already vulnerable in the first place.</p>
<p>A hash collision wouldn&#8217;t help you in this case.  And besides that, there are still unbroken hashes.</p>
<p>(The cell processor is extremely powerfull in crunching numbers for general purposes.  But ok, 200 PS 3 are still less than 10,000 machines)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soyweiser</title>
		<link>http://blog.affien.com/archives/2008/11/26/if-id-own-a-botnet-1/comment-page-1/#comment-178354</link>
		<dc:creator>Soyweiser</dc:creator>
		<pubDate>Wed, 07 Jan 2009 00:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.affien.com/?p=345#comment-178354</guid>
		<description>Don&#039;t forget to encrypt the communications. Or else you could have a man in the middle attack on your hands.

I don&#039;t think that allowing zombies to forward other zombies is a good idea. Lose control of one of your zombies, and you lose them all. (the stolen zombie could easily use a man in the middle attack to hijack your zombies).

Also, if fellow black hat hackers also have a large zombie network, it would not be impossible for them to brute force a collision of your hash. The recent MD5 collision attack on ssl certs only requires 200 playstation 3&#039;s. The average botnet has around 10.000 machines.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to encrypt the communications. Or else you could have a man in the middle attack on your hands.</p>
<p>I don&#8217;t think that allowing zombies to forward other zombies is a good idea. Lose control of one of your zombies, and you lose them all. (the stolen zombie could easily use a man in the middle attack to hijack your zombies).</p>
<p>Also, if fellow black hat hackers also have a large zombie network, it would not be impossible for them to brute force a collision of your hash. The recent MD5 collision attack on ssl certs only requires 200 playstation 3&#8217;s. The average botnet has around 10.000 machines.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
