I found this info over the web, hopefully this site was not protected for Isa Firewalls..
Read.
The U.K. branch of the Redmond company managed to fix the problem, and the functionality of the website is back to normal parameters. The webpage hacked dealt with Microsoft events and can be found here. In the adjacent image you can see how the hacker defaced the page, courtesy of Zone-H.
Roger Halbheer, chief security advisor for Microsoft in Europe, the Middle East and Africa admitted that the hack was successful and revealed that the whole event was unfortunate. According to Microsoft, no sensitive information was compromised in the attack. This is a clear indication that the hack was done for show, rather than to actually cause any harm.
Another argument that supports such a scenario is the fact that rEmOtEr took time to document the hack in two separate video fragments. You will be able to watch for yourselves the live hacking via the two "remoter_vs_microsoft.avi" files.
The hack was possible mainly because of the fact that the database was allowed to return error messages explained Halbheer, as cited by InfoWorld. The attack was possible through a technique referred to as SQL injection. This fact is also confirmed by the hacker in the two videos that were made available. Via Structured Query Language injection rEmOtEr was able to gain access to the database. In the video fragments you will be able to see how easy the hacker obtains both usernames and passwords for the database. Working his way from error message to error message, rEmOtEr finally could switch from SQL queries with an unexpected form to direct instructions to the database.
Posts: 2244
Joined: 12.Apr.2004
From: Taylorville, IL
Status: offline
If you put a website on the Internet with a flaw in the website design,...the firewall you put it behind is not going to make any difference (it doesn't matter what the firewalls is.
If the website is flawed,..then the website is flawed,...period.
If you put a website on the Internet with a flaw in the website design,...the firewall you put it behind is not going to make any difference (it doesn't matter what the firewalls is.
If the website is flawed,..then the website is flawed,...period.
As both a web developer and an IT manager, I agree. SQL injection is the most common cause of "website hacking" and needs to be addressed in IIS (in this case) as well as the .NET application (again, in this case).