My website database has been under a SQL Insertion attack for several months. I have incorporated triggers on every table that has effectively stopped the attacks. Now I want to expand my reporting mechanism to include the IP address of the culprit.
The only way I know how to get an IP address is by making use of the code like this Request.ServerVariables("REMOTE_ADDR" ) in my ASP code.
Is there a way for me to know the IP address of whoever it was that tried to update my table with SQL Insertion links at the time of the update trigger?
Then my reporting would be complete.
Thanks in advance,
Jerry Scannell
The only way I know how to get an IP address is by making use of the code like this Request.ServerVariables("REMOTE_ADDR" ) in my ASP code.
Is there a way for me to know the IP address of whoever it was that tried to update my table with SQL Insertion links at the time of the update trigger?
Then my reporting would be complete.
Thanks in advance,
Jerry Scannell