Closed jacobdgm closed 9 months ago
There's a bunch of similar-ish requests from this same IP address. It seems to be going through each of our pages that accept query parameters and systematically adding a SQL-injection sort of thing to each parameter in turn.
from what I can tell, this seems to be a reasonably common bot approach to test whether a blind SQL injection would be likely to work or not; if it didn't get the response it was looking for, it probably won't come back.
Discovered while looking into some brief downtime the Production site experienced around midday today:
There's no sign that anything has gone wrong, as far as I can tell, but is there any possibility we need to be worried that people are sending us query parameters along the lines of
&keyword=0'XOR(if(now()=sysdate()%2Csleep(15)%2C0))XOR'Z
?