Re: [Ilugc] website monitoring tool wanted

2009-08-08 Thread Anand
2009/8/7 Raja Subramanian > On Thu, Aug 6, 2009 at 10:36 PM, Anand wrote: > > Was it by any chance a gumblar.cn or related worm? > > Similar. But I can't recollect if it was the same. > > - Raja > ___ > To unsubscribe, email ilugc-requ...@ae.iitm.ac.i

Re: [Ilugc] website monitoring tool wanted

2009-08-07 Thread Raja Subramanian
On Thu, Aug 6, 2009 at 10:36 PM, Anand wrote: > Was it by any chance a gumblar.cn or related worm? Similar. But I can't recollect if it was the same. - Raja ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or

Re: [Ilugc] website monitoring tool wanted

2009-08-06 Thread Anand
2009/7/26 Raja Subramanian > Dear All, > > A friend runs a website which was hacked recently -- someone > injected javascript into all the html files and did some bad things. > > The issue has been fixed, but to ensure such modifications > are identified quickly, I'm looking for an application wh

Re: [Ilugc] website monitoring tool wanted

2009-07-29 Thread amachu
On Thu, 2009-07-30 at 09:45 +0530, amachu wrote: > Have you tried this, > > https://addons.mozilla.org/en-US/firefox/addon/1326 > > I have it on my Firefox. Gives risk measurement, ratings etc., > > Pretty useful at times. and non-free.. -- ஆமாச்சு _

Re: [Ilugc] website monitoring tool wanted

2009-07-29 Thread amachu
Have you tried this, https://addons.mozilla.org/en-US/firefox/addon/1326 I have it on my Firefox. Gives risk measurement, ratings etc., Pretty useful at times. -- ஆமாச்சு ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in

Re: [Ilugc] website monitoring tool wanted

2009-07-29 Thread Raja Subramanian
On Wed, Jul 29, 2009 at 6:48 PM, Natarajan V wrote: > So, you keep checking-in whatever is there in the website. Might be a > labeling might also help? > > Do you plan to  have a "cleanup job" to clean Very very old data? You mean something like "rm -rf svnrepo/"? :-) This website is updated a fe

Re: [Ilugc] website monitoring tool wanted

2009-07-29 Thread Natarajan V
On Tue, Jul 28, 2009 at 10:13 PM, Raja Subramanian wrote: > On Mon, Jul 27, 2009 at 8:49 PM, Natarajan V wrote: >> Would CRON + WGET + DIFF + SENDMAIL solve the problem? > > Put together the following solution: > > Cron + wget to fetch all the watched urls (with the http headers). > > Check in all

Re: [Ilugc] website monitoring tool wanted

2009-07-28 Thread Raja Subramanian
On Mon, Jul 27, 2009 at 8:49 PM, Natarajan V wrote: > Would CRON + WGET + DIFF + SENDMAIL solve the problem? Put together the following solution: Cron + wget to fetch all the watched urls (with the http headers). Check in all watched files into a svn repo. Subversion is intelligent enough to co

Re: [Ilugc] website monitoring tool wanted

2009-07-27 Thread Gilbert Raja
No. Need Web based IDS in PHP Script. That would mail you all the details about your visitor. Either he is novice or leet we need the details about him. This script would send the details about where he is accessing from. Which country, location, city, Which browser and operating system. Even it ca

Re: [Ilugc] website monitoring tool wanted

2009-07-27 Thread Natarajan V
On Mon, Jul 27, 2009 at 2:29 PM, Raja Subramanian wrote: > Seems like the only solution for my problem is to put together my > own solution, though I find it unlikely that I'm the only one with such > a requirement! Would CRON + WGET + DIFF + SENDMAIL solve the problem? -- Natarajan. ___

Re: [Ilugc] website monitoring tool wanted

2009-07-27 Thread Vamsee Kanakala
Raja Subramanian wrote: This website is 100% static html and does not contain any dynamic bits or html forms. The problem occurred due to web server config issues by the hosting provider and this has been resolved independently. Oops, sorry for misunderstanding about the nature of the probl

Re: [Ilugc] website monitoring tool wanted

2009-07-27 Thread srikrishna das
If you ware talking about monitoring tool then you could look at zabbix/groundworkmonitor/nagios. --- On Mon, 7/27/09, Raja Subramanian wrote: From: Raja Subramanian Subject: Re: [Ilugc] website monitoring tool wanted To: "ILUG-C" Date: Monday, July 27, 2009, 2:29 PM On Mon, Jul 2

Re: [Ilugc] website monitoring tool wanted

2009-07-27 Thread Raja Subramanian
On Mon, Jul 27, 2009 at 10:55 AM, Vamsee Kanakala wrote: > Raja Subramanian wrote: >> A friend runs a website which was hacked recently -- someone >> injected javascript into all the html files and did some bad things. > > Also called XSS - cross-site scripting attacks. The best way to avoid this

Re: [Ilugc] website monitoring tool wanted

2009-07-26 Thread Vamsee Kanakala
Raja Subramanian wrote: Dear All, A friend runs a website which was hacked recently -- someone injected javascript into all the html files and did some bad things. Also called XSS - cross-site scripting attacks. The best way to avoid this is clean up all the inputs that the forms are acceptin

RE: [Ilugc] website monitoring tool wanted

2009-07-26 Thread Sivakumar Gopalan
> Can anyone suggest a good utility which I can run non-interactively, > preferably through cron, and can address my requirement? > Are you versioning your website data? Most of the versioning tools available now provide you mail a mail with changeset. Also some of them have the capability to ble

Re: [Ilugc] website monitoring tool wanted

2009-07-26 Thread Shakthi Kannan
Hi, --- On Sun, Jul 26, 2009 at 11:08 PM, Raja Subramanian wrote: | A friend runs a website which was hacked recently \-- s/hacked/cracked/ --- | Can anyone suggest a good utility ... \-- Try WebsiteCDS: http://code.google.com/p/websitecds/ SK -- Shakthi Kannan http://www.shakthimaan.com ___

Re: [Ilugc] website monitoring tool wanted

2009-07-26 Thread Krishna
On Sun, Jul 26, 2009 at 7:38 PM, Raja Subramanian wrote: > Dear All, > > A friend runs a website which was hacked recently -- someone > injected javascript into all the html files and did some bad things. > > The issue has been fixed, but to ensure such modifications > are identified quickly, I'm