Post by
SOHCSE »
https://forums.nicoclub.com/sohcse-u29947.html
Sun Apr 15, 2007 6:26 pm
SQL Injections are a bit more insidious. First of all, to take control of that PC you must be physically in front of it. SQL injection attacks can be launched from anywhere in world with an internet connection and a web browser. Unless specific code is written to block and log SQL Injection attempts they will go unnoticed. That is of course until the damage is done.
Imagine that Verizon's website has not been designed correctly and is vulnerable to a SQL Injection attack. Joe Schmo 'hacker' (let's call him l33t) exploits this and gains system level access to Verizon's data farm. L33t gives himself an administrator account to Verizon's database server. L33t can now access Verizon's data at anytime he pleases, from any computer with an internet connection. The worst part is that it went completely unnoticed unless verizon is running some sort of user auditing software that compares the user account tables to the previous audit.
L33t goes home and writes up a simple application. The application connects to Verizon's database server and accesses the Customer Billing table containing account information for 100 million customers. The softare then filters out all accounts that do not pay by checking account direct withdraw. We'll say that we are left with 30 million custimors. Next the checking account and routing numbers are harvested. The last thing the application needs to do is transfer an insignificant amount of money, lets say 1$, from the victim's checking account into L33t's own offshore account - BAM - 30million richer after a few hrs 'work'.
Imagine what he could do with all those CC numbers.
Fear,Mat