Number of Web Application Hacks Up 53
An anonymous reader writes "According to an article at Information Week, 'Web site hacks are on the rise and pose a greater threat than the broad-based network attacks...' Citing statistics from the Web Hacking Incidents Database, 'Web hacking attacks numbered 58 in 2005, up from 16 in 2004 and 9 in 2003. Another 20 attacks have been reported this year against sites including open-source repository Sourceforge.net and social network MySpace.com, putting 2006 on pace to be the worst year yet.'"
Number of hacking attempts (Score:5, Insightful)
And what percentage of "web hacking attacks" are reported to the Web Application Security Consortium? I would venture to guess that a very small number are reported making these numbers statistically meaningless.
Re:Number of hacking attempts (Score:3, Insightful)
Re:Number of hacking attempts (Score:4, Interesting)
Let's assume for a second that 1% of all attacks are reported. That would mean that 16 out of 1600 were reported in 2004 and 58 out of 5800 were reported in 2005. Now, let's say that the percentage of reports increased by 1% point in 2005. So, 1% reported in 2004 and 2% reported in 2005. That would mean that 16 out of 1600 were reported in 2004 and 58 out of 2900 were reported in 2005. So, in this scenario what looked look a 362.5% increase in attacks is actually only a 181.25% increase in attacks. So, a small change in the reported percentage could make a huge difference in the apparent increase. These numbers are so ridiculously low to begin with, I wouldn't be surprised if less than 1% of web attacks are reported. I looked through the list and can think of some attacks I know of to some pretty big sites that weren't reported. Plus, some incidents are pretty generic and don't address a specific attack while others do address specific attacks. So, their definition of a "Web hacking attacks" seems to be quite fluid. Basically what I'm saying is that these numbers are absolutely meaningless.
Re:Number of hacking attempts (Score:1)
Plus, out of curiousity, I've tried some SQL injection attacks on web sites. Never anything malicious, just changing selection criteria to see if the site made any attempt to escape quotes and such for SQL parameters. Should those count?
Re:Number of hacking attempts (Score:2)
Re:Number of hacking attempts (Score:1)
As to the statistical value of the database: the numbers are indeed too small to conclude any accurate conclusi
Re:Number of hacking attempts (Score:2)
Re:Number of hacking attempts (Score:1)
Re:Number of hacking attempts (Score:2, Funny)
According to zone-h.org [zone-h.org], there were 494,988 web hacking attacks in 2005.
Close enough.
Re:Number of hacking attempts (Score:1)
Specifically addressing the defacement incidents reported in zone-h, bear in mind that in nearly all of these incidents there is no public information on the way in which they where ca
Don't give the "hackers" that much credit... (Score:5, Insightful)
Re:Don't give the "hackers" that much credit... (Score:3, Interesting)
I agree, and I think that the reason there are people writing web applications and not thinking about security is that web apps are still thought of by businesses as "pretty things to attract customers" rather than, "part of our network"
Pretty things are low on the list of priorities for managers, so they hire some kid to make their website.
I can't say that I've *ever* seen PHP or Perl or ASP code that loo
Re:Don't give the "hackers" that much credit... (Score:3, Informative)
You obviously haven't seen any of my PHP and Perl code (I've never written ASP). Of course, it may be that you haven't seen my web applications code because I'm not a "web designer" - can't get a job in that industry, which speaks to the truth of your assertions concerning who companies hire to create web applications.
Re:Don't give the "hackers" that much credit... (Score:2)
Re:Don't give the "hackers" that much credit... (Score:3, Informative)
I think you should pay a visit to the CPAN [cpan.org]. It's 4G+ of perl modules that are well documented, fully unit-tested, and largely platform independent. I've seen some bad web applications in my time (all PHP incidentally), but there are plenty of excellent perl programmers writing excellent perl code.
If you're interested in learning to write good Perl, I suggest you take a look at Damian Conway's book, "Perl B
Re:Don't give the "hackers" that much credit... (Score:2)
Lando
Ugh (Score:2, Funny)
So does that mean if I do all my web searches on my windows 98 machine using internet explorer but I use MSN search, not google, I'll be OK?
-Grey [wellingtongrey.net]
Someone has a bit of trouble counting... (Score:1, Funny)
I have a feeling there are a LOT more than that. Anyone have a calculator to lend them?
This article is scaremongering (Score:3, Insightful)
Also, the article states this is a big deal partly because more financial institutions are offering services online. But then, they state one of the major reasons for the problem is that web applications are generally not coded with security in mind. If you're coding a web app for a financial institution, and security is not the number one issue on your mind, you should be fired, and the financial institution should be put out of business for hiring your dumb ass in the first place.
Re:This article is scaremongering (Score:1)
Re:This article is scaremongering (Score:2)
Nevermind that the framework you're working with is inherently insecure. Or that the financial institutions themselves routinely make gigantic errors. It's a house of cards, man. A HOUSE of CARDS!
percentage attacks (Score:1)
Tuttle? (Score:5, Funny)
Re:Tuttle? (Score:1)
LOL... Where are my mod points when I need them?
Danish.... (Score:2)
Re:Danish.... (Score:2)
those numbers seem rediculously low, and based on what? the tiny little company i work for, i think i've had *at least* that many failed sql injection attacks in my logs this year.
where the hell are these number coming from?
You've got to be Kidding! (Score:4, Insightful)
MOD PARENT UP! (Score:1)
Hacky Websites are On the Rise Too (Score:1)
huh? (Score:1)
Re:huh? (Score:2)
Downloading an exploitive script and using it against 100,000 web pages hoping to hit one or two isn't hacking.
Re:huh? (Score:1)
AJAX hacks will be cracked (Score:3, Insightful)
It's not only the interface and usability which takes a leap in complexity if you want to keep stuff working.
First, you have data communication on the background, for everyone curious to see. Second, there's a leap in usage and development and thus potential for crackers. Last, the average AJAX developer is inexperienced.
Re:AJAX hacks will be cracked (Score:2)
First, you have data communication on the background, for everyone curious to see.
If you're sending critical data over a non-SSL connection, whether its AJAX or anything else, you deserve what you get.
Second, there's a leap in usage and development and thus potential for crackers.
What does this mean? More code is written so there's a greater chance that there will be a bug? True, but this is true with ALL software. Plus, AJAX is usually using an interfac
Re:AJAX hacks will be cracked (Score:1)
Uhm, why would anyone spread FUD about what he's currently doing by choice? That's ridiculous and hardly an impressive introduction.
> Ummm, I was coding web apps well before AJAX became "the thing". Am I less experienced at writing things for AJAX, yes, it hasn't really been en vogue as long as JSP/Java. Am I a pretty experienced developer and web developer who picked up AJAX because it could enhance his apps, yes. You (and many others) seem to have t
Re:AJAX hacks will be cracked (Score:2)
Maybe you're just afraid that something comes along that changes the value of your skill set.
The value of a skill set depreciates over time, just like almost all assets, don't upgrade it and you're f'ed. That's why I learned about AJAX in the first pla
Re:AJAX hacks will be cracked (Score:1)
PHPBB (Score:1, Interesting)
Sourceforge.com was my fault (Score:3, Interesting)
A few hacks (Score:2, Funny)
uhh... Nevermind.