Slashdot Log In
2M New Websites a Year Compromised To Serve Malware
Posted by
kdawson
on Fri Jan 25, 2008 10:33 AM
from the wave-upon-wave dept.
from the wave-upon-wave dept.
SkiifGeek writes "Sophos claims that they are detecting 6,000 new sites daily that have been compromised to serve malware to unsuspecting site visitors, with 80% of site owners not aware that they have been compromised — though this figure is probably on the low side. With increasingly vocal arguments being put forward by security experts criticizing the performance and capability of site validation tools (though many of these experts offer their own tools and services for similar capabilities), and rising levels of blended attacks, perhaps it is time you reviewed the security of your site and what might be hiding in infrequently used directories."
Related Stories
[+]
Apache: Breakdowns of Website Defacement by Platform 54 comments
SkiifGeek writes "Zone-H have recently posted the statistical breakdown of the collected website defacements from the last few years. Surprisingly, in 2007 more Linux servers suffered a successful attack than all versions of Windows, combined. Similarly, more Apache installations were successfully attacked than all IIS versions combined. A day after posting this data, Zone-H have questioned the appropriateness of continuing to operate the archive. Despite the valuable information that can be gleaned from the service, it may soon be lost to the world. The natural successor to the now-defunct Alldas archive of defaced websites, Zone-H's archive maintains records of over 2.6 million defaced sites but may be shut down due to the continuous accusations of impropriety leveled against them any time they disclose and mirror a reported defacement."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

How to Check a LAMP Server? (Score:4, Interesting)
Re:How to Check a LAMP Server? (Score:5, Informative)
Might not be the best solution but it should be easy to implement. Larger sites can do incremental scans. It would be harder to detect corruption of databases, though, unless you know what to look for or have a concrete way of validating the contents.
=Smidge=
Re: (Score:2, Informative)
You're right that it won't help you detect that somebody has managed to insert a chunk of javascript or PHP in your insecure mySQL/PHP w
Re: (Score:2, Informative)
Re: (Score:2)
Radmind (Score:2, Informative)
AFICK. (Score:2)
Also, keep an eye
Additionnal malware detection tools (Score:2)
- chkrootkit [chkrootkit.org]
- rkhunter [rootkit.nl]
They are scripts that scan the system for known root kits, weird behaviours and hidden files in unusual places.
They can
hit it with a hammer (Score:2)
Re: (Score:3, Informative)
Re: (Score:2)
validated certified imdemnified .. (Score:2)
Hmm, time to improve the common tools (Score:4, Interesting)
For example, once you set up your web site, "lock it" so if there are any changes to files or directories that shouldn't change, the site will break in a non-harmful way rather than be compromised.
If and when these files need updating, the "unlock" process should be done using a tool independent of the main web-server process, perhaps by using a different web-server process running on a different port or even a process on a different computer that validates the request then passes it on to the main web server.
Re: (Score:2)
If it's not supposed to change at all, just issue chattr +i on it to make it immutable. Then it won't change, even w/ system root permissions. Just remember to unset the flag any time that you do want to change something ("chattr -i").
Re: (Score:2)
chattr is not meant to be any sort of cure-all - far from it. But for files (and even directories) in the chroot jail that don't change very often (if at all), like logo images, ce
virtualized rootkits (Score:3, Interesting)
Completely useless. (Score:4, Insightful)
I would love to put that list in my squid blocking file to protect my users.
Re: (Score:2)
If it was domains names the same problem would apply b
what does this look like from the client? (Score:4, Interesting)
I tend to think that keeping my OS patched keeps me pretty safe, but there's always a delay after a new vulnerability is discovered before the patches come out (the zero day) and what concerns me is that if someone has a very large network of compromised web servers, they can roll out a zero day vulnerability to all of them and do a lot of damage.
As to symptoms, I think spyware used to be the big problem, and infected computers would have popups and such. But now I think that infected machines will be used primarily to send spam. Is that correct?
What I wanna know is ... (Score:3, Interesting)
Imagine all the useful things we could do for the world if we all had access to this distributed computing power.
Re: (Score:2)
Re: (Score:2)
Well, I think you might be a bit late with that.
But think of the good things that could be done with a free and open implementation.
OTOH, it's been more than 25 years since the first true d
Yes... (Score:3, Interesting)
Somebody should warn... (Score:2, Funny)
Vendor FUD or Real? (Score:4, Interesting)
Absent more detail, I am calling shenanigans on this statistic, Sophos, and the Register. I am soooo sick of the FUD.
Harumph!