I like to regularly check one of my largest systems web traffic stats to see what kind of browsers our users are visiting with and I have previously posted reports which have showed IE maintaining its position at the top of the stats every time.
One of our sites is used by a large corporate company that heavily restricts the type of browser their workers can use to access the Internet which means that they have to use IE 6 but even accounting for that it surprising to see that IE 6 is still at the top of the browser usage report even though IE 8 has been out for a long time and IE 9 is on the way.
One other reason I can think of that explains why so many people are still using IE 6 is that it seems to be the useragent of choice for spoofers and hackers. I have an automated system that I have built that logs, identifies, and then bans these bad bots and users and I have built up quite a large database of known IP / Agents so I can regularly check to what kind of tricks they are up to.
The latest batch of hackbots that I have spotted are using stripped down URL Encoded HTML without quotes for attributes and without protocols in the links e.g
%3C%69%66%72%61%6D%65%20%73%72%63%3D%2F%2F%73%6F%6D%65%64%6F%64%67%79%73%69%74%65%2E%72%75%3E
When URL Decoded becomes
<iframe src=//dodgysite.ru>
Even though there are no quotes around the src attribute and no protocol at the beginning of the URL this HTML will still work and is a common technique used by minifiers (including Google) to cut down on the size of HTML files.
Obviously the whole point of this is to beat injection and hack tests that rely on pattern matching in a similar way to those sql injection attacks that are all uP aNd DoWn aiming to beat people who have forgotten to make their systems sql injection detection routines case insensitive.
Any how here are the latest browser usage reports for the first month of 2011
Top Browsers
Browser | Usage % |
---|---|
IE 6.0 | 48.12 |
IE 8.0 | 16.04 |
IE 7.0 | 12.14 |
Firefox 3.6 | 6.71 |
Chrome 8.0 | 4.82 |
IE 5.5 | 4.31 |
Safari 5.0 | 1.83 |
Firefox 3.0 | 1.06 |
Firefox 3.5 | 0.97 |
Safari 4.0 | 0.41 |
Opera 9.0 | 0.36 |
Opera 8.0 | 0.36 |
iPhone 4.2 | 0.34 |
Firefox 2.0 | 0.31 |
Mozilla 1.9 | 0.26 |
Iceweasel 3.0 | 0.26 |
iPhone 4.1 | 0.22 |
IE 9.0 | 0.21 |
BlackBerry | 0.19 |
Top Operating Systems
Operating System | Usage % |
---|---|
WinXP | 68.30 |
WinVista | 10.20 |
Win | 10.12 |
Win2000 | 4.87 |
MacOSX | 2.90 |
iPhone OSX | 1.23 |
Win2003 | 1.14 |
Linux | 0.66 |
WinME | 0.49 |
Win98 | 0.47 |
Debian | 0.26 |
WinNT | 0.24 |
Android | 0.22 |
BlackBerry | 0.17 |