<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments on: ChattyDM.net domain hacked</title>
	
	<link>http://www.critical-hits.com/blog/2009/05/17/chattydmnet-domain-hacked/</link>
	<description>The Journal of Gamer Culture</description>
	<lastBuildDate>Thu, 16 May 2013 00:53:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ChattyDM" /><feedburner:info uri="chattydm" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>By: ChattyDM</title>
		<link>http://feedproxy.google.com/~r/ChattyDM/~3/aT8q93Z2zrc/</link>
		<dc:creator>ChattyDM</dc:creator>
		<pubDate>Mon, 18 May 2009 20:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://chattydm.net/?p=3010#comment-9562</guid>
		<description><![CDATA[Just a quick note to tell you all that all sites have been cleaned out, thanks to my good friend Eric Maziade.  I owe him big!

Also it appears that the threat was server based.

Now I need to do some serious backups!]]></description>
		<content:encoded><![CDATA[<p>Just a quick note to tell you all that all sites have been cleaned out, thanks to my good friend Eric Maziade.  I owe him big!</p>
<p>Also it appears that the threat was server based.</p>
<p>Now I need to do some serious backups!</p>
<img src="http://feeds.feedburner.com/~r/ChattyDM/~4/aT8q93Z2zrc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.critical-hits.com/blog/2009/05/17/chattydmnet-domain-hacked/#comment-9562</feedburner:origLink></item>
	<item>
		<title>By: ChattyDM</title>
		<link>http://feedproxy.google.com/~r/ChattyDM/~3/xjaivR2YfK4/</link>
		<dc:creator>ChattyDM</dc:creator>
		<pubDate>Mon, 18 May 2009 16:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://chattydm.net/?p=3010#comment-9561</guid>
		<description><![CDATA[I do have a recent backup and I&#039;ll restore the site as soon as I get my hands back on it.  Thanks for the tips and I&#039;ll email you real soon to get your little program to protect against injections.  Thanks GameDaddy.]]></description>
		<content:encoded><![CDATA[<p>I do have a recent backup and I&#8217;ll restore the site as soon as I get my hands back on it.  Thanks for the tips and I&#8217;ll email you real soon to get your little program to protect against injections.  Thanks GameDaddy.</p>
<img src="http://feeds.feedburner.com/~r/ChattyDM/~4/xjaivR2YfK4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.critical-hits.com/blog/2009/05/17/chattydmnet-domain-hacked/#comment-9561</feedburner:origLink></item>
	<item>
		<title>By: GameDaddy</title>
		<link>http://feedproxy.google.com/~r/ChattyDM/~3/uhE4_FxJNGo/</link>
		<dc:creator>GameDaddy</dc:creator>
		<pubDate>Mon, 18 May 2009 04:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://chattydm.net/?p=3010#comment-9560</guid>
		<description><![CDATA[Wordpress is full of holes...
http://codex.wordpress.org/Hardening_WordPress

If you&#039;re lucky you&#039;ll have a dated backup of your wordpress site you can reinstall once you have deleted all the current files on your site.

If not, It would probably be best to re-install your server, php, &amp; wordpress from  scratch.

You can of course, go through all of your files and delete the inserted script strings. Hopefully no vital php has been deleted during the injection. Easiest way for this is to install a copy of wordpress locally and compare php files. PSPad is a very good editor for doing this, you can do side-by-side comparisons of files, with any changes highlighted.

If your site is hosted on linux with Apache, let me know, I have a very good .htaccess file that will block most script injectors, even if they are coming from a shared server. The last attack on my gaming website brought down one of my servers for about four hours, but once the server was brought back online and the php re-installed, my own website &amp; filespaces had been untouched.

If you are on a shared server , I&#039;d recommend a dedicated one. Dedicated servers generally cost  about $100 more a year than a shared server, however the only vulnerabilities with this are in your own files, and in the files on your dedicated server. You don&#039;t have to worry about some other junior webmaster loading a facebook app with a script that hacks into your filespace.

Also, turn your website logging on and run a script that copies the logs off your website to a holding area every hour or so... You can easily identify if the attack was made directly into your website from the net, or if the attack vectored in from the server, or another shared webspace on the server.

Finally, If you are running Windows or Linux yourself, for your own connection to the Internet, the Wireshark is your friend!]]></description>
		<content:encoded><![CDATA[<p>WordPress is full of holes&#8230;<br />
<a href="http://codex.wordpress.org/Hardening_WordPress" rel="nofollow">http://codex.wordpress.org/Hardening_WordPress</a></p>
<p>If you&#8217;re lucky you&#8217;ll have a dated backup of your wordpress site you can reinstall once you have deleted all the current files on your site.</p>
<p>If not, It would probably be best to re-install your server, php, &amp; wordpress from  scratch.</p>
<p>You can of course, go through all of your files and delete the inserted script strings. Hopefully no vital php has been deleted during the injection. Easiest way for this is to install a copy of wordpress locally and compare php files. PSPad is a very good editor for doing this, you can do side-by-side comparisons of files, with any changes highlighted.</p>
<p>If your site is hosted on linux with Apache, let me know, I have a very good .htaccess file that will block most script injectors, even if they are coming from a shared server. The last attack on my gaming website brought down one of my servers for about four hours, but once the server was brought back online and the php re-installed, my own website &amp; filespaces had been untouched.</p>
<p>If you are on a shared server , I&#8217;d recommend a dedicated one. Dedicated servers generally cost  about $100 more a year than a shared server, however the only vulnerabilities with this are in your own files, and in the files on your dedicated server. You don&#8217;t have to worry about some other junior webmaster loading a facebook app with a script that hacks into your filespace.</p>
<p>Also, turn your website logging on and run a script that copies the logs off your website to a holding area every hour or so&#8230; You can easily identify if the attack was made directly into your website from the net, or if the attack vectored in from the server, or another shared webspace on the server.</p>
<p>Finally, If you are running Windows or Linux yourself, for your own connection to the Internet, the Wireshark is your friend!</p>
<img src="http://feeds.feedburner.com/~r/ChattyDM/~4/uhE4_FxJNGo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.critical-hits.com/blog/2009/05/17/chattydmnet-domain-hacked/#comment-9560</feedburner:origLink></item>
	<item>
		<title>By: Stuart</title>
		<link>http://feedproxy.google.com/~r/ChattyDM/~3/pu1-17Ip-Nk/</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Sun, 17 May 2009 11:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://chattydm.net/?p=3010#comment-9559</guid>
		<description><![CDATA[This is very likely a security exploit on Wordpress, and once in they can add the code to any WP installations on neighbouring server directories. Make sure you reupload all of your Wordpress files (for all sites) and ensure all your plugins are up to date. Remove any unnecessary / unused plugins as well.

Get these plugins:
http://wpantivirus.com/
http://wordpress.org/extend/plugins/wp-security-scan/

And consider these tips:
http://www.dullest.com/blog/three-tips-to-protect-your-wordpress-installation/

Good luck!]]></description>
		<content:encoded><![CDATA[<p>This is very likely a security exploit on WordPress, and once in they can add the code to any WP installations on neighbouring server directories. Make sure you reupload all of your WordPress files (for all sites) and ensure all your plugins are up to date. Remove any unnecessary / unused plugins as well.</p>
<p>Get these plugins:<br />
<a href="http://wpantivirus.com/" rel="nofollow">http://wpantivirus.com/</a><br />
<a href="http://wordpress.org/extend/plugins/wp-security-scan/" rel="nofollow">http://wordpress.org/extend/plugins/wp-security-scan/</a></p>
<p>And consider these tips:<br />
<a href="http://www.dullest.com/blog/three-tips-to-protect-your-wordpress-installation/" rel="nofollow">http://www.dullest.com/blog/three-tips-to-protect-your-wordpress-installation/</a></p>
<p>Good luck!</p>
<img src="http://feeds.feedburner.com/~r/ChattyDM/~4/pu1-17Ip-Nk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.critical-hits.com/blog/2009/05/17/chattydmnet-domain-hacked/#comment-9559</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.684 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-05-19 05:00:08 -->
