
<?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: How to detect if your webserver is hacked and get alerted</title>
	<atom:link href="http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/</link>
	<description>Little words of wisdom</description>
	<lastBuildDate>Sat, 04 Sep 2010 23:02:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dd</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-16851</link>
		<dc:creator>dd</dc:creator>
		<pubDate>Wed, 09 Jun 2010 20:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-16851</guid>
		<description>Take a look at these links as well.. Sucuri does that for you remotely... Kinda like a tripwire for web sites, DNS, whois ,etc: sucuri.net

For local servers, OSSEC is pretty good too (open source): ossec.net</description>
		<content:encoded><![CDATA[<p>Take a look at these links as well.. Sucuri does that for you remotely&#8230; Kinda like a tripwire for web sites, DNS, whois ,etc: sucuri.net</p>
<p>For local servers, OSSEC is pretty good too (open source): ossec.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dungto</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-13802</link>
		<dc:creator>dungto</dc:creator>
		<pubDate>Thu, 25 Mar 2010 07:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-13802</guid>
		<description>My method. List all executable / script files in your root using script and calculate it&#039;s md5 save the result on text file or database. Periodically recheck md5 value and compare with last result. Pay some attention if you find difference.</description>
		<content:encoded><![CDATA[<p>My method. List all executable / script files in your root using script and calculate it&#8217;s md5 save the result on text file or database. Periodically recheck md5 value and compare with last result. Pay some attention if you find difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Gav</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-10692</link>
		<dc:creator>Jerry Gav</dc:creator>
		<pubDate>Tue, 05 Jan 2010 12:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-10692</guid>
		<description>Thanks for the detailed post!</description>
		<content:encoded><![CDATA[<p>Thanks for the detailed post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janice</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-9999</link>
		<dc:creator>Janice</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-9999</guid>
		<description>Thanks for sharing the code. This is a script via a cron job to alert you for file changes. Something like the oscommerce site monitor contribution I guess.   

If you your server was hacked in the past you should not only restore from backups and change passwords, but figure out how they got in and fix the code. (You have the host&#039;s server logs that should give you clues). As per the google code for the project the top request is to find out which file has changed. That will be a good enhancement. I hope someone will be able to do that for me :)

Atleast this is a great solution to figure out if someone has tampered with any code on my site!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the code. This is a script via a cron job to alert you for file changes. Something like the oscommerce site monitor contribution I guess.   </p>
<p>If you your server was hacked in the past you should not only restore from backups and change passwords, but figure out how they got in and fix the code. (You have the host&#8217;s server logs that should give you clues). As per the google code for the project the top request is to find out which file has changed. That will be a good enhancement. I hope someone will be able to do that for me <img src='http://www.webdigi.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Atleast this is a great solution to figure out if someone has tampered with any code on my site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: just_browsing</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-7925</link>
		<dc:creator>just_browsing</dc:creator>
		<pubDate>Sat, 17 Oct 2009 22:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-7925</guid>
		<description>hmmm interesting little project, looking at some-point to implement something like this when I re-active my site.  Shut it down due to getting compromised by a wordpress vulnerability that activated on my own PC when I went to view something on mysite - net result they got my FTP logins that resulted in over 50 different IP&#039;s login each attempting to make a single file amend.

So shut it all down - managed to nip it in the bud early.

Easy tell tale sign of file change is the Date ;) it not often when you have a site up and running that you amend the files so a compromised account will harbour a date newer than when you uploaded.  

Worthwhile using that sort of functionality to pick out altered files.</description>
		<content:encoded><![CDATA[<p>hmmm interesting little project, looking at some-point to implement something like this when I re-active my site.  Shut it down due to getting compromised by a wordpress vulnerability that activated on my own PC when I went to view something on mysite &#8211; net result they got my FTP logins that resulted in over 50 different IP&#8217;s login each attempting to make a single file amend.</p>
<p>So shut it all down &#8211; managed to nip it in the bud early.</p>
<p>Easy tell tale sign of file change is the Date <img src='http://www.webdigi.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  it not often when you have a site up and running that you amend the files so a compromised account will harbour a date newer than when you uploaded.  </p>
<p>Worthwhile using that sort of functionality to pick out altered files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-4814</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 13 Jul 2009 05:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-4814</guid>
		<description>Thanks for the help!  I&#039;ve suggested it to my friends and colleagues.  I&#039;ve also referenced your article in my post.  I&#039;ve assumed the link is the way you want it.  Keep up the great work!

Thanks again,

Ben</description>
		<content:encoded><![CDATA[<p>Thanks for the help!  I&#8217;ve suggested it to my friends and colleagues.  I&#8217;ve also referenced your article in my post.  I&#8217;ve assumed the link is the way you want it.  Keep up the great work!</p>
<p>Thanks again,</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antispin</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-4328</link>
		<dc:creator>antispin</dc:creator>
		<pubDate>Wed, 01 Jul 2009 14:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-4328</guid>
		<description>Many people (such as myself) may not have any immediate alternative -- and it&#039;s definitely better than nothing. Thanks for the script.

Tripwire, AIDE, AFICK, Samhain are alternatives but require you to have complete control over your web server.</description>
		<content:encoded><![CDATA[<p>Many people (such as myself) may not have any immediate alternative &#8212; and it&#8217;s definitely better than nothing. Thanks for the script.</p>
<p>Tripwire, AIDE, AFICK, Samhain are alternatives but require you to have complete control over your web server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Planet Android &#187; Blog Archive &#187; Simple Website Change Detection System</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-2040</link>
		<dc:creator>Planet Android &#187; Blog Archive &#187; Simple Website Change Detection System</dc:creator>
		<pubDate>Thu, 07 May 2009 04:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-2040</guid>
		<description>[...] Change Detection System Posted by Admin  May - 7 - 2009 - Thursday        I happened to read a post on how to detect if someone has changed files on your webserver to serve nebulous scripts and what [...]</description>
		<content:encoded><![CDATA[<p>[...] Change Detection System Posted by Admin  May &#8211; 7 &#8211; 2009 &#8211; Thursday        I happened to read a post on how to detect if someone has changed files on your webserver to serve nebulous scripts and what [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple Website Change Detection System &#124; California Dreams</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-2039</link>
		<dc:creator>Simple Website Change Detection System &#124; California Dreams</dc:creator>
		<pubDate>Thu, 07 May 2009 04:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-2039</guid>
		<description>[...] happened to read a post on how to detect if someone has changed files on your webserver to serve nebulous scripts and what [...]</description>
		<content:encoded><![CDATA[<p>[...] happened to read a post on how to detect if someone has changed files on your webserver to serve nebulous scripts and what [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-1983</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 05 May 2009 23:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-1983</guid>
		<description>Also checkout TripWire. -Thanks!

sourceforge.net/projects/tripwire/</description>
		<content:encoded><![CDATA[<p>Also checkout TripWire. -Thanks!</p>
<p>sourceforge.net/projects/tripwire/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
