<?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"
	>
<channel>
	<title>Comments on: Hack attack in progress</title>
	<atom:link href="http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/</link>
	<description>Philippines, Technology News &#38; Reviews</description>
	<pubDate>Sat, 22 Nov 2008 20:33:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Teenburg</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-218253</link>
		<dc:creator>Teenburg</dc:creator>
		<pubDate>Mon, 21 Apr 2008 14:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-218253</guid>
		<description>i'm use WP Security Scan 2.2.56.49 plugin</description>
		<content:encoded><![CDATA[<p>i&#8217;m use WP Security Scan 2.2.56.49 plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henryc</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-209939</link>
		<dc:creator>henryc</dc:creator>
		<pubDate>Tue, 25 Dec 2007 09:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-209939</guid>
		<description>I think auction.ph hae problem right now specially the One Peso auction fever of auction.ph since December 24,2007 4:00 pm event... right now the 3 auction.ph One Peso auction.ph no one can bid..

December 25,2007 10:00 Am MAGIC SING
                  2:00 pm LCD MONITOR
                  4:00 PM OLYMPUS FE-270 DIGITAL CAMERA</description>
		<content:encoded><![CDATA[<p>I think auction.ph hae problem right now specially the One Peso auction fever of auction.ph since December 24,2007 4:00 pm event&#8230; right now the 3 auction.ph One Peso auction.ph no one can bid..</p>
<p>December 25,2007 10:00 Am MAGIC SING<br />
                  2:00 pm LCD MONITOR<br />
                  4:00 PM OLYMPUS FE-270 DIGITAL CAMERA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Maguire</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149386</link>
		<dc:creator>Bob Maguire</dc:creator>
		<pubDate>Wed, 01 Aug 2007 04:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149386</guid>
		<description>Just wanted to add a bit more.  It wasn't Wordpress or my blog that was hacked, but a different 3rd-party PHP app on a different server, just in case that wasn't totally clear.

For my particular hack, permissions wouldn't have helped much as it essentially gave them as much rights as the web server process itself (which was not root, but enough to create zombies or other web-based daemons).  What actually saved me was the server runs on a PPC and not X86 platform, so most of their executables they tried to upload didn't work.

And whether it's PHP, ASP, JSP, or whatever, the message is still the same.  Anytime to use stuff from a third-party, you're opening yourself to potential vulnerabilities.

Mine's been closed for a while now, but it sure hasn't stopped them from still trying.  :)</description>
		<content:encoded><![CDATA[<p>Just wanted to add a bit more.  It wasn&#8217;t Wordpress or my blog that was hacked, but a different 3rd-party PHP app on a different server, just in case that wasn&#8217;t totally clear.</p>
<p>For my particular hack, permissions wouldn&#8217;t have helped much as it essentially gave them as much rights as the web server process itself (which was not root, but enough to create zombies or other web-based daemons).  What actually saved me was the server runs on a PPC and not X86 platform, so most of their executables they tried to upload didn&#8217;t work.</p>
<p>And whether it&#8217;s PHP, ASP, JSP, or whatever, the message is still the same.  Anytime to use stuff from a third-party, you&#8217;re opening yourself to potential vulnerabilities.</p>
<p>Mine&#8217;s been closed for a while now, but it sure hasn&#8217;t stopped them from still trying.  <img src='http://www.yugatech.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wites</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149333</link>
		<dc:creator>wites</dc:creator>
		<pubDate>Tue, 31 Jul 2007 03:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149333</guid>
		<description>since wordpress is built under php, there's more to it than just upgrading to the latest version. one way of securing your blog or any websites that run php should check their php config (php.ini) for "disable_functions"

here are some of the commonly abused php functions that should be disabled

show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen

but be warned that some client web scripts may break with some of these functions disabled.</description>
		<content:encoded><![CDATA[<p>since wordpress is built under php, there&#8217;s more to it than just upgrading to the latest version. one way of securing your blog or any websites that run php should check their php config (php.ini) for &#8220;disable_functions&#8221;</p>
<p>here are some of the commonly abused php functions that should be disabled</p>
<p>show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen</p>
<p>but be warned that some client web scripts may break with some of these functions disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Russell</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149317</link>
		<dc:creator>Michael Russell</dc:creator>
		<pubDate>Mon, 30 Jul 2007 18:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149317</guid>
		<description>Thanks for the link!

Fortunately, I wasn't hacked.  A PHP hack doesn't do much if your site is running ASP.NET.  ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the link!</p>
<p>Fortunately, I wasn&#8217;t hacked.  A PHP hack doesn&#8217;t do much if your site is running ASP.NET.  <img src='http://www.yugatech.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149310</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Mon, 30 Jul 2007 16:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149310</guid>
		<description>hay nakakatakot naman...

boss abe, pwede makapa upgrade ng WP ko. pag di ka na busy. 

thanks!</description>
		<content:encoded><![CDATA[<p>hay nakakatakot naman&#8230;</p>
<p>boss abe, pwede makapa upgrade ng WP ko. pag di ka na busy. </p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaypee</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149307</link>
		<dc:creator>Jaypee</dc:creator>
		<pubDate>Mon, 30 Jul 2007 14:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149307</guid>
		<description>A lot of blogs have been defaced recently. One notable site that was recently hacked was CSS Remix.

That's why it's always advisable to have a backup of your DB offline in case of emergency.

Good luck with the hack attacks! :D</description>
		<content:encoded><![CDATA[<p>A lot of blogs have been defaced recently. One notable site that was recently hacked was CSS Remix.</p>
<p>That&#8217;s why it&#8217;s always advisable to have a backup of your DB offline in case of emergency.</p>
<p>Good luck with the hack attacks! <img src='http://www.yugatech.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhay</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149302</link>
		<dc:creator>jhay</dc:creator>
		<pubDate>Mon, 30 Jul 2007 12:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149302</guid>
		<description>I think I was hacked before when the Ploghost server that hosted the .com.ph blogs went hay-wired just before the MOA Blogger meetup.

My blog's DB was wiped clean! Good thing I had backups on standby, otherwise, I'd gone insane! ;)</description>
		<content:encoded><![CDATA[<p>I think I was hacked before when the Ploghost server that hosted the .com.ph blogs went hay-wired just before the MOA Blogger meetup.</p>
<p>My blog&#8217;s DB was wiped clean! Good thing I had backups on standby, otherwise, I&#8217;d gone insane! <img src='http://www.yugatech.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Viloria</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149296</link>
		<dc:creator>Manuel Viloria</dc:creator>
		<pubDate>Mon, 30 Jul 2007 10:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149296</guid>
		<description>I've seen that attempted on sites with the Amember membership script. It's as if someone is trying to get hold of usernames and passwords so that they can log into the members-only folder.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen that attempted on sites with the Amember membership script. It&#8217;s as if someone is trying to get hold of usernames and passwords so that they can log into the members-only folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sparks</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149290</link>
		<dc:creator>sparks</dc:creator>
		<pubDate>Mon, 30 Jul 2007 08:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149290</guid>
		<description>Nakakatakot naman itong post na ito. :(</description>
		<content:encoded><![CDATA[<p>Nakakatakot naman itong post na ito. <img src='http://www.yugatech.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jozzua</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149258</link>
		<dc:creator>jozzua</dc:creator>
		<pubDate>Mon, 30 Jul 2007 07:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149258</guid>
		<description>Annoying.. hack attacks. Good luck with it Abe.</description>
		<content:encoded><![CDATA[<p>Annoying.. hack attacks. Good luck with it Abe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuga</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149242</link>
		<dc:creator>yuga</dc:creator>
		<pubDate>Mon, 30 Jul 2007 04:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149242</guid>
		<description>skiper, yup dude, read about it last Saturday. Wasn't able to comment kase closed ata. but thanks for the info. :)</description>
		<content:encoded><![CDATA[<p>skiper, yup dude, read about it last Saturday. Wasn&#8217;t able to comment kase closed ata. but thanks for the info. <img src='http://www.yugatech.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skiper</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149241</link>
		<dc:creator>skiper</dc:creator>
		<pubDate>Mon, 30 Jul 2007 04:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149241</guid>
		<description>Yuga, I encountered error on your site last friday and I blogged about it..

Check this out. This might help.
http://skiper.pinoyanswers.com/yugatechs-blog-encountered-internal-server-error/</description>
		<content:encoded><![CDATA[<p>Yuga, I encountered error on your site last friday and I blogged about it..</p>
<p>Check this out. This might help.<br />
<a href="http://skiper.pinoyanswers.com/yugatechs-blog-encountered-internal-server-error/" rel="nofollow">http://skiper.pinoyanswers.com/yugatechs-blog-encountered-internal-server-error/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuga</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149239</link>
		<dc:creator>yuga</dc:creator>
		<pubDate>Mon, 30 Jul 2007 03:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149239</guid>
		<description>@ Bob - lessons learned. ;)

@ Dorene - I suggest 644, unless otherwise specified by the app.

@ journeyist - yup, less is more secure. If you're on BlgoSpot, LiveJournal or other hosted sites, less worry for you since it's the provider that takes care of it. Plugins pose more threat because they come from varying sources.</description>
		<content:encoded><![CDATA[<p>@ Bob - lessons learned. <img src='http://www.yugatech.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>@ Dorene - I suggest 644, unless otherwise specified by the app.</p>
<p>@ journeyist - yup, less is more secure. If you&#8217;re on BlgoSpot, LiveJournal or other hosted sites, less worry for you since it&#8217;s the provider that takes care of it. Plugins pose more threat because they come from varying sources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: journeyist</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149238</link>
		<dc:creator>journeyist</dc:creator>
		<pubDate>Mon, 30 Jul 2007 03:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149238</guid>
		<description>Does this mean a blog is LESS vulnerable if it has no plugins?

...and just curious, is this vulnerability issue via plugins also present when using other blogging platforms, like blogspot for instance?</description>
		<content:encoded><![CDATA[<p>Does this mean a blog is LESS vulnerable if it has no plugins?</p>
<p>&#8230;and just curious, is this vulnerability issue via plugins also present when using other blogging platforms, like blogspot for instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorene</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149229</link>
		<dc:creator>Dorene</dc:creator>
		<pubDate>Mon, 30 Jul 2007 02:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149229</guid>
		<description>What should be the permission code if not 777?</description>
		<content:encoded><![CDATA[<p>What should be the permission code if not 777?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Maguire</title>
		<link>http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149219</link>
		<dc:creator>Bob Maguire</dc:creator>
		<pubDate>Mon, 30 Jul 2007 01:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.yugatech.com/blog/the-internet/hack-attack-in-progress/#comment-149219</guid>
		<description>Yes, a very important warning indeed.  If I could just add emphasis on the "upgrade to the latest stable version" part, that's how I got bitten.  Actually, the provider of the software that had the vulnerability in it, discovered the problem and quickly provided a fix on the mailing list, of which I was a member.  However, I put it on my "to do" list where I promptly forgot about it and never applied the fix, only to get hacked a month or so later.

So yes, keep your software and plug-ins up to date!


bob</description>
		<content:encoded><![CDATA[<p>Yes, a very important warning indeed.  If I could just add emphasis on the &#8220;upgrade to the latest stable version&#8221; part, that&#8217;s how I got bitten.  Actually, the provider of the software that had the vulnerability in it, discovered the problem and quickly provided a fix on the mailing list, of which I was a member.  However, I put it on my &#8220;to do&#8221; list where I promptly forgot about it and never applied the fix, only to get hacked a month or so later.</p>
<p>So yes, keep your software and plug-ins up to date!</p>
<p>bob</p>
]]></content:encoded>
	</item>
</channel>
</rss>
