<?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>Review Of Web &#187; security</title> <atom:link href="http://reviewofweb.com/tag/security/feed/" rel="self" type="application/rss+xml" /><link>http://reviewofweb.com</link> <description>Make the most of technology</description> <lastBuildDate>Sat, 12 May 2012 16:13:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>WordPress site hacked. Here is what I did to &#8220;un-hack&#8221; it</title><link>http://reviewofweb.com/how-to/remove-wordpress-hack/</link> <comments>http://reviewofweb.com/how-to/remove-wordpress-hack/#comments</comments> <pubDate>Tue, 08 May 2012 21:02:24 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[how to]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[security]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://reviewofweb.com/?p=1367</guid> <description><![CDATA[Wordpress site got hacked and how I dealt with it. Full Story on how I identified the hacked files and removed malware from them.<p><a
href="http://reviewofweb.com/how-to/remove-wordpress-hack/">WordPress site hacked. Here is what I did to &ldquo;un-hack&rdquo; it</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p><img
style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="thief_on_computer" src="http://reviewofweb.com/wp-content/uploads/2012/05/thief_on_computer.png" alt="thief_on_computer" width="89" height="159" align="right" border="0" /></p><p>Finally got hacked after 6 years of safe journey online.</p><p>Two weeks back, a simple site search <em>site:ReviewOfWeb.com </em>on Google revealed some unwanted results which clearly showed that my site was under attack. Here is how some of my site URLs looked like in Google. [Check the description.]</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="search-query" src="http://reviewofweb.com/wp-content/uploads/2012/05/searchquery.jpg" alt="search-query" width="579" height="307" border="0" /></p><p>The interesting thing about this hack was that it was a conditional redirect, or in simple words, when you would navigate to this site by directly entering the URL in address bar, you would get the actual page of my website but when a visitor arrives from a search engine he would get re-directed to the spammers website in what was probably an <em>iframe</em>.</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="hacked-website" src="http://reviewofweb.com/wp-content/uploads/2012/05/hackedwebsite.jpg" alt="hacked-website" width="537" height="445" border="0" /></p><h3>What should you do in a similar situation?</h3><p>Calm down! It is unnerving to see your site being surrounded by malware and Google showing nasty links and text below your site URL, but the damage is done and you have to correct that. Worrying about it may make the matter worse.</p><h3>How to identify the files that got hacked?</h3><p>SSH to login to your website and find the last modified files by the timestamp. You can ask your webhost. In my case the hacker had inserted a <em>base64_decode() </em>in my wordpress header file. Though I was able to nail down the files which were hacked, just to be doubly sure I preferred to hire a professional malware removal agency <a
href="http://reviewofweb.com/go/Sucuri/" rel="nofollow">Sucuri.net</a></p><p>Folks at Sucuri were super fast and removed the malware within half and hour of opening a ticket with them. They followed up with some general recommendations on how to prevent further attacks. The recommendations included changing FTP credentials, wordpress login credentials, database passwords, updating core wordpress, wordpress plugins and running a thorough virus scan on the personal machine. I did as advised by them.<br
/> To my surprise, within 2 hours the malware returned, this time affecting another file &#8211; <em>index.php</em></p><p>This was more worrying since it seemed the intruder was targeting at will. While it is relatively easy to identify the files that get hacked, at times it is extremely difficult to identify <em>how </em>the intruder reached those files. Since I had already updated my wordpress installations and changed passwords, I nailed down three possibilities -</p><ol><li>A vulnerable wordpress plugin that is not updated by the developer.</li><li>Vulnerable wordpress theme.</li><li>Open permissions (chmod 777) on my shared server.</li></ol><p>First, I uninstalled all the plugins, removed all except the core tables from the wordpress database and then did a fresh reinstall of the plugins that were really required. Along with that, I also changed my theme framework from Woo Theme to the current <a
href="http://reviewofweb.com/go/ThesisTheme/" rel="nofollow">Thesis theme</a> (In the recent past, WooTheme framework had been targeted twice). There was an unused script in my account whose temp folder had open permissions, which I fixed.<img
style="display: inline; margin-left: 0px; margin-right: 0px;" title="stick_figure_mopping_floor" src="http://reviewofweb.com/wp-content/uploads/2012/05/stick_figure_mopping_floor.gif" alt="stick_figure_mopping_floor" width="133" height="129" align="right" /></p><h3>Final Cleanup act</h3><p>The excellent folks at <a
href="http://reviewofweb.com/go/Sucuri/" rel="nofollow">Sucuri</a> – a special thanks to David Dede &#8211; did the clean up once again and since then this site is pretty safe. Sucuri not only provides clean up services but they also provide a facility whereby your site is checked every 6 hrs for any major/core file changes. A premium wordpress plugin is included which helps in 1 click ‘hardening’ of wordpress installation, logging changes to your wordpress files and blocking bad bots from visiting your website. I have now upgraded my plan at Sucuri and secured all my sites. You can check more about Sucuri <a
href="http://reviewofweb.com/go/Sucuri/" rel="nofollow">here</a></p><p>Over to you. Have you ever got hacked? How did you clean the mess? More importantly were you able to identify the source?</p><p><a
href="http://reviewofweb.com/how-to/remove-wordpress-hack/">WordPress site hacked. Here is what I did to &ldquo;un-hack&rdquo; it</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/how-to/remove-wordpress-hack/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Secure your electronic gadgets with ClipHanger</title><link>http://reviewofweb.com/recommends/secure-electronic-gadgets-cliphanger/</link> <comments>http://reviewofweb.com/recommends/secure-electronic-gadgets-cliphanger/#comments</comments> <pubDate>Wed, 22 Jul 2009 13:31:11 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[how to]]></category> <category><![CDATA[recommends]]></category> <category><![CDATA[cliphanger]]></category> <category><![CDATA[security]]></category><guid
isPermaLink="false">http://reviewofweb.com/?p=639</guid> <description><![CDATA[We have often been culprits of handling our electronic devices without the necessary amount of care. Some of us despite being careful end up dropping or manage to land a scratch or two on our favorite device. It is to save our devices from such undesired events a product called Cliphanger is widely in use.<p><a
href="http://reviewofweb.com/recommends/secure-electronic-gadgets-cliphanger/">Secure your electronic gadgets with ClipHanger</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>We have often been culprits of handling our electronic devices without the necessary amount of care. Some of us despite being careful end up dropping or manage to land a scrat<a
rel="nofollow" href="http://www.linkconnector.com/traffic_affiliate.php?lc=035883028122003972&amp;lcpt=0&amp;lcpf=0"><img
style="display: inline; margin-left: 0px; margin-right: 0px" src="http://www.linkconnector.com/traffic_record.php?lc=035883028122003972" border="0" alt="Get Cliphanger" align="right" /></a>ch or two on our favorite device. It is to save our devices from such undesired events a product called <a
href="http://reviewofweb.com/go/cliphanger">Cliphanger</a> is widely in use.</p><p><a
rel="nofollow" href="http://reviewofweb.com/go/cliphanger">Cliphanger</a> offers a line of products which allow electronic devices such as cell phones, Handhelds, PDA’s etc to be held securely by attaching these to other objects. Cliphanger binds itself with the electronic device by means of an industrial adhesive affixed to the device or by a screw and nut procedure. Even though, it may seem to be cumbersome, it is absolutely easy to use. The device can be easily detached from Cliphanger with the slightest of efforts.</p><p><img
style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="Cliphanger" src="http://reviewofweb.com/wp-content/uploads/2009/07/image9.png" border="0" alt="Cliphanger" width="324" height="140" /></p><p>Cliphanger also be used to hang the device on a peg or a hook. Since the free end of the product is rather flexible, it can be used to attach onto straps or loops also. Thus in effect, Cliphanger is a simple unit which manages to stay with the device for convenience without any bulk.</p><p>Since the launch of Cliphanger, the popularity of the product has increased tremendously, so much so that other companies have gone to the extent copying the features of Cliphanger and are selling them under their respective brand names. Needless to say, the quality of the product offered by the original designer and manufacturer far exceeds those of the copied versions available. Apart from these features, the customers of Cliphanger also get dedicated customer service with products tailored to their needs.</p><p>In an attempt to reduce the chances of local dealers cheating customers by pushing forward the cheaper, lower quality fake versions of the product, Cliphanger is currently available in only select retail outlets. Customers are also encouraged to order the product via the <a
rel="nofollow" href="http://reviewofweb.com/go/cliphanger">Cliphanger website</a> or place their orders by calling on the numbers specified on the website.</p><p><strong>PS:</strong> Use the coupon code<strong> PARADE</strong> during check-out to get 15% discount.</p><p>Go to <a
rel="nofollow" href="http://reviewofweb.com/go/cliphanger">ClipHanger</a></p><p><a
href="http://reviewofweb.com/recommends/secure-electronic-gadgets-cliphanger/">Secure your electronic gadgets with ClipHanger</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/recommends/secure-electronic-gadgets-cliphanger/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/8 queries in 0.053 seconds using disk: basic
Object Caching 819/821 objects using disk: basic

Served from: reviewofweb.com @ 2012-05-23 04:13:37 -->
